mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-18 11:15:07 -04: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