mirror of
https://github.com/beestat/app.git
synced 2025-06-03 05:36:51 -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:
parent
81d1186d4c
commit
3d01fd08b5
@ -10,7 +10,8 @@ class runtime_thermostat_summary extends cora\crud {
|
|||||||
public static $exposed = [
|
public static $exposed = [
|
||||||
'private' => [
|
'private' => [
|
||||||
'read_id',
|
'read_id',
|
||||||
'sync'
|
'sync',
|
||||||
|
'populate'
|
||||||
],
|
],
|
||||||
'public' => []
|
'public' => []
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user