zigbee-herdsman-converters 25.47.0 → 25.48.0

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.
@@ -378,7 +378,7 @@ const ubisys = {
378
378
  }
379
379
  if (value.input_action_templates != null) {
380
380
  const templateTypes = {
381
- // source: "ZigBee Device Physical Input Configurations Integrator’s Guide"
381
+ // source: "Zigbee Device Physical Input Configurations Integrator’s Guide"
382
382
  // (can be obtained directly from ubisys upon request)
383
383
  toggle: {
384
384
  getInputActions: (input, endpoint) => [[input, 0x0d, endpoint, 0x06, 0x00, 0x02]],
@@ -40,7 +40,7 @@ exports.definitions = [
40
40
  zigbeeModel: ["43023"],
41
41
  model: "43023",
42
42
  vendor: "VBLED",
43
- description: "ZigBee AC phase-cut dimmer",
43
+ description: "Zigbee AC phase-cut dimmer",
44
44
  extend: [m.light({ configureReporting: true })],
45
45
  },
46
46
  ];
@@ -100,7 +100,7 @@ const YokisClustersDefinition = {
100
100
  response: 0,
101
101
  parameters: [],
102
102
  },
103
- // Open ZigBee network
103
+ // Open Zigbee network
104
104
  openNetwork: {
105
105
  ID: 0x12,
106
106
  response: 0,
@@ -897,7 +897,7 @@ const yokisCommandsExtend = {
897
897
  openNetwork: () => {
898
898
  const exposes = e
899
899
  .composite("open_network_command", "open_network_prop", ea.SET)
900
- .withDescription("Open ZigBee network")
900
+ .withDescription("Open Zigbee network")
901
901
  .withFeature(e
902
902
  .numeric("opening_time", ea.SET) //uc_OpeningTime
903
903
  .withValueMin(0)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zigbee-herdsman-converters",
3
- "version": "25.47.0",
3
+ "version": "25.48.0",
4
4
  "description": "Collection of device converters to be used with zigbee-herdsman",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",