mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-22 09:35:39 -05:00
Record last time an environmental device reported
This commit is contained in:
5
Environment/Service/Data/Queries/GetDevices.psql
Normal file
5
Environment/Service/Data/Queries/GetDevices.psql
Normal file
@@ -0,0 +1,5 @@
|
||||
SELECT
|
||||
name AS Name,
|
||||
last_updated AS LastUpdated
|
||||
FROM
|
||||
device
|
||||
Reference in New Issue
Block a user