BACnetLightingInProgress

<< Click to Display Table of Contents >>

 

BACnetLightingInProgress

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

XML Schema

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

Examples

Example 1:

<BACnetLightingInProgress>idle</BACnetLightingInProgress>

Was this page useful?