<< Click to Display Table of Contents >>
BACnetShedState |
This XML representation of complex data is used internally by other XMLs supported by the driver.
<xs:simpleType name="BACnetShedState">
<xs:restriction base="xs:string">
<xs:enumeration value="shedInactive" />
<xs:enumeration value="shedRequestPending" />
<xs:enumeration value="shedCompliant" />
<xs:enumeration value="shedNonCompliant" />
</xs:restriction>
</xs:simpleType>
Example 1:
<BACnetShedState>shedInactive</BACnetShedState>