@zwave-js/config 8.11.2 → 8.11.3-20220126

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.
@@ -51,6 +51,31 @@
51
51
  "$import": "templates/heltun_template.json#relay_output_mode",
52
52
  "label": "Relay 5: Output Mode"
53
53
  },
54
+ {
55
+ "#": "12",
56
+ "$import": "templates/heltun_template.json#relay_load_power",
57
+ "label": "Relay 1: Load Power"
58
+ },
59
+ {
60
+ "#": "13",
61
+ "$import": "templates/heltun_template.json#relay_load_power",
62
+ "label": "Relay 2: Load Power"
63
+ },
64
+ {
65
+ "#": "14",
66
+ "$import": "templates/heltun_template.json#relay_load_power",
67
+ "label": "Relay 3: Load Power"
68
+ },
69
+ {
70
+ "#": "15",
71
+ "$import": "templates/heltun_template.json#relay_load_power",
72
+ "label": "Relay 4: Load Power"
73
+ },
74
+ {
75
+ "#": "16",
76
+ "$import": "templates/heltun_template.json#relay_load_power",
77
+ "label": "Relay 5: Load Power"
78
+ },
54
79
  {
55
80
  "#": "19",
56
81
  "$import": "templates/heltun_template.json#controller_time_correction"
@@ -218,6 +218,14 @@
218
218
  }
219
219
  ]
220
220
  },
221
+ "relay_load_power": {
222
+ "description": "Power of the relay load. Used to calculate energy consumption.",
223
+ "unit": "W",
224
+ "valueSize": 2,
225
+ "minValue": 0,
226
+ "maxValue": 1100,
227
+ "defaultValue": 0
228
+ },
221
229
  "relay_timer_mode_duration": {
222
230
  "description": "Used to open/close garage doors, blinds, curtains, etc. or to turn attached devices like door lock or security OFF for a short time",
223
231
  "unit": "seconds",