1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Reduced the number of columns returned from sensor sync

This commit is contained in:
Jon Ziebell 2022-10-18 09:14:12 -04:00
parent 6be1f189cf
commit 3022f25631

View File

@ -718,6 +718,11 @@ class runtime extends cora\api {
],
'operator' => 'between'
]
],
[
'runtime_sensor_id',
'sensor_id',
'timestamp'
]
);