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