<< Click to Display Table of Contents >>
BACnetBinaryLightingPV |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetBinaryLightingPV">
<xs:restriction base="xs:string">
<xs:enumeration value="off" />
<xs:enumeration value="on" />
<xs:enumeration value="warn" />
<xs:enumeration value="warnOff" />
<xs:enumeration value="warnRelinquish" />
<xs:enumeration value="stop" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetBinaryLightingPV>off</BACnetBinaryLightingPV>