@zwave-js/config 8.11.4 → 8.11.7
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/Devices.d.ts +6 -3
- package/build/Devices.d.ts.map +1 -1
- package/build/Devices.js +27 -3
- package/build/Devices.js.map +1 -1
- package/config/devices/0x0063/52252_52253_zw3012.json +2 -2
- package/config/devices/0x0086/templates/aeotec_template.json +44 -3
- package/config/devices/0x0086/zw080.json +1 -1
- package/config/devices/0x0086/zw095.json +4 -0
- package/config/devices/0x0086/zw111.json +2 -2
- package/config/devices/0x008b/xl624.json +839 -7
- package/config/devices/0x010f/fgr223.json +1 -1
- package/config/devices/0x013c/psr03-a.json +73 -0
- package/config/devices/0x013c/psr03-b.json +127 -0
- package/config/devices/0x013c/psr03-c.json +36 -0
- package/config/devices/0x013c/templates/philio_template.json +54 -0
- package/config/devices/0x015f/mh-3901z.json +140 -0
- package/config/devices/0x016a/ft111.json +2 -2
- 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/0x027a/templates/zooz_template.json +19 -0
- package/config/devices/0x027a/zen72.json +5 -0
- package/config/devices/0x027a/zen74.json +5 -0
- package/config/devices/0x027a/zen77.json +5 -0
- package/config/devices/0x031e/lzw31-sn.json +1 -1
- package/config/devices/0x0371/zw141.json +2 -16
- package/config/devices/0x0371/zwa037.json +1 -1
- package/config/devices/0x0371/zwa038.json +1 -1
- package/config/devices/0x041a/kp-so-02.json +101 -0
- package/package.json +6 -6
- package/config/devices/0x013c/ph-psr03.json +0 -44
- 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,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Philio Technology Corp",
|
|
3
|
+
"manufacturerId": "0x013c",
|
|
4
|
+
"label": "PSR03-A",
|
|
5
|
+
"description": "Keyfob",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0008",
|
|
9
|
+
"productId": "0x0026",
|
|
10
|
+
"zwaveAllianceId": 1397
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 4,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Lighting Group 1 (Left)",
|
|
25
|
+
"maxNodes": 4
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Lighting Group 2 (Right)",
|
|
29
|
+
"maxNodes": 4
|
|
30
|
+
}
|
|
31
|
+
},
|
|
32
|
+
"paramInformation": [
|
|
33
|
+
{
|
|
34
|
+
"#": "2",
|
|
35
|
+
"$import": "templates/philio_template.json#basic_set_value"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "7[0x01]",
|
|
39
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
40
|
+
"label": "Button Function",
|
|
41
|
+
"options": [
|
|
42
|
+
{
|
|
43
|
+
"label": "AV control",
|
|
44
|
+
"value": 0
|
|
45
|
+
},
|
|
46
|
+
{
|
|
47
|
+
"label": "Lighting group control",
|
|
48
|
+
"value": 1
|
|
49
|
+
}
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"#": "10",
|
|
54
|
+
"$import": "templates/philio_template.json#battery_report_interval"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"#": "82",
|
|
58
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
59
|
+
"label": "Left Key: Basic Set Value"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "83",
|
|
63
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
64
|
+
"label": "Right Key: Basic Set Value"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"metadata": {
|
|
68
|
+
"inclusion": "1. Have Z-Wave™ Controller entered add mode.\n2. Press the key three times within 1.5 seconds to enter the add mode.\n3. After add successful, the device will wake to receive the setting command from Z-Wave ™ Controller about 20 seconds",
|
|
69
|
+
"exclusion": "1. Have Z-Wave ™ Controller entered remove mode.\n2. Press the key three times within 1.5 seconds to enter the \nremove mode.\nNode ID has been excluded",
|
|
70
|
+
"reset": "Notice: Use this procedure only in the event that the primary controller is lost or otherwise inoperable.\n1. Press the key three times,and do not release the key in the 4 th pressed, and the LED will light ON.\n2. After 3 seconds the LED will turn OFF, after that within 2 seconds, release the keys. If successful, the LED will light ON one second. Otherwise, the LED will flash once.\n3. IDs are remove and all settings will reset to factory \ndefault",
|
|
71
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1407/PSR03_ABC_version_Manual.pdf"
|
|
72
|
+
}
|
|
73
|
+
}
|
|
@@ -0,0 +1,127 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Philio Technology Corp",
|
|
3
|
+
"manufacturerId": "0x013c",
|
|
4
|
+
"label": "PSR03-B",
|
|
5
|
+
"description": "Scene Remote",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0008",
|
|
9
|
+
"productId": "0x001d",
|
|
10
|
+
"zwaveAllianceId": 1176
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 4,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
},
|
|
23
|
+
"2": {
|
|
24
|
+
"label": "Lighting Group 1 (Top Left)",
|
|
25
|
+
"maxNodes": 4
|
|
26
|
+
},
|
|
27
|
+
"3": {
|
|
28
|
+
"label": "Lighting Group 2 (Top Right)",
|
|
29
|
+
"maxNodes": 4
|
|
30
|
+
},
|
|
31
|
+
"4": {
|
|
32
|
+
"label": "Lighting Group 3 (Bottom Left)",
|
|
33
|
+
"maxNodes": 4
|
|
34
|
+
},
|
|
35
|
+
"5": {
|
|
36
|
+
"label": "Lighting Group 4 (Bottom Right)",
|
|
37
|
+
"maxNodes": 4
|
|
38
|
+
},
|
|
39
|
+
"6": {
|
|
40
|
+
"label": "Lighting Group 5 (Top Left)",
|
|
41
|
+
"maxNodes": 4
|
|
42
|
+
},
|
|
43
|
+
"7": {
|
|
44
|
+
"label": "Lighting Group 6 (Top Right)",
|
|
45
|
+
"maxNodes": 4
|
|
46
|
+
},
|
|
47
|
+
"8": {
|
|
48
|
+
"label": "Lighting Group 7 (Bottom Left)",
|
|
49
|
+
"maxNodes": 4
|
|
50
|
+
},
|
|
51
|
+
"9": {
|
|
52
|
+
"label": "Lighting Group 8 (Bottom Right)",
|
|
53
|
+
"maxNodes": 4
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"paramInformation": [
|
|
57
|
+
{
|
|
58
|
+
"#": "2",
|
|
59
|
+
"$import": "templates/philio_template.json#basic_set_value"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"#": "7[0x01]",
|
|
63
|
+
"$import": "~/templates/master_template.json#base_enable_disable",
|
|
64
|
+
"label": "Button Function",
|
|
65
|
+
"options": [
|
|
66
|
+
{
|
|
67
|
+
"label": "AV control",
|
|
68
|
+
"value": 0
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"label": "Lighting group control",
|
|
72
|
+
"value": 1
|
|
73
|
+
}
|
|
74
|
+
]
|
|
75
|
+
},
|
|
76
|
+
{
|
|
77
|
+
"#": "10",
|
|
78
|
+
"$import": "templates/philio_template.json#battery_report_interval"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"#": "82",
|
|
82
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
83
|
+
"label": "Lighting Group 1: Basic Set Value"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"#": "83",
|
|
87
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
88
|
+
"label": "Lighting Group 2: Basic Set Value"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"#": "84",
|
|
92
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
93
|
+
"label": "Lighting Group 3: Basic Set Value"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"#": "85",
|
|
97
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
98
|
+
"label": "Lighting Group 4: Basic Set Value"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"#": "86",
|
|
102
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
103
|
+
"label": "Lighting Group 5: Basic Set Value"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"#": "87",
|
|
107
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
108
|
+
"label": "Lighting Group 6: Basic Set Value"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"#": "88",
|
|
112
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
113
|
+
"label": "Lighting Group 7: Basic Set Value"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"#": "89",
|
|
117
|
+
"$import": "templates/philio_template.json#association_basic_set_value",
|
|
118
|
+
"label": "Lighting Group 8: Basic Set Value"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"metadata": {
|
|
122
|
+
"inclusion": "1. Have Z-Wave™ Controller entered add mode.\n2. Press the key three times within 1.5 seconds to enter the add mode.\n3. After add successful, the device will wake to receive the setting command from Z-Wave ™ Controller about 20 seconds",
|
|
123
|
+
"exclusion": "1. Have Z-Wave ™ Controller entered remove mode.\n2. Press the key three times within 1.5 seconds to enter the \nremove mode.\nNode ID has been excluded",
|
|
124
|
+
"reset": "Notice: Use this procedure only in the event that the primary controller is lost or otherwise inoperable.\n1. Press the key three times,and do not release the key in the 4 th pressed, and the LED will light ON.\n2. After 3 seconds the LED will turn OFF, after that within 2 seconds, release the keys. If successful, the LED will light ON one second. Otherwise, the LED will flash once.\n3. IDs are remove and all settings will reset to factory \ndefault",
|
|
125
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1407/PSR03_ABC_version_Manual.pdf"
|
|
126
|
+
}
|
|
127
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "Philio Technology Corp",
|
|
3
|
+
"manufacturerId": "0x013c",
|
|
4
|
+
"label": "PSR03-C",
|
|
5
|
+
"description": "Panic Button",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0x0008",
|
|
9
|
+
"productId": "0x0027",
|
|
10
|
+
"zwaveAllianceId": 1407
|
|
11
|
+
}
|
|
12
|
+
],
|
|
13
|
+
"firmwareVersion": {
|
|
14
|
+
"min": "0.0",
|
|
15
|
+
"max": "255.255"
|
|
16
|
+
},
|
|
17
|
+
"associations": {
|
|
18
|
+
"1": {
|
|
19
|
+
"label": "Lifeline",
|
|
20
|
+
"maxNodes": 4,
|
|
21
|
+
"isLifeline": true
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"paramInformation": [
|
|
25
|
+
{
|
|
26
|
+
"#": "10",
|
|
27
|
+
"$import": "templates/philio_template.json#battery_report_interval"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"metadata": {
|
|
31
|
+
"inclusion": "1. Have Z-Wave™ Controller entered add mode.\n2. Press the key three times within 1.5 seconds to enter the add mode.\n3. After add successful, the device will wake to receive the setting command from Z-Wave ™ Controller about 20 seconds",
|
|
32
|
+
"exclusion": "1. Have Z-Wave ™ Controller entered remove mode.\n2. Press the key three times within 1.5 seconds to enter the \nremove mode.\nNode ID has been excluded",
|
|
33
|
+
"reset": "Notice: Use this procedure only in the event that the primary controller is lost or otherwise inoperable.\n1. Press the key three times,and do not release the key in the 4 th pressed, and the LED will light ON.\n2. After 3 seconds the LED will turn OFF, after that within 2 seconds, release the keys. If successful, the LED will light ON one second. Otherwise, the LED will flash once.\n3. IDs are remove and all settings will reset to factory \ndefault",
|
|
34
|
+
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/1407/PSR03_ABC_version_Manual.pdf"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
{
|
|
2
|
+
"basic_set_value": {
|
|
3
|
+
"label": "Basic Set Value",
|
|
4
|
+
"description": "Allowable range: 0-99, 255",
|
|
5
|
+
"valueSize": 1,
|
|
6
|
+
"minValue": 0,
|
|
7
|
+
"maxValue": 255,
|
|
8
|
+
"defaultValue": 255,
|
|
9
|
+
"unsigned": true,
|
|
10
|
+
"options": [
|
|
11
|
+
{
|
|
12
|
+
"label": "Off",
|
|
13
|
+
"value": 0
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"label": "Last Brightness",
|
|
17
|
+
"value": 255
|
|
18
|
+
}
|
|
19
|
+
]
|
|
20
|
+
},
|
|
21
|
+
"association_basic_set_value": {
|
|
22
|
+
"description": "Allowable range: 0-99, 255",
|
|
23
|
+
"valueSize": 1,
|
|
24
|
+
"minValue": 0,
|
|
25
|
+
"maxValue": 255,
|
|
26
|
+
"defaultValue": 255,
|
|
27
|
+
"unsigned": true,
|
|
28
|
+
"options": [
|
|
29
|
+
{
|
|
30
|
+
"label": "Value of parameter 2 (Basic Set Value)",
|
|
31
|
+
"value": 0
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"label": "Last brightness",
|
|
35
|
+
"value": 255
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"battery_report_interval": {
|
|
40
|
+
"label": "Battery Report Interval",
|
|
41
|
+
"valueSize": 1,
|
|
42
|
+
"unit": "minutes",
|
|
43
|
+
"minValue": 0,
|
|
44
|
+
"maxValue": 12,
|
|
45
|
+
"defaultValue": 12,
|
|
46
|
+
"unsigned": true,
|
|
47
|
+
"options": [
|
|
48
|
+
{
|
|
49
|
+
"label": "Disable",
|
|
50
|
+
"value": 0
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
}
|
|
@@ -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
|
+
}
|
|
@@ -62,12 +62,12 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"#": "81",
|
|
65
|
-
"$import": "~/0x0086/templates/aeotec_template.json#
|
|
65
|
+
"$import": "~/0x0086/templates/aeotec_template.json#enable_notification_basic_set_only",
|
|
66
66
|
"label": "Send Notifications to Associated Devices (Group 3)"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"#": "82",
|
|
70
|
-
"$import": "~/0x0086/templates/aeotec_template.json#
|
|
70
|
+
"$import": "~/0x0086/templates/aeotec_template.json#enable_notification_basic_set_only",
|
|
71
71
|
"label": "Send Notifications to Associated Devices (Group 4)"
|
|
72
72
|
},
|
|
73
73
|
{
|
|
@@ -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
|
]
|