mirror of
https://github.com/Fishwaldo/open-zwave.git
synced 2025-03-15 19:41:36 +00:00
Add Temperature scale index 60
fix size on 201 for V1.07
This commit is contained in:
parent
74a057fd85
commit
1d59209fbe
1 changed files with 8 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
<!--
|
||||
Aeotec ZW100 MultiSensor 6
|
||||
https://aeotec.freshdesk.com/helpdesk/attachments/6009584695
|
||||
version 1.07
|
||||
-->
|
||||
<Product xmlns='http://code.google.com/p/open-zwave/'>
|
||||
<!-- Configuration Parameters -->
|
||||
|
@ -75,6 +76,11 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584695
|
|||
<Item label="Disabled" value="0" />
|
||||
<Item label="Enabled" value="1" />
|
||||
</Value>
|
||||
<Value type="list" index="60" genre="config" label="Temperature scale" min="1" max="2" value="1" size="1">
|
||||
<Help>Default value: Celsius for EU/AU version, Fahrenheit for US version.</Help>
|
||||
<Item label="Celsius" value="1" />
|
||||
<Item label="Fahrenheit" value="2" />
|
||||
</Value>
|
||||
<Value type="button" index="100" genre="config" label="Reset Params 101-103 to Default" write_only="true" affects="101,102,103">
|
||||
<Help>Reset The Reporting Group Configuration (101 to 103) to default</Help>
|
||||
</Value>
|
||||
|
@ -133,7 +139,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584695
|
|||
- If the device is on USB power, it will send the reports at the configured interval; set it to something low (~15-60 seconds) to get frequent updates from a powered device.
|
||||
- If the device is on battery, the sensor will never report in more often than its configured wake interval, regardless of what this setting is configured to; setting this to 3601 when the wake interval is 3600 would make this group report in every 7200 seconds. 240 seconds is the minimum wake interval, but will quickly use battery.</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="201" genre="config" label="Temperature Calibration" min="0" max="255" value="0">
|
||||
<Value type="short" index="201" genre="config" label="Temperature Calibration" value="1">
|
||||
<Help>The calibration value = standard value - measure value.
|
||||
(the available value range is [-100, 100] or [-10C, 10C]).
|
||||
Note:
|
||||
|
@ -141,6 +147,7 @@ https://aeotec.freshdesk.com/helpdesk/attachments/6009584695
|
|||
2. The calibration value = standard value - measure value.
|
||||
If measure value =25.3 and the standard value = 23.2, so the calibration value= 23.2-25.3 = -2.1 (0xEB).
|
||||
If the measure value =30.1 and the standard value = 33.2, so the calibration value= 33.2-30.1= 3.1 (0x1F).
|
||||
Default value: 1 for EU/AU version, 2 for US version.
|
||||
</Help>
|
||||
</Value>
|
||||
<Value type="byte" index="202" genre="config" label="Humidity Calibration" min="0" max="255" value="0">
|
||||
|
|
Loading…
Add table
Reference in a new issue