mirror of
https://github.com/Koenkk/zigbee2mqtt.git
synced 2026-07-03 18:41:39 +00:00
Update zigbee-herdsman-converters to 21.21.1 (#25872)
This commit is contained in:
@@ -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' +
|
||||
|
||||
Reference in New Issue
Block a user