@zwave-js/config 10.0.0-beta.4 → 10.0.0-beta.5
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/ConfigManager.d.ts.map +1 -1
- package/build/ConfigManager.js +15 -10
- package/build/ConfigManager.js.map +1 -1
- package/build/DeviceClasses.d.ts.map +1 -1
- package/build/DeviceClasses.js +1 -2
- package/build/DeviceClasses.js.map +1 -1
- package/build/Manufacturers.d.ts.map +1 -1
- package/build/Manufacturers.js +1 -2
- package/build/Manufacturers.js.map +1 -1
- package/build/Meters.d.ts.map +1 -1
- package/build/Meters.js +1 -2
- package/build/Meters.js.map +1 -1
- package/build/Notifications.d.ts.map +1 -1
- package/build/Notifications.js +2 -3
- package/build/Notifications.js.map +1 -1
- package/build/SensorTypes.d.ts.map +1 -1
- package/build/SensorTypes.js +1 -2
- package/build/SensorTypes.js.map +1 -1
- package/build/devices/DeviceConfig.d.ts.map +1 -1
- package/build/devices/DeviceConfig.js +3 -4
- package/build/devices/DeviceConfig.js.map +1 -1
- package/build/devices/EndpointConfig.d.ts.map +1 -1
- package/build/devices/EndpointConfig.js +1 -2
- package/build/devices/EndpointConfig.js.map +1 -1
- package/config/devices/0x010f/fgwpb-121.json +0 -4
- package/config/devices/0x010f/fgwpg-111.json +448 -0
- package/config/devices/0x010f/fgwpg-121.json +98 -102
- package/config/devices/0x027a/zen17.json +71 -20
- package/config/devices/0x0312/mp20z.json +13 -71
- package/config/devices/0x0312/mp21z.json +2 -32
- package/config/devices/0x0312/mp21zd.json +8 -8
- package/config/devices/0x0312/mp21zp.json +2 -5
- package/config/devices/0x0312/mp22z.json +5 -47
- package/config/devices/0x0312/mp22zd.json +2 -2
- package/config/devices/0x0312/mp22zp.json +1 -7
- package/config/devices/0x0312/mp23z.json +2 -32
- package/config/devices/0x0312/mp24z.json +5 -45
- package/config/devices/0x0312/mr40z.json +3 -3
- package/config/devices/0x0312/ms10z.json +11 -25
- package/config/devices/0x0312/ms11zs.json +1 -1
- package/config/devices/0x0312/ms12z.json +11 -25
- package/config/devices/0x0312/ms13z.json +14 -14
- package/config/devices/0x0312/n4001.json +1 -7
- package/config/devices/0x0312/n4002.json +10 -10
- package/config/devices/0x0312/n4003.json +55 -0
- package/config/devices/0x0312/nzw30.json +3 -44
- package/config/devices/0x0312/nzw30s.json +3 -40
- package/config/devices/0x0312/nzw30t.json +2 -22
- package/config/devices/0x0312/nzw31.json +2 -21
- package/config/devices/0x0312/nzw31s.json +2 -21
- package/config/devices/0x0312/nzw36.json +2 -26
- package/config/devices/0x0312/nzw96.json +2 -26
- package/config/devices/0x0312/templates/minoston_template.json +43 -1
- package/config/devices/0x0312/zw30.json +16 -144
- package/config/devices/0x0312/zw31.json +16 -146
- package/config/devices/0x0312/zw31s.json +10 -10
- package/config/devices/0x0312/zw39.json +4 -44
- package/config/devices/0x0312/zw922.json +3 -3
- package/config/devices/0x0312/zw96.json +5 -32
- package/config/devices/0x0312/zw97.json +9 -46
- package/config/devices/templates/master_template.json +21 -1
- package/package.json +8 -6
|
@@ -33,13 +33,10 @@
|
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"#": "5",
|
|
36
|
-
"
|
|
37
|
-
"valueSize": 1,
|
|
38
|
-
"unit": "W",
|
|
36
|
+
"$import": "templates/minoston_template.json#power_reporting_threshold",
|
|
39
37
|
"minValue": 0,
|
|
40
38
|
"maxValue": 5,
|
|
41
|
-
"defaultValue": 1
|
|
42
|
-
"unsigned": true
|
|
39
|
+
"defaultValue": 1
|
|
43
40
|
},
|
|
44
41
|
{
|
|
45
42
|
"#": "6",
|
|
@@ -28,59 +28,17 @@
|
|
|
28
28
|
"paramInformation": [
|
|
29
29
|
{
|
|
30
30
|
"#": "1",
|
|
31
|
-
"
|
|
32
|
-
"valueSize": 1,
|
|
33
|
-
"minValue": 0,
|
|
34
|
-
"maxValue": 2,
|
|
35
|
-
"defaultValue": 0,
|
|
36
|
-
"unsigned": true,
|
|
37
|
-
"allowManualEntry": false,
|
|
38
|
-
"options": [
|
|
39
|
-
{
|
|
40
|
-
"label": "LED on when load off, LED off when load on",
|
|
41
|
-
"value": 0
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"label": "LED on when load on, LED off when load off",
|
|
45
|
-
"value": 1
|
|
46
|
-
},
|
|
47
|
-
{
|
|
48
|
-
"label": "LED always off",
|
|
49
|
-
"value": 2
|
|
50
|
-
}
|
|
51
|
-
]
|
|
31
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options"
|
|
52
32
|
},
|
|
53
33
|
{
|
|
54
34
|
"#": "2",
|
|
55
|
-
"
|
|
56
|
-
"valueSize": 2
|
|
57
|
-
"unit": "minutes",
|
|
58
|
-
"minValue": 0,
|
|
59
|
-
"maxValue": 65535,
|
|
60
|
-
"defaultValue": 0,
|
|
61
|
-
"unsigned": true,
|
|
62
|
-
"options": [
|
|
63
|
-
{
|
|
64
|
-
"label": "Disable",
|
|
65
|
-
"value": 0
|
|
66
|
-
}
|
|
67
|
-
]
|
|
35
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
36
|
+
"valueSize": 2
|
|
68
37
|
},
|
|
69
38
|
{
|
|
70
39
|
"#": "4",
|
|
71
|
-
"
|
|
72
|
-
"valueSize": 2
|
|
73
|
-
"unit": "minutes",
|
|
74
|
-
"minValue": 0,
|
|
75
|
-
"maxValue": 65535,
|
|
76
|
-
"defaultValue": 0,
|
|
77
|
-
"unsigned": true,
|
|
78
|
-
"options": [
|
|
79
|
-
{
|
|
80
|
-
"label": "Disable",
|
|
81
|
-
"value": 0
|
|
82
|
-
}
|
|
83
|
-
]
|
|
40
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
41
|
+
"valueSize": 2
|
|
84
42
|
},
|
|
85
43
|
{
|
|
86
44
|
"#": "6",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"#": "4",
|
|
35
|
-
"$import": "
|
|
35
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
36
36
|
},
|
|
37
37
|
{
|
|
38
38
|
"#": "6",
|
|
39
|
-
"$import": "
|
|
39
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
40
40
|
},
|
|
41
41
|
{
|
|
42
42
|
"#": "7",
|
|
@@ -43,13 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "5",
|
|
46
|
-
"
|
|
47
|
-
"valueSize": 1,
|
|
48
|
-
"unit": "W",
|
|
49
|
-
"minValue": 5,
|
|
50
|
-
"maxValue": 50,
|
|
51
|
-
"defaultValue": 5,
|
|
52
|
-
"unsigned": true
|
|
46
|
+
"$import": "templates/minoston_template.json#power_reporting_threshold"
|
|
53
47
|
},
|
|
54
48
|
{
|
|
55
49
|
"#": "6",
|
|
@@ -17,41 +17,11 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "1",
|
|
20
|
-
"
|
|
21
|
-
"valueSize": 1,
|
|
22
|
-
"defaultValue": 0,
|
|
23
|
-
"unsigned": true,
|
|
24
|
-
"allowManualEntry": false,
|
|
25
|
-
"options": [
|
|
26
|
-
{
|
|
27
|
-
"label": "LED on when load off, LED off when load on",
|
|
28
|
-
"value": 0
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"label": "LED on when load on, LED off when load off",
|
|
32
|
-
"value": 1
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"label": "LED always off",
|
|
36
|
-
"value": 2
|
|
37
|
-
}
|
|
38
|
-
]
|
|
20
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options"
|
|
39
21
|
},
|
|
40
22
|
{
|
|
41
23
|
"#": "2",
|
|
42
|
-
"
|
|
43
|
-
"valueSize": 2,
|
|
44
|
-
"unit": "seconds",
|
|
45
|
-
"minValue": 0,
|
|
46
|
-
"maxValue": 32767,
|
|
47
|
-
"defaultValue": 0,
|
|
48
|
-
"unsigned": true,
|
|
49
|
-
"options": [
|
|
50
|
-
{
|
|
51
|
-
"label": "Disabled",
|
|
52
|
-
"value": 0
|
|
53
|
-
}
|
|
54
|
-
]
|
|
24
|
+
"$import": "templates/minoston_template.json#auto_off_timer_32767s"
|
|
55
25
|
}
|
|
56
26
|
],
|
|
57
27
|
"metadata": {
|
|
@@ -17,57 +17,17 @@
|
|
|
17
17
|
"paramInformation": [
|
|
18
18
|
{
|
|
19
19
|
"#": "1",
|
|
20
|
-
"
|
|
21
|
-
"valueSize": 1,
|
|
22
|
-
"defaultValue": 0,
|
|
23
|
-
"unsigned": true,
|
|
24
|
-
"allowManualEntry": false,
|
|
25
|
-
"options": [
|
|
26
|
-
{
|
|
27
|
-
"label": "LED on when load off, LED off when load on",
|
|
28
|
-
"value": 0
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"label": "LED on when load on, LED off when load off",
|
|
32
|
-
"value": 1
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"label": "LED always off",
|
|
36
|
-
"value": 2
|
|
37
|
-
}
|
|
38
|
-
]
|
|
20
|
+
"$import": "~/templates/master_template.json#led_indicator_three_options"
|
|
39
21
|
},
|
|
40
22
|
{
|
|
41
23
|
"#": "2",
|
|
42
|
-
"
|
|
43
|
-
"valueSize": 2
|
|
44
|
-
"unit": "minutes",
|
|
45
|
-
"minValue": 0,
|
|
46
|
-
"maxValue": 65535,
|
|
47
|
-
"defaultValue": 0,
|
|
48
|
-
"unsigned": true,
|
|
49
|
-
"options": [
|
|
50
|
-
{
|
|
51
|
-
"label": "Disabled",
|
|
52
|
-
"value": 0
|
|
53
|
-
}
|
|
54
|
-
]
|
|
24
|
+
"$import": "templates/minoston_template.json#auto_off_timer",
|
|
25
|
+
"valueSize": 2
|
|
55
26
|
},
|
|
56
27
|
{
|
|
57
28
|
"#": "3",
|
|
58
|
-
"
|
|
59
|
-
"valueSize": 2
|
|
60
|
-
"unit": "minutes",
|
|
61
|
-
"minValue": 0,
|
|
62
|
-
"maxValue": 65535,
|
|
63
|
-
"defaultValue": 0,
|
|
64
|
-
"unsigned": true,
|
|
65
|
-
"options": [
|
|
66
|
-
{
|
|
67
|
-
"label": "Disabled",
|
|
68
|
-
"value": 0
|
|
69
|
-
}
|
|
70
|
-
]
|
|
29
|
+
"$import": "templates/minoston_template.json#auto_on_timer",
|
|
30
|
+
"valueSize": 2
|
|
71
31
|
}
|
|
72
32
|
],
|
|
73
33
|
"metadata": {
|
|
@@ -39,17 +39,17 @@
|
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"#": "2",
|
|
42
|
-
"$import": "
|
|
42
|
+
"$import": "templates/minoston_template.json#led_indicator_color_upper"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "3",
|
|
46
|
-
"$import": "
|
|
46
|
+
"$import": "templates/minoston_template.json#led_indicator_color_lower"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"metadata": {
|
|
50
50
|
"inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
|
|
51
51
|
"exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
|
|
52
|
-
"reset": "
|
|
52
|
+
"reset": "Triple-tap and hold to reset, LED indicator will blink red 5 times to confirm successful reset\n(Node:Please use this procedure only when the network primary controller is missing or otherwise inoperable.)",
|
|
53
53
|
"manual": "https://products.z-wavealliance.org/ProductManual/File?folder=&filename=product_documents/4246/MR40Z-manual-20210630.pdf"
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -35,27 +35,27 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"#": "3",
|
|
38
|
-
"$import": "
|
|
38
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"#": "5",
|
|
42
|
-
"$import": "
|
|
42
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "7[0x01]",
|
|
46
|
-
"$import": "
|
|
46
|
+
"$import": "templates/minoston_template.json#status_change_report_local_control"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"#": "7[0x02]",
|
|
50
|
-
"$import": "
|
|
50
|
+
"$import": "templates/minoston_template.json#status_change_report_three_way"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"#": "7[0x04]",
|
|
54
|
-
"$import": "
|
|
54
|
+
"$import": "templates/minoston_template.json#status_change_report_zwave"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"#": "7[0x08]",
|
|
58
|
-
"$import": "
|
|
58
|
+
"$import": "templates/minoston_template.json#status_change_report_timer"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"#": "8",
|
|
@@ -71,37 +71,23 @@
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"#": "13",
|
|
74
|
-
"$import": "
|
|
74
|
+
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"#": "12",
|
|
78
|
-
"$import": "
|
|
78
|
+
"$import": "templates/minoston_template.json#external_switch_type_two_options"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "14",
|
|
82
|
-
"$import": "
|
|
82
|
+
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"#": "15",
|
|
86
|
-
"$import": "
|
|
86
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"#": "16",
|
|
90
|
-
"
|
|
91
|
-
"valueSize": 1,
|
|
92
|
-
"defaultValue": 1,
|
|
93
|
-
"unsigned": true,
|
|
94
|
-
"allowManualEntry": false,
|
|
95
|
-
"options": [
|
|
96
|
-
{
|
|
97
|
-
"label": "Binary Switch report (Z-Wave); Basic Set report (local control)",
|
|
98
|
-
"value": 0
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"label": "Binary Switch report (all)",
|
|
102
|
-
"value": 1
|
|
103
|
-
}
|
|
104
|
-
]
|
|
90
|
+
"$import": "templates/minoston_template.json#association_reports_basic_binary"
|
|
105
91
|
}
|
|
106
92
|
],
|
|
107
93
|
"metadata": {
|
|
@@ -35,27 +35,27 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"#": "3",
|
|
38
|
-
"$import": "
|
|
38
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"#": "5",
|
|
42
|
-
"$import": "
|
|
42
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "7[0x01]",
|
|
46
|
-
"$import": "
|
|
46
|
+
"$import": "templates/minoston_template.json#status_change_report_local_control"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"#": "7[0x02]",
|
|
50
|
-
"$import": "
|
|
50
|
+
"$import": "templates/minoston_template.json#status_change_report_three_way"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"#": "7[0x04]",
|
|
54
|
-
"$import": "
|
|
54
|
+
"$import": "templates/minoston_template.json#status_change_report_zwave"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"#": "7[0x08]",
|
|
58
|
-
"$import": "
|
|
58
|
+
"$import": "templates/minoston_template.json#status_change_report_timer"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"#": "8",
|
|
@@ -71,37 +71,23 @@
|
|
|
71
71
|
},
|
|
72
72
|
{
|
|
73
73
|
"#": "13",
|
|
74
|
-
"$import": "
|
|
74
|
+
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"#": "12",
|
|
78
|
-
"$import": "
|
|
78
|
+
"$import": "templates/minoston_template.json#external_switch_type_two_options"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "14",
|
|
82
|
-
"$import": "
|
|
82
|
+
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"#": "15",
|
|
86
|
-
"$import": "
|
|
86
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"#": "16",
|
|
90
|
-
"
|
|
91
|
-
"valueSize": 1,
|
|
92
|
-
"defaultValue": 1,
|
|
93
|
-
"unsigned": true,
|
|
94
|
-
"allowManualEntry": false,
|
|
95
|
-
"options": [
|
|
96
|
-
{
|
|
97
|
-
"label": "Binary Switch report (Z-Wave); Basic Set report (local control)",
|
|
98
|
-
"value": 0
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"label": "Binary Switch report (all)",
|
|
102
|
-
"value": 1
|
|
103
|
-
}
|
|
104
|
-
]
|
|
90
|
+
"$import": "templates/minoston_template.json#association_reports_basic_binary"
|
|
105
91
|
}
|
|
106
92
|
],
|
|
107
93
|
"metadata": {
|
|
@@ -35,27 +35,27 @@
|
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"#": "3",
|
|
38
|
-
"$import": "
|
|
38
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
41
|
"#": "5",
|
|
42
|
-
"$import": "
|
|
42
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
45
|
"#": "7[0x01]",
|
|
46
|
-
"$import": "
|
|
46
|
+
"$import": "templates/minoston_template.json#status_change_report_local_control"
|
|
47
47
|
},
|
|
48
48
|
{
|
|
49
49
|
"#": "7[0x02]",
|
|
50
|
-
"$import": "
|
|
50
|
+
"$import": "templates/minoston_template.json#status_change_report_three_way"
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
53
|
"#": "7[0x04]",
|
|
54
|
-
"$import": "
|
|
54
|
+
"$import": "templates/minoston_template.json#status_change_report_zwave"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"#": "7[0x08]",
|
|
58
|
-
"$import": "
|
|
58
|
+
"$import": "templates/minoston_template.json#status_change_report_timer"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"#": "8",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
},
|
|
82
82
|
{
|
|
83
83
|
"#": "12",
|
|
84
|
-
"$import": "
|
|
84
|
+
"$import": "templates/minoston_template.json#double_tap_function"
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
"#": "15",
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
},
|
|
90
90
|
{
|
|
91
91
|
"#": "21",
|
|
92
|
-
"$import": "
|
|
92
|
+
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
93
93
|
},
|
|
94
94
|
{
|
|
95
95
|
"#": "16",
|
|
@@ -101,27 +101,27 @@
|
|
|
101
101
|
},
|
|
102
102
|
{
|
|
103
103
|
"#": "19",
|
|
104
|
-
"$import": "
|
|
104
|
+
"$import": "templates/minoston_template.json#external_switch_type_four_options"
|
|
105
105
|
},
|
|
106
106
|
{
|
|
107
107
|
"#": "20",
|
|
108
|
-
"$import": "
|
|
108
|
+
"$import": "templates/minoston_template.json#association_reports_basic_multilevel"
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
"#": "22",
|
|
112
|
-
"$import": "
|
|
112
|
+
"$import": "templates/minoston_template.json#night_mode_brightness"
|
|
113
113
|
},
|
|
114
114
|
{
|
|
115
115
|
"#": "23",
|
|
116
|
-
"$import": "
|
|
116
|
+
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
117
117
|
},
|
|
118
118
|
{
|
|
119
119
|
"#": "24",
|
|
120
|
-
"$import": "
|
|
120
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"#": "25",
|
|
124
|
-
"$import": "
|
|
124
|
+
"$import": "templates/minoston_template.json#single_tap_function"
|
|
125
125
|
}
|
|
126
126
|
],
|
|
127
127
|
"metadata": {
|
|
@@ -32,13 +32,7 @@
|
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"#": "2",
|
|
35
|
-
"
|
|
36
|
-
"valueSize": 2,
|
|
37
|
-
"unit": "seconds",
|
|
38
|
-
"minValue": 0,
|
|
39
|
-
"maxValue": 36000,
|
|
40
|
-
"defaultValue": 0,
|
|
41
|
-
"unsigned": true
|
|
35
|
+
"$import": "templates/minoston_template.json#auto_off_timer_36000s"
|
|
42
36
|
}
|
|
43
37
|
],
|
|
44
38
|
"metadata": {
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
},
|
|
26
26
|
{
|
|
27
27
|
"#": "3",
|
|
28
|
-
"$import": "
|
|
28
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
29
29
|
},
|
|
30
30
|
{
|
|
31
31
|
"#": "5",
|
|
32
|
-
"$import": "
|
|
32
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
35
|
"#": "8",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"#": "12",
|
|
58
|
-
"$import": "
|
|
58
|
+
"$import": "templates/minoston_template.json#double_tap_function"
|
|
59
59
|
},
|
|
60
60
|
{
|
|
61
61
|
"#": "15",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
{
|
|
65
65
|
"#": "21",
|
|
66
|
-
"$import": "
|
|
66
|
+
"$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
"#": "16",
|
|
@@ -75,27 +75,27 @@
|
|
|
75
75
|
},
|
|
76
76
|
{
|
|
77
77
|
"#": "19",
|
|
78
|
-
"$import": "
|
|
78
|
+
"$import": "templates/minoston_template.json#external_switch_type_four_options"
|
|
79
79
|
},
|
|
80
80
|
{
|
|
81
81
|
"#": "20",
|
|
82
|
-
"$import": "
|
|
82
|
+
"$import": "templates/minoston_template.json#association_reports_basic_multilevel"
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
"#": "22",
|
|
86
|
-
"$import": "
|
|
86
|
+
"$import": "templates/minoston_template.json#night_mode_brightness"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
"#": "23",
|
|
90
|
-
"$import": "
|
|
90
|
+
"$import": "templates/minoston_template.json#led_indicator_color"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
"#": "24",
|
|
94
|
-
"$import": "
|
|
94
|
+
"$import": "templates/minoston_template.json#led_indicator_brightness"
|
|
95
95
|
},
|
|
96
96
|
{
|
|
97
97
|
"#": "25",
|
|
98
|
-
"$import": "
|
|
98
|
+
"$import": "templates/minoston_template.json#single_tap_function"
|
|
99
99
|
}
|
|
100
100
|
],
|
|
101
101
|
"metadata": {
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"manufacturer": "NewOne",
|
|
3
|
+
"manufacturerId": "0x0312",
|
|
4
|
+
"label": "N4003",
|
|
5
|
+
"description": "SmartPlug with Energy Monitor",
|
|
6
|
+
"devices": [
|
|
7
|
+
{
|
|
8
|
+
"productType": "0xac01",
|
|
9
|
+
"productId": "0x4003"
|
|
10
|
+
}
|
|
11
|
+
],
|
|
12
|
+
"firmwareVersion": {
|
|
13
|
+
"min": "0.0",
|
|
14
|
+
"max": "255.255"
|
|
15
|
+
},
|
|
16
|
+
"paramInformation": [
|
|
17
|
+
{
|
|
18
|
+
"#": "1",
|
|
19
|
+
"$import": "templates/minoston_template.json#led_indicator_four_options_inverted"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"#": "2",
|
|
23
|
+
"$import": "templates/minoston_template.json#auto_off_timer"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"#": "3",
|
|
27
|
+
"$import": "templates/minoston_template.json#auto_on_timer"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"#": "4",
|
|
31
|
+
"$import": "~/templates/master_template.json#state_after_power_failure_prev_off_on"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"#": "5",
|
|
35
|
+
"$import": "templates/minoston_template.json#power_reporting_threshold"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"#": "6",
|
|
39
|
+
"$import": "templates/minoston_template.json#power_reporting_interval"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"#": "7",
|
|
43
|
+
"$import": "templates/minoston_template.json#current_reporting_threshold"
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
"#": "8",
|
|
47
|
+
"$import": "templates/minoston_template.json#energy_reporting_threshold"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"metadata": {
|
|
51
|
+
"inclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
|
|
52
|
+
"exclusion": "1. Refer to your primary controller instructions to process the inclusion / exclusion setup procedure.\n2. When prompted by your primary controller, click the button three times in one second",
|
|
53
|
+
"reset": "Click the button 2 twice quickly, and hold for at least 10 seconds. (Light flashes once when reset successful.)"
|
|
54
|
+
}
|
|
55
|
+
}
|