From 3eda17a366163daa69ec0e1a31adb0e3fa1577a5 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Mon, 21 Oct 2019 20:58:42 -0400 Subject: [PATCH] Re-added caching to runtime_thermostat->sync() --- api/runtime_thermostat.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/runtime_thermostat.php b/api/runtime_thermostat.php index 7c64d46..1dc54f2 100755 --- a/api/runtime_thermostat.php +++ b/api/runtime_thermostat.php @@ -16,8 +16,8 @@ class runtime_thermostat extends cora\crud { ]; public static $cache = [ - // 'sync' => 900, // 15 Minutes - // 'read' => 900, // 15 Minutes + 'sync' => 900, // 15 Minutes + 'read' => 900, // 15 Minutes ]; /**