Skip to content
Snippets Groups Projects
Verified Commit 9735ee4c authored by Ruben van Dijk's avatar Ruben van Dijk
Browse files

Update data.

parent 1f483214
Branches
No related tags found
No related merge requests found
Pipeline #14901 passed
This diff is collapsed.
......@@ -12,7 +12,7 @@ where metadata_id in (select metadata_id
or entity_id = 'switch.ventilator_switch'
)
and last_updated_ts is not null
and state != 'unknown' and state !='unavailable' and from_unixtime(last_updated_ts) > '2024-06-20T20:06:54'
and state != 'unknown' and state !='unavailable' and from_unixtime(last_updated_ts) > '2024-07-16T19_13_08'
order by datetime;
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment