device.lastRestoreTime

<< Click to Display Table of Contents >>

 

device.lastRestoreTime

According to the BACnet protocol documentation:

Indicates the time at which the device's image was last restored.

Property lastRestoreTime of object device can be read and written using a single IOTag.

Text Parameters

Property

Value

ParamDevice

<deviceAddress>

ParamItem

device-<objectAddress>.lastRestoreTime

Numeric Parameters

Property

Value

N1:

<deviceAddress>

N2:

<type> = 8

N3:

<objectAddress>

N4:

<property> = 157

Tag Value

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>.

Was this page useful?