Skip to content

Commit

Permalink
Fixed num groups and added multi channel associations
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando committed Jun 19, 2018
1 parent 5e56e89 commit 3fedbae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/thermofloor/heatitztrm2.xml
Expand Up @@ -126,7 +126,7 @@
</CommandClass> </CommandClass>


<CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION"> <CommandClass id="133" name="COMMAND_CLASS_ASSOCIATION">
<Associations num_groups="2"> <Associations num_groups="5">
<Group index="1" max_associations="7" label="Lifeline"/> <Group index="1" max_associations="7" label="Lifeline"/>
<Group index="2" max_associations="7" label="On/Off switch of internal relay"/> <Group index="2" max_associations="7" label="On/Off switch of internal relay"/>
<Group index="3" max_associations="7" label="Multilevel sensor reports - Internal sensor"/> <Group index="3" max_associations="7" label="Multilevel sensor reports - Internal sensor"/>
Expand All @@ -135,4 +135,10 @@
</Associations> </Associations>
</CommandClass> </CommandClass>


<!-- COMMAND_CLASS_MULTI_CHANNEL_ASSOCIATION_V2-->
<CommandClass id="142" ForceInstances="true" />

<!--COMMAND_CLASS_MULTI_CHANNEL_V2 Map endpoints to instances -->
<CommandClass id="96" mapping="endpoints" />

</Product> </Product>

0 comments on commit 3fedbae

Please sign in to comment.