1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Exposed runtime_thermostat_summary->populate

Will be used for manually populating/repopulating when making manual changes to runtime data.
This commit is contained in:
Jon Ziebell 2022-06-23 21:50:13 -04:00
parent 81d1186d4c
commit 3d01fd08b5

View File

@ -10,7 +10,8 @@ class runtime_thermostat_summary extends cora\crud {
public static $exposed = [
'private' => [
'read_id',
'sync'
'sync',
'populate'
],
'public' => []
];