mirror of
https://github.com/SyncrowIOT/data.git
synced 2025-11-26 07:24:55 +00:00
added motion and presence breakdown
This commit is contained in:
@ -80,7 +80,7 @@ missing_seconds_per_day AS (
|
||||
occupied_seconds_per_day AS (
|
||||
SELECT
|
||||
space_id,
|
||||
missing_date,
|
||||
missing_date as date,
|
||||
86400 - total_missing_seconds AS total_occupied_seconds
|
||||
FROM missing_seconds_per_day
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user