From b2d3bbce3cdf5ec461884021188de371c9ddbe60 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sat, 19 Oct 2024 14:00:50 +0200 Subject: [PATCH] Update zigbee-herdsman-converters to 20.30.0 (#24398) * fix(ignore): update zigbee-herdsman-converters to 20.30.0 * u --- package-lock.json | 8 ++++---- package.json | 2 +- test/bridge.test.js | 13 ++++--------- 3 files changed, 9 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad186585..0cf4261f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "winston-transport": "^4.8.0", "ws": "^8.18.0", "zigbee-herdsman": "2.1.4", - "zigbee-herdsman-converters": "20.29.0", + "zigbee-herdsman-converters": "20.30.0", "zigbee2mqtt-frontend": "0.7.4" }, "bin": { @@ -10398,9 +10398,9 @@ } }, "node_modules/zigbee-herdsman-converters": { - "version": "20.29.0", - "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-20.29.0.tgz", - "integrity": "sha512-deq2hMWYEI9Lmd51U3O3sUBQh+M+XXemqmCI6hMdAZpf2K0ZqAeeviiaRWHttUFrKnKlwkhfZjnlRrIrLMxYjQ==", + "version": "20.30.0", + "resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-20.30.0.tgz", + "integrity": "sha512-iOSr7AC9W+CZ/wJY+cczOH7LplneamshNsGOaGw4TnOupmkgEu1SO1EUufvcqw7iX3to/k/ykrjRC5VQUwQ0XA==", "license": "MIT", "dependencies": { "axios": "^1.7.7", diff --git a/package.json b/package.json index 165f634a..3f3e8f84 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "winston-transport": "^4.8.0", "ws": "^8.18.0", "zigbee-herdsman": "2.1.4", - "zigbee-herdsman-converters": "20.29.0", + "zigbee-herdsman-converters": "20.30.0", "zigbee2mqtt-frontend": "0.7.4" }, "devDependencies": { diff --git a/test/bridge.test.js b/test/bridge.test.js index 6315be39..fec0407c 100644 --- a/test/bridge.test.js +++ b/test/bridge.test.js @@ -239,7 +239,6 @@ describe('Bridge', () => { stringify([ { date_code: null, - // definition: null, disabled: false, endpoints: {1: {bindings: [], clusters: {input: [], output: []}, configured_reportings: [], scenes: []}}, friendly_name: 'Coordinator', @@ -368,8 +367,7 @@ describe('Bridge', () => { { access: 7, category: 'config', - description: - 'Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.', + description: 'Controls the behavior when the device is powered on after power loss', label: 'Power-on behavior', name: 'power_on_behavior', property: 'power_on_behavior', @@ -595,8 +593,7 @@ describe('Bridge', () => { { access: 7, category: 'config', - description: - 'Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.', + description: 'Controls the behavior when the device is powered on after power loss', label: 'Power-on behavior', name: 'power_on_behavior', property: 'power_on_behavior', @@ -1963,8 +1960,7 @@ describe('Bridge', () => { { access: 7, category: 'config', - description: - 'Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.', + description: 'Controls the behavior when the device is powered on after power loss', label: 'Power-on behavior', name: 'power_on_behavior', property: 'power_on_behavior', @@ -2373,8 +2369,7 @@ describe('Bridge', () => { { access: 7, category: 'config', - description: - 'Controls the behavior when the device is powered on after power loss. If you get an `UNSUPPORTED_ATTRIBUTE` error, the device does not support it.', + description: 'Controls the behavior when the device is powered on after power loss', label: 'Power-on behavior', name: 'power_on_behavior', property: 'power_on_behavior',