Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Event that is sent when the device time is changed. More...
Public Attributes | |
time | oldTime |
Device time before change (UNIX timestamp, UTC) More... | |
time | newTime |
Device time after change (UNIX timestamp, UTC) More... | |
Public Attributes inherited from idl::Event | |
Object | source |
IDL object that originated the event. More... | |
Event that is sent when the device time is changed.
Definition at line 91 of file DateTime.idl.
time datetime::DateTime::ClockChangedEvent::newTime |
Device time after change (UNIX timestamp, UTC)
Definition at line 93 of file DateTime.idl.
time datetime::DateTime::ClockChangedEvent::oldTime |
Device time before change (UNIX timestamp, UTC)
Definition at line 92 of file DateTime.idl.