mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-16 03:51:39 +00:00
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
|
<!-- The thermostat does not properly report its operating modes -->
|
|
<CommandClass id="64">
|
|
<SupportedModes>
|
|
<Mode index="0" label="Off"/>
|
|
<Mode index="1" label="Heat"/>
|
|
</SupportedModes>
|
|
</CommandClass>
|
|
|
|
<!-- This thermostat's setpoint descriptions are 0 based, not 1 -->
|
|
<CommandClass id="67" base="0"/>
|
|
|
|
<!-- Configuration Parameters -->
|
|
<CommandClass id="112">
|
|
<Value type="list" index="1" genre="config" label="Temperature sensor reading" min="0" max="1" value="0" size="1">
|
|
<Help></Help>
|
|
<Item label="Disable" value="0"/>
|
|
<Item label="Enable" value="255"/>
|
|
</Value>
|
|
<Value type="list" index="2" genre="config" label="Temperature Scale" min="0" max="1" value="0" size="1">
|
|
<Help></Help>
|
|
<Item label="Celsius" value="0"/>
|
|
<Item label="Fahrenheit" value="255"/>
|
|
</Value>
|
|
<Value type="byte" index="3" genre="config" label="Temperature Delta T" value="10">
|
|
<Help>
|
|
Delta T in steps of 0.1 degree.
|
|
</Help>
|
|
</Value>
|
|
</CommandClass>
|
|
<!-- Association Groups -->
|
|
<CommandClass id="133">
|
|
<Associations num_groups="5">
|
|
<Group index="1" max_associations="4" label="Thermostat Mode Set"/>
|
|
<Group index="2" max_associations="4" label="Binary Switch Set" auto="true"/>
|
|
<Group index="3" max_associations="4" label="Unsolicited Battery Level Reports" auto="true"/>
|
|
<Group index="4" max_associations="4" label="Thermostat Set Point Reports" auto="true"/>
|
|
<Group index="5" max_associations="4" label="Unsolicited Sensor Multilevel Reports" auto="true"/>
|
|
</Associations>
|
|
</CommandClass>
|
|
|
|
</Product>
|