mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-08-23 19:19:52 +00:00
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:
+3
-3
@@ -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';
|
||||
}
|
||||
|
||||
|
||||
Generated
+5
-5
@@ -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
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user