From c970cc85c94cb30e240d576d7c0d79954bb6675e Mon Sep 17 00:00:00 2001 From: Jon Ziebell Date: Thu, 23 Jun 2022 21:55:10 -0400 Subject: [PATCH] Exposed runtime_thermostat_summary->populate --- api/runtime_thermostat_summary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/runtime_thermostat_summary.php b/api/runtime_thermostat_summary.php index 4b2f2d8..64ee723 100755 --- a/api/runtime_thermostat_summary.php +++ b/api/runtime_thermostat_summary.php @@ -11,7 +11,7 @@ class runtime_thermostat_summary extends cora\crud { 'private' => [ 'read_id', 'sync', - 'populate' + 'populate_backwards' ], 'public' => [] ];