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 ]; /**