Skip to content

Commit

Permalink
Update zigbee-herdsman-converters to 21.21.1 (#25872)
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jan 19, 2025
1 parent 5e60f1d commit 3d3c68b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"winston-transport": "^4.9.0",
"ws": "^8.18.0",
"zigbee-herdsman": "3.2.3",
"zigbee-herdsman-converters": "21.20.0",
"zigbee-herdsman-converters": "21.21.1",
"zigbee2mqtt-frontend": "0.9.4"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/extensions/bridge.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3172,14 +3172,14 @@ describe('Extension: Bridge', () => {
data: {
id: '0x0017880104e45524',
source:
"const {onOff} = require('zigbee-herdsman-converters/lib/modernExtend');\n" +
"const m = require('zigbee-herdsman-converters/lib/modernExtend');\n" +
'\n' +
'const definition = {\n' +
" zigbeeModel: ['lumi.plug'],\n" +
" model: 'lumi.plug',\n" +
" vendor: '',\n" +
" description: 'Automatically generated definition',\n" +
' extend: [onOff({"powerOnBehavior":false})],\n' +
' extend: [m.onOff({"powerOnBehavior":false})],\n' +
' meta: {},\n' +
'};\n' +
'\n' +
Expand Down

0 comments on commit 3d3c68b

Please sign in to comment.