1
0
mirror of https://github.com/beestat/app.git synced 2025-05-31 12:16:39 -04:00

Exposed runtime_thermostat_summary->populate

This commit is contained in:
Jon Ziebell 2022-06-23 21:55:10 -04:00
parent 3d01fd08b5
commit c970cc85c9

View File

@ -11,7 +11,7 @@ class runtime_thermostat_summary extends cora\crud {
'private' => [ 'private' => [
'read_id', 'read_id',
'sync', 'sync',
'populate' 'populate_backwards'
], ],
'public' => [] 'public' => []
]; ];