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

Data of the last 2 weeks.

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