Update zigbee-herdsman-converters to 21.21.1 (#25872)

This commit is contained in:
Koen Kanters
2025-01-19 14:04:23 +01:00
committed by GitHub
parent 5e60f1dc8d
commit 3d3c68b54a
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -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' +