Skip to content

Commit

Permalink
Merge pull request #2527 from Scooty66/patch-4
Browse files Browse the repository at this point in the history
Update 03009499.xml
  • Loading branch information
nechry authored Jan 3, 2021
2 parents e697fe2 + 4252830 commit 10f8672
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/technisat/03009499.xml
Original file line number Diff line number Diff line change
@@ -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="OzwInfoPage">http://www.openzwave.com/device-database/0299:1A90:0002</MetaDataItem>
<MetaDataItem name="ProductPic">images/technisat/03009499.png</MetaDataItem>
Expand Down Expand Up @@ -32,6 +32,7 @@
</MetaDataItem>
<ChangeLog>
<Entry author="Mathis Klooss - ozw@gunah.eu" date="13 Jun 2020" revision="1">Initial file based on z-wavealliance.org</Entry>
<Entry author="Andreas Krueger - ankrueg@gmx.de" date="03 Jan 2021" revision="2">Value type for "Parameter 2" and "Parameter 3" changed to "short" as parameter size is 2 bytes.</Entry>
</ChangeLog>
</MetaData>
<!-- Configuration -->
Expand All @@ -43,13 +44,13 @@
<Item label="disable central scene" value="0" />
<Item label="enable central scene" value="1" />
</Value>
<Value type="int" genre="config" instance="1" index="2" label="Parameter 2" value="3" min="0" max="8640">
<Value type="short" genre="config" instance="1" index="2" label="Parameter 2" value="3" min="0" max="8640">
<Help>
3 to 8640 - Interval of unsolicited reports in 10s increments (30 seconds - 1 day)
0 - Disable unsolicited meter reports of current wattage.
</Help>
</Value>
<Value type="int" genre="config" instance="1" index="3" label="Parameter 3" value="60" min="0" max="30240">
<Value type="short" genre="config" instance="1" index="3" label="Parameter 3" value="60" min="0" max="30240">
<Help>
Interval of active energy meter reports in minutes.
- 10 to 30240 - Interval of active energy meter unsolicited reports in minutes (10 minutes - 3 weeks)
Expand Down Expand Up @@ -93,4 +94,4 @@
<Group index="2" label="Basic on/off" max_associations="16"/>
</Associations>
</CommandClass>
</Product>
</Product>

0 comments on commit 10f8672

Please sign in to comment.