<< Click to Display Table of Contents >>
BACnetLightingOperation |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetLightingOperation">
<xs:restriction base="xs:string">
<xs:enumeration value="none" />
<xs:enumeration value="fadeTo" />
<xs:enumeration value="rampTo" />
<xs:enumeration value="stepUp" />
<xs:enumeration value="stepDown" />
<xs:enumeration value="stepOn" />
<xs:enumeration value="stepOff" />
<xs:enumeration value="warn" />
<xs:enumeration value="warnOff" />
<xs:enumeration value="warnRelinquish" />
<xs:enumeration value="stop" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetLightingOperation>none</BACnetLightingOperation>