mirror of
https://github.com/beestat/app.git
synced 2026-05-13 10:52:29 -04:00
Fixed #411 - Data download includes old sensors
This commit is contained in:
+2
-1
@@ -951,7 +951,8 @@ class runtime extends cora\api {
|
||||
'read_id',
|
||||
[
|
||||
'attributes' => [
|
||||
'thermostat_id' => $thermostat_id
|
||||
'thermostat_id' => $thermostat_id,
|
||||
'inactive' => 0
|
||||
]
|
||||
]
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user