<< Click to Display Table of Contents >>
device.timeOfDeviceRestart |
According to the BACnet protocol documentation:
Contains the time at which the device was last restarted.
Property timeOfDeviceRestart of object device can be read and written using a single IOTag.
Property |
Value |
ParamDevice |
<deviceAddress> |
ParamItem |
device-<objectAddress>.timeOfDeviceRestart |
Property |
Value |
N1: |
<deviceAddress> |
N2: |
<type> = 8 |
N3: |
<objectAddress> |
N4: |
<property> = 203 |
A Date, Integer, Null or String (Xml) value representing a timestamp in BACnet.
•A null value means the timestamp is empty/not set;
•A date/time value representing a precise date and time;
•An integer defining the timestamp sequence number;
•A character string containing an XML with a value of type <BACnetTimeStamp>.