BACnetBinaryLightingPV

<< Click to Display Table of Contents >>

 

BACnetBinaryLightingPV

This XML representation of complex data is used internally by other XMLs supported by the driver.

XML Schema

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

Examples

Example 1:

<BACnetBinaryLightingPV>off</BACnetBinaryLightingPV>

Was this page useful?