Last active
October 28, 2019 18:17
-
-
Save rossnelson/d6637d44ec08b99535e3f4fa024b2c77 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT"> | |
| <Compatibility> | |
| <Base>0</Base> | |
| </Compatibility> | |
| <State> | |
| <CCVersion>2</CCVersion> | |
| <InNif>true</InNif> | |
| <StaticRequests>0</StaticRequests> | |
| </State> | |
| <Instance index="1" /> | |
| <Value type="decimal" genre="user" instance="1" index="1" label="Heating 1" units="F" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="55"> | |
| <Help>Set the Thermostat Setpoint Heating 1</Help> | |
| </Value> | |
| <Value type="decimal" genre="user" instance="1" index="2" label="Cooling 1" units="F" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="64"> | |
| <Help>Set the Thermostat Setpoint Cooling 1</Help> | |
| </Value> | |
| <Value type="decimal" genre="user" instance="1" index="11" label="Heating Econ" units="F" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="65"> | |
| <Help>Set the Thermostat Setpoint Heating Econ</Help> | |
| </Value> | |
| <Value type="decimal" genre="user" instance="1" index="12" label="Cooling Econ" units="F" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="72"> | |
| <Help>Set the Thermostat Setpoint Cooling Econ</Help> | |
| </Value> | |
| </CommandClass> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <CommandClass id="67" name="COMMAND_CLASS_THERMOSTAT_SETPOINT"> | |
| <Compatibility /> | |
| <State> | |
| <CCVersion>2</CCVersion> | |
| <InNif>true</InNif> | |
| <StaticRequests>0</StaticRequests> | |
| </State> | |
| <Instance index="1" /> | |
| <Value type="decimal" genre="user" instance="1" index="2" label="Cooling 1" units="F" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="84"> | |
| <Help>Set the Thermostat Setpoint Cooling 1</Help> | |
| </Value> | |
| <Value type="decimal" genre="user" instance="1" index="3" label="Unused 3" units="C" read_only="false" write_only="false" verify_changes="false" poll_intensity="0" min="0" max="0" value="0.0"> | |
| <Help>Set the Thermostat Setpoint Unused 3</Help> | |
| </Value> | |
| </CommandClass> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment