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

Fixed #411 - Data download includes old sensors

This commit is contained in:
Jon Ziebell 2024-06-04 19:26:49 -04:00
parent e38c4583f9
commit 6ff877fcc1

View File

@ -951,7 +951,8 @@ class runtime extends cora\api {
'read_id', 'read_id',
[ [
'attributes' => [ 'attributes' => [
'thermostat_id' => $thermostat_id 'thermostat_id' => $thermostat_id,
'inactive' => 0
] ]
] ]
); );