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

Added data.

parent 48b8eb86
Branches
No related tags found
No related merge requests found
Pipeline #13536 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-05-14T14:28:58'
and state != 'unknown' and state !='unavailable' and from_unixtime(last_updated_ts) > '2024-05-23T21:31:16'
order by datetime;
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment