From 3d01fd08b5640611a1590d4e22990a69969cfbd3 Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Thu, 23 Jun 2022 21:50:13 -0400 Subject: [PATCH] Exposed runtime_thermostat_summary->populate Will be used for manually populating/repopulating when making manual changes to runtime data. --- api/runtime_thermostat_summary.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/runtime_thermostat_summary.php b/api/runtime_thermostat_summary.php index 6892e4e..4b2f2d8 100755 --- a/api/runtime_thermostat_summary.php +++ b/api/runtime_thermostat_summary.php @@ -10,7 +10,8 @@ class runtime_thermostat_summary extends cora\crud { public static $exposed = [ 'private' => [ 'read_id', - 'sync' + 'sync', + 'populate' ], 'public' => [] ];