@zwave-js/config 8.11.4 → 8.11.6
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/config/devices/0x0063/52252_52253_zw3012.json +2 -2
- package/config/devices/0x015f/mh-3901z.json +140 -0
- package/config/devices/0x0258/eu-1.json +7 -51
- package/config/devices/0x0258/eu-2.json +9 -53
- package/config/devices/0x0258/eu-3.json +20 -96
- package/config/devices/0x0258/nas-ab01z.json +14 -39
- package/config/devices/0x0258/nas-pd01z.json +4 -0
- package/config/devices/0x0258/nas-pd07u1.json +6 -47
- package/config/devices/0x0258/nas-pd07z.json +4 -31
- package/config/devices/0x0258/nas-rc03z.json +27 -7
- package/config/devices/0x0258/nas-sc03ze.json +46 -0
- package/config/devices/0x0258/nas-wr01z.json +17 -71
- package/config/devices/0x0258/nas-wr01ze.json +18 -73
- package/config/devices/0x0258/{flood_sensor.json → nas-ws01z.json} +12 -38
- package/config/devices/0x0258/neo-ds07z.json +5 -36
- package/config/devices/0x0258/templates/shenzhen_neo_template.json +8 -62
- package/config/devices/0x031e/lzw31-sn.json +1 -1
- package/config/devices/0x041a/kp-so-02.json +101 -0
- package/package.json +6 -6
- package/config/devices/0x0258/motion_sensor_in.json +0 -62
- package/config/devices/0x0258/neo_coolcam_roller_shutter.json +0 -113
- package/config/devices/0x0258/sos_remote_control.json +0 -53
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "McoHome Technology Co., Ltd.",
|
|
3
|
+
"manufacturerId": "0x015f",
|
|
4
|
+
"label": "MH3901-Z",
|
|
5
|
+
"description": "Boiler Thermostat",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x3910",
|
|
9
|
+
"productId": "0x5102"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"associations": {
|
|
17
|
+
"1": {
|
|
18
|
+
"label": "Lifeline",
|
|
19
|
+
"maxNodes": 1,
|
|
20
|
+
"isLifeline": true
|
|
21
|
+
}
|
|
22
|
+
},
|
|
23
|
+
"paramInformation": [
|
|
24
|
+
{
|
|
25
|
+
"#": "1",
|
|
26
|
+
"label": "Temperature Reporting",
|
|
27
|
+
"valueSize": 1,
|
|
28
|
+
"minValue": 0,
|
|
29
|
+
"maxValue": 3,
|
|
30
|
+
"defaultValue": 1,
|
|
31
|
+
"unsigned": true,
|
|
32
|
+
"allowManualEntry": false,
|
|
33
|
+
"options": [
|
|
34
|
+
{
|
|
35
|
+
"label": "Off",
|
|
36
|
+
"value": 0
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"label": "Difference reporting only",
|
|
40
|
+
"value": 1
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"label": "Interval reporting only",
|
|
44
|
+
"value": 2
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"label": "Difference and interval reporting",
|
|
48
|
+
"value": 3
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "2",
|
|
54
|
+
"label": "Temperature Difference Setting",
|
|
55
|
+
"unit": "0.1 °C",
|
|
56
|
+
"valueSize": 2,
|
|
57
|
+
"minValue": 3,
|
|
58
|
+
"maxValue": 995,
|
|
59
|
+
"defaultValue": 5,
|
|
60
|
+
"unsigned": true
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"#": "3",
|
|
64
|
+
"label": "Report Interval Time",
|
|
65
|
+
"description": "Suggested > 30 seconds.",
|
|
66
|
+
"unit": "seconds",
|
|
67
|
+
"valueSize": 2,
|
|
68
|
+
"minValue": 10,
|
|
69
|
+
"maxValue": 32767,
|
|
70
|
+
"defaultValue": 60,
|
|
71
|
+
"unsigned": true
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"#": "5",
|
|
75
|
+
"label": "Retransmission Times",
|
|
76
|
+
"description": "Association SET 2 Command retransmission times",
|
|
77
|
+
"valueSize": 1,
|
|
78
|
+
"minValue": 0,
|
|
79
|
+
"maxValue": 127,
|
|
80
|
+
"defaultValue": 3,
|
|
81
|
+
"unsigned": true,
|
|
82
|
+
"options": [
|
|
83
|
+
{
|
|
84
|
+
"label": "Disable",
|
|
85
|
+
"value": 0
|
|
86
|
+
}
|
|
87
|
+
]
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"#": "7",
|
|
91
|
+
"label": "Heating Cycle Duration",
|
|
92
|
+
"unit": "minutes",
|
|
93
|
+
"valueSize": 1,
|
|
94
|
+
"minValue": 10,
|
|
95
|
+
"maxValue": 120,
|
|
96
|
+
"defaultValue": 20,
|
|
97
|
+
"unsigned": true
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"#": "8",
|
|
101
|
+
"label": "Heating Time within Heating Cycle",
|
|
102
|
+
"description": "Must be less than Heating Cycle Duration (parameter 7)",
|
|
103
|
+
"unit": "minutes",
|
|
104
|
+
"valueSize": 1,
|
|
105
|
+
"minValue": 10,
|
|
106
|
+
"maxValue": 120,
|
|
107
|
+
"defaultValue": 20,
|
|
108
|
+
"unsigned": true
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"#": "255",
|
|
112
|
+
"label": "Reset to Factory Default Setting",
|
|
113
|
+
"valueSize": 2,
|
|
114
|
+
"minValue": 0,
|
|
115
|
+
"maxValue": 39090,
|
|
116
|
+
"defaultValue": 0,
|
|
117
|
+
"unsigned": true,
|
|
118
|
+
"writeOnly": true,
|
|
119
|
+
"allowManualEntry": false,
|
|
120
|
+
"options": [
|
|
121
|
+
{
|
|
122
|
+
"label": "Normal operation",
|
|
123
|
+
"value": 0
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"label": "Reset configuration parameters to default settings",
|
|
127
|
+
"value": 17185
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
"label": "Factory reset",
|
|
131
|
+
"value": 39030
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"metadata": {
|
|
137
|
+
"inclusion": "From the opening menu, long-press S1 and S3 to enter inclusion/exclusion menu. Short press S2 to enter learning mode.",
|
|
138
|
+
"manual": "http://www.mcohome.com/MH3901-Z-PG3887693"
|
|
139
|
+
}
|
|
140
|
+
}
|
|
@@ -20,63 +20,19 @@
|
|
|
20
20
|
"paramInformation": [
|
|
21
21
|
{
|
|
22
22
|
"#": "1",
|
|
23
|
-
"
|
|
24
|
-
"description": "Restore switch status on power restore.",
|
|
25
|
-
"valueSize": 1,
|
|
26
|
-
"minValue": 0,
|
|
27
|
-
"maxValue": 1,
|
|
28
|
-
"defaultValue": 1,
|
|
29
|
-
"allowManualEntry": false,
|
|
30
|
-
"options": [
|
|
31
|
-
{
|
|
32
|
-
"label": "Do not save the On/Off status",
|
|
33
|
-
"value": 0
|
|
34
|
-
},
|
|
35
|
-
{
|
|
36
|
-
"label": "Save and restore the relay On/Off status",
|
|
37
|
-
"value": 1
|
|
38
|
-
}
|
|
39
|
-
]
|
|
23
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
40
24
|
},
|
|
41
25
|
{
|
|
42
26
|
"#": "2",
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"maxValue": 1,
|
|
48
|
-
"defaultValue": 1,
|
|
49
|
-
"allowManualEntry": false,
|
|
50
|
-
"options": [
|
|
51
|
-
{
|
|
52
|
-
"label": "Disable back light LED",
|
|
53
|
-
"value": 0
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"label": "Enable back light LED",
|
|
57
|
-
"value": 1
|
|
58
|
-
}
|
|
59
|
-
]
|
|
27
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
28
|
+
"label": "Backlight",
|
|
29
|
+
"description": "Enable backlight when switch is on",
|
|
30
|
+
"defaultValue": 1
|
|
60
31
|
},
|
|
61
32
|
{
|
|
62
33
|
"#": "3",
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"valueSize": 1,
|
|
66
|
-
"minValue": 0,
|
|
67
|
-
"maxValue": 1,
|
|
68
|
-
"defaultValue": 1,
|
|
69
|
-
"allowManualEntry": false,
|
|
70
|
-
"options": [
|
|
71
|
-
{
|
|
72
|
-
"label": "Do not change LED state when on",
|
|
73
|
-
"value": 0
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
"label": "Pink LED state when on",
|
|
77
|
-
"value": 1
|
|
78
|
-
}
|
|
79
|
-
]
|
|
34
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
35
|
+
"defaultValue": 1
|
|
80
36
|
}
|
|
81
37
|
]
|
|
82
38
|
}
|
|
@@ -24,68 +24,24 @@
|
|
|
24
24
|
"paramInformation": [
|
|
25
25
|
{
|
|
26
26
|
"#": "1",
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"maxValue": 1,
|
|
32
|
-
"defaultValue": 1,
|
|
33
|
-
"allowManualEntry": false,
|
|
34
|
-
"options": [
|
|
35
|
-
{
|
|
36
|
-
"label": "Disable back light LED",
|
|
37
|
-
"value": 0
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"label": "Enable back light LED",
|
|
41
|
-
"value": 1
|
|
42
|
-
}
|
|
43
|
-
]
|
|
27
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
28
|
+
"label": "Backlight",
|
|
29
|
+
"description": "Enable backlight when switch is on",
|
|
30
|
+
"defaultValue": 1
|
|
44
31
|
},
|
|
45
32
|
{
|
|
46
33
|
"#": "2",
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"valueSize": 1,
|
|
50
|
-
"minValue": 0,
|
|
51
|
-
"maxValue": 1,
|
|
52
|
-
"defaultValue": 1,
|
|
53
|
-
"allowManualEntry": false,
|
|
54
|
-
"options": [
|
|
55
|
-
{
|
|
56
|
-
"label": "Do not change LED state when on",
|
|
57
|
-
"value": 0
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"label": "Pink LED state when on",
|
|
61
|
-
"value": 1
|
|
62
|
-
}
|
|
63
|
-
]
|
|
34
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
35
|
+
"defaultValue": 1
|
|
64
36
|
},
|
|
65
37
|
{
|
|
66
38
|
"#": "3",
|
|
67
|
-
"
|
|
68
|
-
"description": "Restore switch status on power restore.",
|
|
69
|
-
"valueSize": 1,
|
|
70
|
-
"minValue": 0,
|
|
71
|
-
"maxValue": 1,
|
|
72
|
-
"defaultValue": 1,
|
|
73
|
-
"allowManualEntry": false,
|
|
74
|
-
"options": [
|
|
75
|
-
{
|
|
76
|
-
"label": "Do not save the On/Off status",
|
|
77
|
-
"value": 0
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"label": "Save and restore the relay On/Off status",
|
|
81
|
-
"value": 1
|
|
82
|
-
}
|
|
83
|
-
]
|
|
39
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
84
40
|
},
|
|
85
41
|
{
|
|
86
42
|
"#": "4",
|
|
87
43
|
"label": "Root Device Mapped Setting",
|
|
88
|
-
"description": "Endpoint device mapping setting for associated devices
|
|
44
|
+
"description": "Endpoint device mapping setting for associated devices",
|
|
89
45
|
"valueSize": 1,
|
|
90
46
|
"minValue": 0,
|
|
91
47
|
"maxValue": 3,
|
|
@@ -105,7 +61,7 @@
|
|
|
105
61
|
"value": 2
|
|
106
62
|
},
|
|
107
63
|
{
|
|
108
|
-
"label": "
|
|
64
|
+
"label": "All endpoints",
|
|
109
65
|
"value": 3
|
|
110
66
|
}
|
|
111
67
|
]
|
|
@@ -16,68 +16,24 @@
|
|
|
16
16
|
"paramInformation": [
|
|
17
17
|
{
|
|
18
18
|
"#": "1",
|
|
19
|
-
"
|
|
20
|
-
"description": "Restore switch status on power restore.",
|
|
21
|
-
"valueSize": 1,
|
|
22
|
-
"minValue": 0,
|
|
23
|
-
"maxValue": 1,
|
|
24
|
-
"defaultValue": 1,
|
|
25
|
-
"allowManualEntry": false,
|
|
26
|
-
"options": [
|
|
27
|
-
{
|
|
28
|
-
"label": "Do not save the On/Off status",
|
|
29
|
-
"value": 0
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
"label": "Save and restore the relay On/Off status",
|
|
33
|
-
"value": 1
|
|
34
|
-
}
|
|
35
|
-
]
|
|
19
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_off_prev"
|
|
36
20
|
},
|
|
37
21
|
{
|
|
38
22
|
"#": "2",
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"maxValue": 1,
|
|
44
|
-
"defaultValue": 1,
|
|
45
|
-
"allowManualEntry": false,
|
|
46
|
-
"options": [
|
|
47
|
-
{
|
|
48
|
-
"label": "Disable back light LED",
|
|
49
|
-
"value": 0
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"label": "Enable back light LED",
|
|
53
|
-
"value": 1
|
|
54
|
-
}
|
|
55
|
-
]
|
|
23
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
24
|
+
"label": "Backlight",
|
|
25
|
+
"description": "Enable backlight when switch is on",
|
|
26
|
+
"defaultValue": 1
|
|
56
27
|
},
|
|
57
28
|
{
|
|
58
29
|
"#": "3",
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"valueSize": 1,
|
|
62
|
-
"minValue": 0,
|
|
63
|
-
"maxValue": 1,
|
|
64
|
-
"defaultValue": 1,
|
|
65
|
-
"allowManualEntry": false,
|
|
66
|
-
"options": [
|
|
67
|
-
{
|
|
68
|
-
"label": "Do not change LED state when on",
|
|
69
|
-
"value": 0
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"label": "Pink LED state when on",
|
|
73
|
-
"value": 1
|
|
74
|
-
}
|
|
75
|
-
]
|
|
30
|
+
"$import": "~/templates/master_template.json#enable_led_indicator",
|
|
31
|
+
"defaultValue": 1
|
|
76
32
|
},
|
|
77
33
|
{
|
|
78
34
|
"#": "4",
|
|
79
35
|
"label": "Root Device Mapped Setting",
|
|
80
|
-
"description": "Endpoint device mapping setting for associated devices
|
|
36
|
+
"description": "Endpoint device mapping setting for associated devices",
|
|
81
37
|
"valueSize": 1,
|
|
82
38
|
"minValue": 0,
|
|
83
39
|
"maxValue": 4,
|
|
@@ -101,56 +57,26 @@
|
|
|
101
57
|
"value": 3
|
|
102
58
|
},
|
|
103
59
|
{
|
|
104
|
-
"label": "All
|
|
60
|
+
"label": "All endpoints",
|
|
105
61
|
"value": 4
|
|
106
62
|
}
|
|
107
63
|
]
|
|
108
64
|
},
|
|
109
65
|
{
|
|
110
66
|
"#": "5",
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"minValue": 0,
|
|
115
|
-
"maxValue": 1,
|
|
116
|
-
"defaultValue": 1,
|
|
117
|
-
"allowManualEntry": false,
|
|
118
|
-
"options": [
|
|
119
|
-
{
|
|
120
|
-
"label": "disable buttons",
|
|
121
|
-
"value": 0
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
"label": "enable buttons",
|
|
125
|
-
"value": 1
|
|
126
|
-
}
|
|
127
|
-
]
|
|
67
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
68
|
+
"label": "Switch Operation",
|
|
69
|
+
"defaultValue": 1
|
|
128
70
|
},
|
|
129
71
|
{
|
|
130
72
|
"#": "6",
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"valueSize": 1,
|
|
134
|
-
"minValue": 0,
|
|
135
|
-
"maxValue": 1,
|
|
136
|
-
"defaultValue": 0,
|
|
137
|
-
"allowManualEntry": false,
|
|
138
|
-
"options": [
|
|
139
|
-
{
|
|
140
|
-
"label": "enable timer",
|
|
141
|
-
"value": 0
|
|
142
|
-
},
|
|
143
|
-
{
|
|
144
|
-
"label": "disable timer",
|
|
145
|
-
"value": 1
|
|
146
|
-
}
|
|
147
|
-
]
|
|
73
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
74
|
+
"label": "Auto-Off"
|
|
148
75
|
},
|
|
149
76
|
{
|
|
150
77
|
"#": "7",
|
|
151
|
-
"label": "Channel 1
|
|
152
|
-
"
|
|
153
|
-
"unit": "Minute",
|
|
78
|
+
"label": "Auto-Off Delay (Channel 1)",
|
|
79
|
+
"unit": "minutes",
|
|
154
80
|
"valueSize": 2,
|
|
155
81
|
"minValue": 0,
|
|
156
82
|
"maxValue": 32767,
|
|
@@ -158,9 +84,8 @@
|
|
|
158
84
|
},
|
|
159
85
|
{
|
|
160
86
|
"#": "8",
|
|
161
|
-
"label": "Channel 2
|
|
162
|
-
"
|
|
163
|
-
"unit": "minute",
|
|
87
|
+
"label": "Auto-Off Delay (Channel 2)",
|
|
88
|
+
"unit": "minutes",
|
|
164
89
|
"valueSize": 2,
|
|
165
90
|
"minValue": 0,
|
|
166
91
|
"maxValue": 32767,
|
|
@@ -168,9 +93,8 @@
|
|
|
168
93
|
},
|
|
169
94
|
{
|
|
170
95
|
"#": "9",
|
|
171
|
-
"label": "Channel 3
|
|
172
|
-
"
|
|
173
|
-
"unit": "minute",
|
|
96
|
+
"label": "Auto-Off Delay (Channel 3)",
|
|
97
|
+
"unit": "minutes",
|
|
174
98
|
"valueSize": 2,
|
|
175
99
|
"minValue": 0,
|
|
176
100
|
"maxValue": 32767,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"paramInformation": [
|
|
40
40
|
{
|
|
41
41
|
"#": "1",
|
|
42
|
-
"label": "
|
|
42
|
+
"label": "Alarm Volume",
|
|
43
43
|
"valueSize": 1,
|
|
44
44
|
"minValue": 1,
|
|
45
45
|
"maxValue": 3,
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
"#": "2",
|
|
64
|
-
"label": "Alarm
|
|
64
|
+
"label": "Alarm Duration",
|
|
65
65
|
"valueSize": 1,
|
|
66
66
|
"minValue": 0,
|
|
67
67
|
"maxValue": 3,
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"#": "3",
|
|
90
|
-
"label": "
|
|
90
|
+
"label": "Doorbell Duration",
|
|
91
91
|
"valueSize": 1,
|
|
92
92
|
"minValue": 0,
|
|
93
93
|
"maxValue": 255,
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
108
|
"#": "4",
|
|
109
|
-
"label": "
|
|
109
|
+
"label": "Doorbell Volume",
|
|
110
110
|
"valueSize": 1,
|
|
111
111
|
"minValue": 1,
|
|
112
112
|
"maxValue": 3,
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
},
|
|
129
129
|
{
|
|
130
130
|
"#": "5",
|
|
131
|
-
"label": "Alarm
|
|
131
|
+
"label": "Alarm Sound Selection",
|
|
132
132
|
"valueSize": 1,
|
|
133
133
|
"minValue": 1,
|
|
134
134
|
"maxValue": 10,
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
},
|
|
137
137
|
{
|
|
138
138
|
"#": "6",
|
|
139
|
-
"label": "
|
|
139
|
+
"label": "Doorbell Sound Selection",
|
|
140
140
|
"valueSize": 1,
|
|
141
141
|
"minValue": 1,
|
|
142
142
|
"maxValue": 10,
|
|
@@ -144,57 +144,32 @@
|
|
|
144
144
|
},
|
|
145
145
|
{
|
|
146
146
|
"#": "7",
|
|
147
|
-
"label": "Default Siren
|
|
147
|
+
"label": "Default Siren Sound",
|
|
148
148
|
"valueSize": 1,
|
|
149
149
|
"minValue": 1,
|
|
150
150
|
"maxValue": 2,
|
|
151
151
|
"defaultValue": 1,
|
|
152
152
|
"options": [
|
|
153
153
|
{
|
|
154
|
-
"label": "Alarm
|
|
154
|
+
"label": "Alarm Sound",
|
|
155
155
|
"value": 1
|
|
156
156
|
},
|
|
157
157
|
{
|
|
158
|
-
"label": "
|
|
158
|
+
"label": "Doorbell Sound",
|
|
159
159
|
"value": 2
|
|
160
160
|
}
|
|
161
161
|
]
|
|
162
162
|
},
|
|
163
163
|
{
|
|
164
164
|
"#": "8",
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"maxValue": 1,
|
|
169
|
-
"defaultValue": 1,
|
|
170
|
-
"options": [
|
|
171
|
-
{
|
|
172
|
-
"label": "Disable",
|
|
173
|
-
"value": 0
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"label": "Enable",
|
|
177
|
-
"value": 1
|
|
178
|
-
}
|
|
179
|
-
]
|
|
165
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
166
|
+
"label": "Alarm LED",
|
|
167
|
+
"defaultValue": 1
|
|
180
168
|
},
|
|
181
169
|
{
|
|
182
170
|
"#": "9",
|
|
183
|
-
"
|
|
184
|
-
"
|
|
185
|
-
"minValue": 0,
|
|
186
|
-
"maxValue": 1,
|
|
187
|
-
"defaultValue": 0,
|
|
188
|
-
"options": [
|
|
189
|
-
{
|
|
190
|
-
"label": "Disable",
|
|
191
|
-
"value": 0
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"label": "Enable",
|
|
195
|
-
"value": 1
|
|
196
|
-
}
|
|
197
|
-
]
|
|
171
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
172
|
+
"label": "Doorbell LED"
|
|
198
173
|
}
|
|
199
174
|
]
|
|
200
175
|
}
|
|
@@ -24,22 +24,9 @@
|
|
|
24
24
|
},
|
|
25
25
|
{
|
|
26
26
|
"#": "2",
|
|
27
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
27
28
|
"label": "Motion Detection",
|
|
28
|
-
"
|
|
29
|
-
"minValue": 0,
|
|
30
|
-
"maxValue": 1,
|
|
31
|
-
"defaultValue": 1,
|
|
32
|
-
"allowManualEntry": false,
|
|
33
|
-
"options": [
|
|
34
|
-
{
|
|
35
|
-
"label": "Disable",
|
|
36
|
-
"value": 0
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"label": "Enable",
|
|
40
|
-
"value": 1
|
|
41
|
-
}
|
|
42
|
-
]
|
|
29
|
+
"defaultValue": 1
|
|
43
30
|
},
|
|
44
31
|
{
|
|
45
32
|
"#": "3",
|
|
@@ -47,42 +34,14 @@
|
|
|
47
34
|
},
|
|
48
35
|
{
|
|
49
36
|
"#": "4",
|
|
37
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
50
38
|
"label": "Require Luminance Change for Basic Sets on Motion",
|
|
51
|
-
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
|
|
52
|
-
"valueSize": 1,
|
|
53
|
-
"minValue": 0,
|
|
54
|
-
"maxValue": 1,
|
|
55
|
-
"defaultValue": 0,
|
|
56
|
-
"allowManualEntry": false,
|
|
57
|
-
"options": [
|
|
58
|
-
{
|
|
59
|
-
"label": "Disable",
|
|
60
|
-
"value": 0
|
|
61
|
-
},
|
|
62
|
-
{
|
|
63
|
-
"label": "Enable",
|
|
64
|
-
"value": 1
|
|
65
|
-
}
|
|
66
|
-
]
|
|
39
|
+
"description": "If enabled, a Basic Set will be set if the ambient light is below the level defined in Parameter 16"
|
|
67
40
|
},
|
|
68
41
|
{
|
|
69
42
|
"#": "5",
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"minValue": 0,
|
|
73
|
-
"maxValue": 1,
|
|
74
|
-
"defaultValue": 0,
|
|
75
|
-
"allowManualEntry": false,
|
|
76
|
-
"options": [
|
|
77
|
-
{
|
|
78
|
-
"label": "Disable",
|
|
79
|
-
"value": 0
|
|
80
|
-
},
|
|
81
|
-
{
|
|
82
|
-
"label": "Enable",
|
|
83
|
-
"value": 1
|
|
84
|
-
}
|
|
85
|
-
]
|
|
43
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
44
|
+
"label": "Binary Sensor Report on Motion"
|
|
86
45
|
},
|
|
87
46
|
{
|
|
88
47
|
"#": "6",
|