Update zigbee-herdsman-converters to 20.8.5 (#23799)

* fix(ignore): update zigbee-herdsman-converters to 20.8.5

* Update utils.ts
This commit is contained in:
Koen Kanters
2024-09-01 19:23:14 +00:00
committed by GitHub
parent b7fa722109
commit 64222d231f
3 changed files with 9 additions and 9 deletions
+3 -3
View File
@@ -372,15 +372,15 @@ function filterProperties(filter: string[], data: KeyValue): void {
}
}
export function isNumericExposeFeature(feature: zhc.Feature): feature is zhc.Numeric {
export function isNumericExposeFeature(feature: zhc.Expose): feature is zhc.Numeric {
return feature?.type === 'numeric';
}
export function isEnumExposeFeature(feature: zhc.Feature): feature is zhc.Enum {
export function isEnumExposeFeature(feature: zhc.Expose): feature is zhc.Enum {
return feature?.type === 'enum';
}
export function isBinaryExposeFeature(feature: zhc.Feature): feature is zhc.Binary {
export function isBinaryExposeFeature(feature: zhc.Expose): feature is zhc.Binary {
return feature?.type === 'binary';
}
+5 -5
View File
@@ -6,7 +6,7 @@
"packages": {
"": {
"name": "zigbee2mqtt",
"version": "1.40.0",
"version": "1.40.0-dev",
"license": "GPL-3.0",
"dependencies": {
"ajv": "^8.17.1",
@@ -33,7 +33,7 @@
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "0.57.1",
"zigbee-herdsman-converters": "20.8.4",
"zigbee-herdsman-converters": "20.8.5",
"zigbee2mqtt-frontend": "0.7.4"
},
"bin": {
@@ -10455,9 +10455,9 @@
}
},
"node_modules/zigbee-herdsman-converters": {
"version": "20.8.4",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-20.8.4.tgz",
"integrity": "sha512-g9vC4UES9exqbvcMprYlkENVATtpXshnn6ho5meqfk14VSLWsVd6O1X9H6w2y9ItFE/if2PM1+esSACeBAYrcg==",
"version": "20.8.5",
"resolved": "https://registry.npmjs.org/zigbee-herdsman-converters/-/zigbee-herdsman-converters-20.8.5.tgz",
"integrity": "sha512-+5R9oR9mPnFyEU2Y+wtYVDsGZ5P1uP2rK2/PLG8u9zgHjg7YvWx2p/v19WxfGHAvNTyxCFeB+sCuL6GicIFbsQ==",
"license": "MIT",
"dependencies": {
"axios": "^1.7.7",
+1 -1
View File
@@ -61,7 +61,7 @@
"winston-transport": "^4.7.1",
"ws": "^8.18.0",
"zigbee-herdsman": "0.57.1",
"zigbee-herdsman-converters": "20.8.4",
"zigbee-herdsman-converters": "20.8.5",
"zigbee2mqtt-frontend": "0.7.4"
},
"devDependencies": {