@zwave-js/config 10.0.0-beta.3 → 10.0.0-beta.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.
Files changed (71) hide show
  1. package/build/ConfigManager.d.ts.map +1 -1
  2. package/build/ConfigManager.js +15 -10
  3. package/build/ConfigManager.js.map +1 -1
  4. package/build/DeviceClasses.d.ts.map +1 -1
  5. package/build/DeviceClasses.js +1 -2
  6. package/build/DeviceClasses.js.map +1 -1
  7. package/build/Manufacturers.d.ts.map +1 -1
  8. package/build/Manufacturers.js +1 -2
  9. package/build/Manufacturers.js.map +1 -1
  10. package/build/Meters.d.ts.map +1 -1
  11. package/build/Meters.js +1 -2
  12. package/build/Meters.js.map +1 -1
  13. package/build/Notifications.d.ts.map +1 -1
  14. package/build/Notifications.js +2 -3
  15. package/build/Notifications.js.map +1 -1
  16. package/build/SensorTypes.d.ts.map +1 -1
  17. package/build/SensorTypes.js +1 -2
  18. package/build/SensorTypes.js.map +1 -1
  19. package/build/devices/DeviceConfig.d.ts.map +1 -1
  20. package/build/devices/DeviceConfig.js +5 -6
  21. package/build/devices/DeviceConfig.js.map +1 -1
  22. package/build/devices/EndpointConfig.d.ts.map +1 -1
  23. package/build/devices/EndpointConfig.js +1 -2
  24. package/build/devices/EndpointConfig.js.map +1 -1
  25. package/config/devices/0x010f/fgms001.json +208 -124
  26. package/config/devices/0x010f/fgwpb-121.json +0 -4
  27. package/config/devices/0x010f/fgwpg-111.json +448 -0
  28. package/config/devices/0x010f/fgwpg-121.json +98 -102
  29. package/config/devices/0x0271/is140-2.json +15 -123
  30. package/config/devices/0x0271/l_810_led_ihf.json +16 -90
  31. package/config/devices/0x0271/motionswitch_led.json +89 -106
  32. package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
  33. package/config/devices/0x0271/templates/steinel_template.json +237 -0
  34. package/config/devices/0x0271/xled_home_2.json +14 -209
  35. package/config/devices/0x027a/zen05.json +63 -0
  36. package/config/devices/0x027a/zen17.json +71 -20
  37. package/config/devices/0x0312/mp20z.json +13 -71
  38. package/config/devices/0x0312/mp21z.json +2 -32
  39. package/config/devices/0x0312/mp21zd.json +8 -8
  40. package/config/devices/0x0312/{mp21zp.json → mp21zp_mp31zp.json} +3 -6
  41. package/config/devices/0x0312/mp22z.json +5 -47
  42. package/config/devices/0x0312/mp22zd.json +2 -2
  43. package/config/devices/0x0312/mp22zp.json +1 -7
  44. package/config/devices/0x0312/mp23z.json +2 -32
  45. package/config/devices/0x0312/mp24z.json +5 -45
  46. package/config/devices/0x0312/mr40z.json +3 -3
  47. package/config/devices/0x0312/ms10z.json +11 -25
  48. package/config/devices/0x0312/ms11zs.json +1 -1
  49. package/config/devices/0x0312/ms12z.json +11 -25
  50. package/config/devices/0x0312/ms13z.json +14 -14
  51. package/config/devices/0x0312/n4001.json +1 -7
  52. package/config/devices/0x0312/n4002.json +10 -10
  53. package/config/devices/0x0312/n4003.json +55 -0
  54. package/config/devices/0x0312/nzw30.json +3 -44
  55. package/config/devices/0x0312/nzw30s.json +3 -40
  56. package/config/devices/0x0312/nzw30t.json +2 -22
  57. package/config/devices/0x0312/nzw31.json +2 -21
  58. package/config/devices/0x0312/nzw31s.json +2 -21
  59. package/config/devices/0x0312/nzw36.json +2 -26
  60. package/config/devices/0x0312/nzw96.json +2 -26
  61. package/config/devices/0x0312/templates/minoston_template.json +43 -1
  62. package/config/devices/0x0312/zw30.json +16 -144
  63. package/config/devices/0x0312/zw31.json +16 -146
  64. package/config/devices/0x0312/zw31s.json +10 -10
  65. package/config/devices/0x0312/zw39.json +4 -44
  66. package/config/devices/0x0312/zw922.json +3 -3
  67. package/config/devices/0x0312/zw96.json +5 -32
  68. package/config/devices/0x0312/zw97.json +9 -46
  69. package/config/devices/templates/master_template.json +21 -1
  70. package/config/indicators.json +1 -1
  71. package/package.json +8 -6
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manufacturer": "Minoston",
3
3
  "manufacturerId": "0x0312",
4
- "label": "MP21ZP",
4
+ "label": "MP21ZP / MP31ZP",
5
5
  "description": "Mini Plug with Power Meter",
6
6
  "devices": [
7
7
  {
@@ -33,13 +33,10 @@
33
33
  },
34
34
  {
35
35
  "#": "5",
36
- "label": "Power Wattage Reporting Threshold",
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
- "label": "Status LED Configuration",
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
- "label": "Auto-Off Timer",
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
- "label": "Auto-On Timer",
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": "~/0x0312/templates/minoston_template.json#auto_off_timer"
35
+ "$import": "templates/minoston_template.json#auto_off_timer"
36
36
  },
37
37
  {
38
38
  "#": "6",
39
- "$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
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
- "label": "Power Reporting Threshold",
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
- "label": "Status LED Configuration",
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
- "label": "Auto-Off Timer",
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
- "label": "Status LED Configuration",
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
- "label": "Auto-Off Timer",
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
- "label": "Auto-On Timer",
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": "~/0x0312/templates/minoston_template.json#led_indicator_color_upper"
42
+ "$import": "templates/minoston_template.json#led_indicator_color_upper"
43
43
  },
44
44
  {
45
45
  "#": "3",
46
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_color_lower"
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": "Tap-tap-tap’andhold 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.)",
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": "~/0x0312/templates/minoston_template.json#auto_off_timer"
38
+ "$import": "templates/minoston_template.json#auto_off_timer"
39
39
  },
40
40
  {
41
41
  "#": "5",
42
- "$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
42
+ "$import": "templates/minoston_template.json#auto_on_timer"
43
43
  },
44
44
  {
45
45
  "#": "7[0x01]",
46
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_local_control"
46
+ "$import": "templates/minoston_template.json#status_change_report_local_control"
47
47
  },
48
48
  {
49
49
  "#": "7[0x02]",
50
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_three_way"
50
+ "$import": "templates/minoston_template.json#status_change_report_three_way"
51
51
  },
52
52
  {
53
53
  "#": "7[0x04]",
54
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_zwave"
54
+ "$import": "templates/minoston_template.json#status_change_report_zwave"
55
55
  },
56
56
  {
57
57
  "#": "7[0x08]",
58
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_timer"
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": "~/0x0312/templates/minoston_template.json#report_state_when_local_control_disabled"
74
+ "$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
75
75
  },
76
76
  {
77
77
  "#": "12",
78
- "$import": "~/0x0312/templates/minoston_template.json#external_switch_type_two_options"
78
+ "$import": "templates/minoston_template.json#external_switch_type_two_options"
79
79
  },
80
80
  {
81
81
  "#": "14",
82
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_color"
82
+ "$import": "templates/minoston_template.json#led_indicator_color"
83
83
  },
84
84
  {
85
85
  "#": "15",
86
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_brightness"
86
+ "$import": "templates/minoston_template.json#led_indicator_brightness"
87
87
  },
88
88
  {
89
89
  "#": "16",
90
- "label": "Association Reports",
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": {
@@ -79,7 +79,7 @@
79
79
  },
80
80
  {
81
81
  "#": "20",
82
- "$import": "templates/minoston_template.json#association_reports"
82
+ "$import": "templates/minoston_template.json#association_reports_basic_multilevel"
83
83
  },
84
84
  {
85
85
  "#": "22",
@@ -35,27 +35,27 @@
35
35
  },
36
36
  {
37
37
  "#": "3",
38
- "$import": "~/0x0312/templates/minoston_template.json#auto_off_timer"
38
+ "$import": "templates/minoston_template.json#auto_off_timer"
39
39
  },
40
40
  {
41
41
  "#": "5",
42
- "$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
42
+ "$import": "templates/minoston_template.json#auto_on_timer"
43
43
  },
44
44
  {
45
45
  "#": "7[0x01]",
46
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_local_control"
46
+ "$import": "templates/minoston_template.json#status_change_report_local_control"
47
47
  },
48
48
  {
49
49
  "#": "7[0x02]",
50
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_three_way"
50
+ "$import": "templates/minoston_template.json#status_change_report_three_way"
51
51
  },
52
52
  {
53
53
  "#": "7[0x04]",
54
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_zwave"
54
+ "$import": "templates/minoston_template.json#status_change_report_zwave"
55
55
  },
56
56
  {
57
57
  "#": "7[0x08]",
58
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_timer"
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": "~/0x0312/templates/minoston_template.json#report_state_when_local_control_disabled"
74
+ "$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
75
75
  },
76
76
  {
77
77
  "#": "12",
78
- "$import": "~/0x0312/templates/minoston_template.json#external_switch_type_two_options"
78
+ "$import": "templates/minoston_template.json#external_switch_type_two_options"
79
79
  },
80
80
  {
81
81
  "#": "14",
82
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_color"
82
+ "$import": "templates/minoston_template.json#led_indicator_color"
83
83
  },
84
84
  {
85
85
  "#": "15",
86
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_brightness"
86
+ "$import": "templates/minoston_template.json#led_indicator_brightness"
87
87
  },
88
88
  {
89
89
  "#": "16",
90
- "label": "Association Reports",
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": "~/0x0312/templates/minoston_template.json#auto_off_timer"
38
+ "$import": "templates/minoston_template.json#auto_off_timer"
39
39
  },
40
40
  {
41
41
  "#": "5",
42
- "$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
42
+ "$import": "templates/minoston_template.json#auto_on_timer"
43
43
  },
44
44
  {
45
45
  "#": "7[0x01]",
46
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_local_control"
46
+ "$import": "templates/minoston_template.json#status_change_report_local_control"
47
47
  },
48
48
  {
49
49
  "#": "7[0x02]",
50
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_three_way"
50
+ "$import": "templates/minoston_template.json#status_change_report_three_way"
51
51
  },
52
52
  {
53
53
  "#": "7[0x04]",
54
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_zwave"
54
+ "$import": "templates/minoston_template.json#status_change_report_zwave"
55
55
  },
56
56
  {
57
57
  "#": "7[0x08]",
58
- "$import": "~/0x0312/templates/minoston_template.json#status_change_report_timer"
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": "~/0x0312/templates/minoston_template.json#double_tap_function"
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": "~/0x0312/templates/minoston_template.json#report_state_when_local_control_disabled"
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": "~/0x0312/templates/minoston_template.json#external_switch_type_four_options"
104
+ "$import": "templates/minoston_template.json#external_switch_type_four_options"
105
105
  },
106
106
  {
107
107
  "#": "20",
108
- "$import": "~/0x0312/templates/minoston_template.json#association_reports"
108
+ "$import": "templates/minoston_template.json#association_reports_basic_multilevel"
109
109
  },
110
110
  {
111
111
  "#": "22",
112
- "$import": "~/0x0312/templates/minoston_template.json#night_mode_brightness"
112
+ "$import": "templates/minoston_template.json#night_mode_brightness"
113
113
  },
114
114
  {
115
115
  "#": "23",
116
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_color"
116
+ "$import": "templates/minoston_template.json#led_indicator_color"
117
117
  },
118
118
  {
119
119
  "#": "24",
120
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_brightness"
120
+ "$import": "templates/minoston_template.json#led_indicator_brightness"
121
121
  },
122
122
  {
123
123
  "#": "25",
124
- "$import": "~/0x0312/templates/minoston_template.json#single_tap_function"
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
- "label": "Auto-Off Timer",
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": "~/0x0312/templates/minoston_template.json#auto_off_timer"
28
+ "$import": "templates/minoston_template.json#auto_off_timer"
29
29
  },
30
30
  {
31
31
  "#": "5",
32
- "$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
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": "~/0x0312/templates/minoston_template.json#double_tap_function"
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": "~/0x0312/templates/minoston_template.json#report_state_when_local_control_disabled"
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": "~/0x0312/templates/minoston_template.json#external_switch_type_four_options"
78
+ "$import": "templates/minoston_template.json#external_switch_type_four_options"
79
79
  },
80
80
  {
81
81
  "#": "20",
82
- "$import": "~/0x0312/templates/minoston_template.json#association_reports"
82
+ "$import": "templates/minoston_template.json#association_reports_basic_multilevel"
83
83
  },
84
84
  {
85
85
  "#": "22",
86
- "$import": "~/0x0312/templates/minoston_template.json#night_mode_brightness"
86
+ "$import": "templates/minoston_template.json#night_mode_brightness"
87
87
  },
88
88
  {
89
89
  "#": "23",
90
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_color"
90
+ "$import": "templates/minoston_template.json#led_indicator_color"
91
91
  },
92
92
  {
93
93
  "#": "24",
94
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_brightness"
94
+ "$import": "templates/minoston_template.json#led_indicator_brightness"
95
95
  },
96
96
  {
97
97
  "#": "25",
98
- "$import": "~/0x0312/templates/minoston_template.json#single_tap_function"
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
+ }