Skip to content

Commit

Permalink
Update bridge.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk authored Jan 19, 2025
1 parent 7f2b23f commit 95375d0
Showing 1 changed file with 2 additions and 2 deletions.
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 95375d0

Please sign in to comment.