@camera.ui/sdk / camera / TimeWindow
Interface: TimeWindow
Defined in: camera/detection.ts:249
A daily time window, given in the timezone it was configured in.
Properties
from
from:
string
Defined in: camera/detection.ts:251
Start time as "HH:mm".
timezone
timezone:
string
Defined in: camera/detection.ts:255
IANA timezone the times are read in, e.g. "Europe/Berlin".
to
to:
string
Defined in: camera/detection.ts:253
End time as "HH:mm". A time before from wraps around midnight.