Skip to content

Commit

Permalink
Remove CentralScene Static Config from inovelli LZW30-SN - Issue #2155
Browse files Browse the repository at this point in the history
  • Loading branch information
Fishwaldo committed Mar 13, 2020
1 parent f3920e8 commit 55195a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
11 changes: 2 additions & 9 deletions config/inovelli/lzw30-sn.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Product Revision="6" xmlns="https://github.com/OpenZWave/open-zwave">
<Product Revision="7" xmlns="https://github.com/OpenZWave/open-zwave">
<MetaData>
<MetaDataItem name="OzwInfoPage">http://www.openzwave.com/device-database/031E:0001:0002</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw30-sn.png</MetaDataItem>
Expand All @@ -22,6 +22,7 @@ Only use either of these procedures in the event that the network primary contro
Please Note: If this doesn't work, you can check to see if your switch is within Z-Wave Range by holding down the Configuration Button for 5-10 seconds (if it's not within range, the LED Bar will indicate Red and if it is within Range, the LED Bar will indicate Green). If your switch indicates Red, please move the switch closer to the HUB. If your switch indicates Green, please try running an Exclusion to reset your switch.</MetaDataItem>
<ChangeLog>
<Entry author="Eric Maycock - ericm@inovelli.com" date="10 Sep 2019" revision="6">Adding Metadata</Entry>
<Entry author="Justin Hammond" date="13 Mar 2020" revision="7">Remove Static Central Scene Entries - Issue #2155</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
Expand Down Expand Up @@ -117,13 +118,5 @@ Please Note: If this doesn't work, you can check to see if your switch is within
<Group index="2" label="Basic_Set" max_associations="5" />
</Associations>
</CommandClass>
<!-- Central Scene Reports -->
<CommandClass id="91">
<Instance index="1" />
<Value type="int" genre="system" instance="1" index="0" label="Scene Count" units="" read_only="true" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="2" />
<Value type="int" genre="user" instance="1" index="2" label="Top Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="1" label="Bottom Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
<Value type="int" genre="user" instance="1" index="3" label="Config Button Scene" units="" read_only="false" write_only="false" verify_changes="false" min="-2147483648" max="2147483647" value="0" />
</CommandClass>
</Product>

4 changes: 2 additions & 2 deletions cpp/build/testconfigversions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -1488,8 +1488,8 @@
'md5' => '7fe244aa57c478f25638817f015d2d5d9f83a6f971014de80242a25fd94a35c1e98d3bcc0ad26b69a0677df64993614ee58ae7fe60e6c8af1afe713d4a152f71'
},
'config/inovelli/lzw30-sn.xml' => {
'Revision' => 6,
'md5' => '7c5190dbe0d7f2b8afe3830b1d58d0ff9a784b877e2927fd1e6716a6faf092895fcf3b77c1c4942f53e62f815391cd967d9b1d772951ad1c0f5d77a224382715'
'Revision' => 7,
'md5' => '312615d44c47627c4c834d5d0a384b370a9a56087add1cbb84c99ccc61009a0f2e642a74dd0eff0096fecf6bbb703ecebad4b894b10fd9672053398915b67dc7'
},
'config/inovelli/lzw30.xml' => {
'Revision' => 5,
Expand Down

0 comments on commit 55195a1

Please sign in to comment.