Skip to content

Commit

Permalink
More prettier fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rccoleman authored Jan 26, 2025
1 parent 521dd44 commit 52a3634
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mocks/zigbeeHerdsman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1123,9 +1123,9 @@ export const devices = {
59545,
4655,
[
new Endpoint(1, [], [], '0xb43a31fffe2f1f6a', [], {}, [], 1, 1, {"multiEndpointSkip": ['state', 'power', 'energy', 'brightness']}),
new Endpoint(2, [], [], '0xb43a31fffe2f1f6a', [], {}, [], 1, 1, {"multiEndpointSkip": ['state', 'power', 'energy', 'brightness']}),
new Endpoint(3, [], [], '0xb43a31fffe2f1f6a', [], {}, [], 1, 1, {"multiEndpointSkip": ['state', 'power', 'energy', 'brightness']}),
new Endpoint(1, [], [], '0xb43a31fffe2f1f6a', [], {}, [], 1, 1, {multiEndpointSkip: ['state', 'power', 'energy', 'brightness']}),
new Endpoint(2, [], [], '0xb43a31fffe2f1f6a', [], {}, [], 1, 1, {multiEndpointSkip: ['state', 'power', 'energy', 'brightness']}),
new Endpoint(3, [], [], '0xb43a31fffe2f1f6a', [], {}, [], 1, 1, {multiEndpointSkip: ['state', 'power', 'energy', 'brightness']}),
],
true,
'Mains (single phase)',
Expand Down

0 comments on commit 52a3634

Please sign in to comment.