Skip to content

Commit

Permalink
revert 12724, doesn't support double tap
Browse files Browse the repository at this point in the history
Added auto="true" for group 3 Associations
  • Loading branch information
root committed Nov 23, 2020
1 parent 583df3d commit 625afd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
10 changes: 1 addition & 9 deletions config/ge/12724-dimmer.xml
@@ -1,4 +1,4 @@
<!-- GE(Jasco) 12724 3-Way Dimmer Switch --><Product Revision="11" xmlns="https://github.com/OpenZWave/open-zwave">
<!-- GE(Jasco) 12724 3-Way Dimmer Switch --><Product Revision="10" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/0063:3031:4944</MetaDataItem>
<MetaDataItem name="ProductPic">images/ge/12724-dimmer.png</MetaDataItem>
Expand All @@ -20,7 +20,6 @@
<Entry author="Justin Hammond - Justin@dynam.ac" date="02 Jun 2019" revision="8">Updated Metadata Import from Z-Wave Alliance Database - https://products.z-wavealliance.org/products/2506/xml</Entry>
<Entry author="Shaun Feakes" date="04 Sep 2019" revision="9">Update for 3032</Entry>
<Entry author="Justin Hammond" date="26 June 2020" revision="10">Add Verifed Change Flag</Entry>
<Entry author="Brian France" date="19 Nov 2020" revision="11">Added COMMAND_CLASS_BASIC block to set Value type instead of Node Event for Basic Set</Entry>
</ChangeLog>
<MetaDataItem id="3033" name="ZWProductPage" type="4944">https://products.z-wavealliance.org/products/1201/</MetaDataItem>
<MetaDataItem id="3033" name="FrequencyName" type="4944">U.S. / Canada / Mexico</MetaDataItem>
Expand Down Expand Up @@ -78,11 +77,4 @@ Note: This should only be used in the event your network’s primary controller
<VerifyChanged index="0">true</VerifyChanged>
</Compatibility>
</CommandClass>
<!-- COMMAND_CLASS_BASIC -->
<CommandClass id="32">
<Compatibility>
<IgnoreMapping>true</IgnoreMapping>
<SetAsReport>true</SetAsReport>
</Compatibility>
</CommandClass>
</Product>
2 changes: 1 addition & 1 deletion config/ge/14291-switch.xml
Expand Up @@ -40,7 +40,7 @@
<Associations num_groups="3">
<Group index="1" label="Lifeline" max_associations="5"/>
<Group index="2" label="Basic - Local Load" max_associations="5"/>
<Group index="3" label="Basic - Double Tap" max_associations="5"/>
<Group index="3" label="Basic - Double Tap" max_associations="5" auto="true" />
</Associations>
</CommandClass>
<!-- COMMAND_CLASS_BASIC -->
Expand Down
2 changes: 1 addition & 1 deletion config/ge/14292-toggle-switch.xml
Expand Up @@ -37,7 +37,7 @@
<Associations num_groups="3">
<Group index="1" label="Lifeline" max_associations="5"/>
<Group index="2" label="Basic - Local Load" max_associations="5"/>
<Group index="3" label="Basic - Double Tap" max_associations="5"/>
<Group index="3" label="Basic - Double Tap" max_associations="5" auto="true" />
</Associations>
</CommandClass>
<!-- COMMAND_CLASS_BASIC -->
Expand Down
2 changes: 1 addition & 1 deletion config/ge/14294-dimmer.xml
Expand Up @@ -92,7 +92,7 @@ and release the top or bottom of the wireless smart dimmer
<Associations num_groups="3">
<Group index="1" label="Lifeline" max_associations="5"/>
<Group index="2" label="Basic - Load" max_associations="5"/>
<Group index="3" label="Basic - Double Tap" max_associations="5"/>
<Group index="3" label="Basic - Double Tap" max_associations="5" auto="true" />
</Associations>
</CommandClass>
<!-- COMMAND_CLASS_BASIC -->
Expand Down

0 comments on commit 625afd3

Please sign in to comment.