@zwave-js/config 10.5.0 → 10.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/Logic.d.ts.map +1 -1
- package/build/Logic.js +6 -1
- package/build/Logic.js.map +1 -1
- package/config/devices/0x001a/rf9601.json +18 -1
- package/config/devices/0x001a/rf9617.json +18 -1
- package/config/devices/0x0039/th6320zw.json +40 -40
- package/config/devices/0x0096/nq-9021.json +12 -0
- package/config/devices/0x0109/zp3111-5.json +1 -0
- package/config/devices/0x0148/spirit.json +4 -0
- package/config/devices/0x0184/wd-100.json +59 -0
- package/config/devices/0x0234/templates/logic_group_template.json +3 -3
- package/config/devices/0x0234/zso7300.json +13 -17
- package/config/devices/0x027a/templates/zooz_template.json +10 -0
- package/config/devices/0x027a/zen05.json +3 -4
- package/config/devices/0x027a/zen32.json +7 -0
- package/config/devices/0x027a/zen71.json +2 -1
- package/config/devices/0x027a/zen72.json +71 -13
- package/config/devices/0x027a/zen74.json +26 -14
- package/config/devices/0x027a/zen77.json +28 -8
- package/config/devices/0x027a/zse40.json +109 -12
- package/config/devices/0x0346/glass_break_sensor.json +230 -0
- package/config/devices/0x041b/th6320zw2007.json +203 -0
- package/config/devices/0x0438/4512711.json +45 -0
- package/config/devices/0x0438/4512725.json +209 -0
- package/config/devices/0x0438/4512746.json +158 -0
- package/config/devices/0x044e/AZAI6WSPFU2.json +17 -0
- package/config/devices/{0x0039/templates → templates}/honeywell_template.json +84 -2
- package/package.json +1 -1
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"valueSize": 1,
|
|
45
45
|
"minValue": 0,
|
|
46
46
|
"maxValue": 65,
|
|
47
|
-
"defaultValue":
|
|
47
|
+
"defaultValue": 0,
|
|
48
48
|
"unit": "°F",
|
|
49
49
|
"options": [
|
|
50
50
|
{
|
|
@@ -674,6 +674,88 @@
|
|
|
674
674
|
"minValue": -3,
|
|
675
675
|
"maxValue": 3,
|
|
676
676
|
"defaultValue": 0,
|
|
677
|
-
"
|
|
677
|
+
"allowManualEntry": false,
|
|
678
|
+
"options": [
|
|
679
|
+
{
|
|
680
|
+
"label": "Off",
|
|
681
|
+
"value": 0
|
|
682
|
+
},
|
|
683
|
+
{
|
|
684
|
+
"label": "-1°F / -0.5°C",
|
|
685
|
+
"value": -1
|
|
686
|
+
},
|
|
687
|
+
{
|
|
688
|
+
"label": "-2°F / -1.0°C",
|
|
689
|
+
"value": -2
|
|
690
|
+
},
|
|
691
|
+
{
|
|
692
|
+
"label": "-3°F / -1.5°C",
|
|
693
|
+
"value": -3
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"label": "+1°F / +0.5°C",
|
|
697
|
+
"value": 1
|
|
698
|
+
},
|
|
699
|
+
{
|
|
700
|
+
"label": "+2°F / +1.0°C",
|
|
701
|
+
"value": 2
|
|
702
|
+
},
|
|
703
|
+
{
|
|
704
|
+
"label": "+3°F / +1.5°C",
|
|
705
|
+
"value": 3
|
|
706
|
+
}
|
|
707
|
+
]
|
|
708
|
+
},
|
|
709
|
+
"humidity_offset": {
|
|
710
|
+
"label": "Humidity Offset",
|
|
711
|
+
"valueSize": 1,
|
|
712
|
+
"minValue": -12,
|
|
713
|
+
"maxValue": 12,
|
|
714
|
+
"defaultValue": 0,
|
|
715
|
+
"unit": "%"
|
|
716
|
+
},
|
|
717
|
+
"temperature_resolution": {
|
|
718
|
+
"label": "Temperature Resolution",
|
|
719
|
+
"description": "Min change before temperature is reported to the controller",
|
|
720
|
+
"valueSize": 1,
|
|
721
|
+
"minValue": 0,
|
|
722
|
+
"maxValue": 5,
|
|
723
|
+
"defaultValue": 1,
|
|
724
|
+
"allowManualEntry": false,
|
|
725
|
+
"options": [
|
|
726
|
+
{
|
|
727
|
+
"label": "0.5°F / 0.5°C",
|
|
728
|
+
"value": 0
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"label": "1°F / 1.0°C",
|
|
732
|
+
"value": 1
|
|
733
|
+
},
|
|
734
|
+
{
|
|
735
|
+
"label": "2°F / 1.5°C",
|
|
736
|
+
"value": 2
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"label": "3°F / 2.0°C",
|
|
740
|
+
"value": 3
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"label": "4°F / 2.5°C",
|
|
744
|
+
"value": 4
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"label": "5°F / 3.0°C",
|
|
748
|
+
"value": 5
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
"humidity_resolution": {
|
|
753
|
+
"label": "Humidity Resolution",
|
|
754
|
+
"description": "Min change before humidity is reported to the controller",
|
|
755
|
+
"valueSize": 1,
|
|
756
|
+
"minValue": 1,
|
|
757
|
+
"maxValue": 5,
|
|
758
|
+
"defaultValue": 1,
|
|
759
|
+
"unit": "%"
|
|
678
760
|
}
|
|
679
761
|
}
|