Skip to content

Commit

Permalink
Update td14010.xml
Browse files Browse the repository at this point in the history
Added indexes 8 and 9 to CC 112 as per curufin, post:15, topic:215603 (https://community.home-assistant.io/t/good-way-td14000-monprice-36511-rgbw-dimmer-how-to/215603/15)
  • Loading branch information
danielbrunt57 committed Oct 2, 2020
1 parent 258a037 commit 773577b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion config/goodway/td14010.xml
@@ -1,4 +1,4 @@
<Product Revision="1" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="2" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="Name">RGBW Color LED Dimmer</MetaDataItem>
<MetaDataItem name="Description">Good Way RGBW module is used to control RGB/RGBW strips and LED strips or bulbs to create countless colour options and has 6 special scene effects. Its extremely small size allows for easy installation behind wall sockets and switches. Controlled devices may be powered by 12 or 24 VDC.</MetaDataItem>
Expand All @@ -15,6 +15,7 @@
<MetaDataItem id="000b" name="Identifier" type="0003">Good Way RGBW Dimmer</MetaDataItem>
<ChangeLog>
<Entry author="Daniel Brunt - daniel@brunt.ca" date="31 July 2020" revision="1">Initial release</Entry>
<Entry author="Daniel Brunt - daniel@brunt.ca" date="2 Oct 2020" revision="2">Added indexes 8 and 9 to CC 112</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Command Class - All Configuration Parameters should be entered into the section below -->
Expand Down Expand Up @@ -88,6 +89,20 @@
<Item label="Disabled" value="0"/>
<Item label="Enabled" value="1"/>
</Value>
<Value genre="config" index="8" instance="1" label="Automatic off after set time" max="32536" min="0" type="short" units="seconds" value="0">
<Help>
Output is turned automatically off after the time, set in this parameter.
0 – Auto OFF disabled.
1 – 32536 = 1 second – 32536 seconds Auto OFF.
</Help>
</Value>
<Value genre="config" index="9" instance="1" label="Automatic on after set time" max="32536" min="0" type="short" units="seconds" value="0">
<Help>
Output is turned automatically on after the time, set in this parameter.
0 – Auto ON disabled.
1 – 32536 = 1 second – 32536 seconds Auto ON.
</Help>
</Value>
<Value genre="config" index="10" instance="1" label="MAX dimming value" max="99" min="2" size="1" type="byte" units="%" value="99">
<Help></Help>
</Value>
Expand Down

0 comments on commit 773577b

Please sign in to comment.