mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-11 22:28:50 +00:00
Update zigbee-herdsman-converters to 20.30.0 (#24398)
* fix(ignore): update zigbee-herdsman-converters to 20.30.0 * u
This commit is contained in:
Generated
+4
-4
@@ -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",
|
||||
|
||||
+1
-1
@@ -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": {
|
||||
|
||||
+4
-9
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user