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:
parent
e38c4583f9
commit
6ff877fcc1
@ -951,7 +951,8 @@ class runtime extends cora\api {
|
||||
'read_id',
|
||||
[
|
||||
'attributes' => [
|
||||
'thermostat_id' => $thermostat_id
|
||||
'thermostat_id' => $thermostat_id,
|
||||
'inactive' => 0
|
||||
]
|
||||
]
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user