From fea2fcd91a13ee4f0a0f6820d1c8208f6a289455 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Sun, 12 Jan 2020 21:54:23 -0500 Subject: [PATCH] Turning on sensor data syncing --- api/runtime.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/runtime.php b/api/runtime.php index e0fd94b..9780b03 100644 --- a/api/runtime.php +++ b/api/runtime.php @@ -310,7 +310,7 @@ class runtime extends cora\api { $this->sync_runtime_thermostat($thermostat, $response); - // $this->sync_runtime_sensor($thermostat, $response); + $this->sync_runtime_sensor($thermostat, $response); } private function sync_runtime_thermostat($thermostat, $response) {