Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase parameter 30 max to 197375 on the LZW45 #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions config/inovelli/lzw45.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:000a</MetaDataItem>
<MetaDataItem name="ProductPic">images/inovelli/lzw31-sn.png</MetaDataItem>
Expand All @@ -20,6 +20,7 @@
<Entry author="Jtronicus" date="24 Oct 2020" revision="4">Updates to work with firmware 1.17</Entry>
<Entry author="Jtronicus" date="27 Oct 2020" revision="5">Updates to work with firmware 1.18</Entry>
<Entry author="Jtronicus" date="27 Oct 2020" revision="6">Updates parameter 30 to 4 bytes</Entry>
<Entry author="nathanfiscus" date="20 Jan 2021" revision="7"Updates parameter 30 value max</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration Parameters -->
Expand Down Expand Up @@ -154,10 +155,10 @@
Default: 0
</Help>
</Value>
<Value genre="config" type="int" size="4" index="30" label="Custom Strip Effect Parameter 4" min="0" max="65535" value="0">
<Value genre="config" type="int" size="4" index="30" label="Custom Strip Effect Parameter 4" min="0" max="197375" value="0">
<Help>
See website for details.
Range: 0 - 65535
Range: 0 - 197375
Default: 0
</Help>
</Value>
Expand Down