Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
A condition representing an absolute time range. More...
Public Attributes | |
boolean | enabled |
Condition is enabled. More... | |
time | validFrom |
Time range starting from this date or 0 if not set. More... | |
time | validTill |
Time range valid until this date or 0 if not set. More... | |
A condition representing an absolute time range.
Timestamps are UNIX timestamps (UTC)
Definition at line 27 of file DoorAccessControl.idl.
boolean smartlock::DoorAccessControl::AbsoluteTimeCondition::enabled |
Condition is enabled.
Definition at line 28 of file DoorAccessControl.idl.
time smartlock::DoorAccessControl::AbsoluteTimeCondition::validFrom |
Time range starting from this date or 0 if not set.
Definition at line 29 of file DoorAccessControl.idl.
time smartlock::DoorAccessControl::AbsoluteTimeCondition::validTill |
Time range valid until this date or 0 if not set.
Definition at line 30 of file DoorAccessControl.idl.