@zwave-js/config 10.0.0-beta.4 → 10.0.0-beta.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.
Files changed (70) 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 +3 -4
  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/fgwpb-121.json +0 -4
  26. package/config/devices/0x010f/fgwpg-111.json +448 -0
  27. package/config/devices/0x010f/fgwpg-121.json +98 -102
  28. package/config/devices/0x0271/is140-2.json +15 -123
  29. package/config/devices/0x0271/l_810_led_ihf.json +16 -90
  30. package/config/devices/0x0271/motionswitch_led.json +89 -106
  31. package/config/devices/0x0271/rs_led_d2_z-wave.json +15 -93
  32. package/config/devices/0x0271/templates/steinel_template.json +237 -0
  33. package/config/devices/0x0271/xled_home_2.json +14 -209
  34. package/config/devices/0x027a/zen05.json +63 -0
  35. package/config/devices/0x027a/zen17.json +71 -20
  36. package/config/devices/0x027a/zen20.json +75 -8
  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/package.json +8 -6
@@ -22,41 +22,11 @@
22
22
  "paramInformation": [
23
23
  {
24
24
  "#": "1",
25
- "label": "Status LED Configuration",
26
- "valueSize": 1,
27
- "defaultValue": 0,
28
- "unsigned": true,
29
- "allowManualEntry": false,
30
- "options": [
31
- {
32
- "label": "LED on when load off, LED off when load on",
33
- "value": 0
34
- },
35
- {
36
- "label": "LED on when load on, LED off when load off",
37
- "value": 1
38
- },
39
- {
40
- "label": "LED always off",
41
- "value": 2
42
- }
43
- ]
25
+ "$import": "~/templates/master_template.json#led_indicator_three_options"
44
26
  },
45
27
  {
46
28
  "#": "2",
47
- "label": "Auto-Off Timer",
48
- "valueSize": 2,
49
- "unit": "seconds",
50
- "minValue": 0,
51
- "maxValue": 36000,
52
- "defaultValue": 0,
53
- "unsigned": true,
54
- "options": [
55
- {
56
- "label": "Disabled",
57
- "value": 0
58
- }
59
- ]
29
+ "$import": "templates/minoston_template.json#auto_off_timer_36000s"
60
30
  }
61
31
  ],
62
32
  "metadata": {
@@ -21,11 +21,11 @@
21
21
  },
22
22
  {
23
23
  "#": "3",
24
- "$import": "~/0x0312/templates/minoston_template.json#auto_off_timer"
24
+ "$import": "templates/minoston_template.json#auto_off_timer"
25
25
  },
26
26
  {
27
27
  "#": "5",
28
- "$import": "~/0x0312/templates/minoston_template.json#auto_on_timer"
28
+ "$import": "templates/minoston_template.json#auto_on_timer"
29
29
  },
30
30
  {
31
31
  "#": "8",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  {
53
53
  "#": "12",
54
- "$import": "~/0x0312/templates/minoston_template.json#double_tap_function"
54
+ "$import": "templates/minoston_template.json#double_tap_function"
55
55
  },
56
56
  {
57
57
  "#": "15",
@@ -59,7 +59,7 @@
59
59
  },
60
60
  {
61
61
  "#": "21",
62
- "$import": "~/0x0312/templates/minoston_template.json#report_state_when_local_control_disabled"
62
+ "$import": "templates/minoston_template.json#report_state_when_local_control_disabled"
63
63
  },
64
64
  {
65
65
  "#": "16",
@@ -67,19 +67,19 @@
67
67
  },
68
68
  {
69
69
  "#": "20",
70
- "$import": "~/0x0312/templates/minoston_template.json#association_reports"
70
+ "$import": "templates/minoston_template.json#association_reports_basic_multilevel"
71
71
  },
72
72
  {
73
73
  "#": "22",
74
- "$import": "~/0x0312/templates/minoston_template.json#night_mode_brightness"
74
+ "$import": "templates/minoston_template.json#night_mode_brightness"
75
75
  },
76
76
  {
77
77
  "#": "23",
78
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_color"
78
+ "$import": "templates/minoston_template.json#led_indicator_color"
79
79
  },
80
80
  {
81
81
  "#": "26",
82
- "$import": "~/0x0312/templates/minoston_template.json#led_indicator_brightness"
82
+ "$import": "templates/minoston_template.json#led_indicator_brightness"
83
83
  }
84
84
  ],
85
85
  "metadata": {
@@ -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": {