<< Click to Display Table of Contents >>
BACnetLightingInProgress |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetLightingInProgress">
<xs:restriction base="xs:string">
<xs:enumeration value="idle" />
<xs:enumeration value="fadeActive" />
<xs:enumeration value="rampActive" />
<xs:enumeration value="notControlled" />
<xs:enumeration value="other" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetLightingInProgress>idle</BACnetLightingInProgress>