Skip to content

Commit

Permalink
fix: Add Envilar 7853 whiteLabel info (#7551)
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenTurbo authored May 23, 2024
1 parent c9a1c14 commit 5f4d72c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/envilar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const definitions: Definition[] = [
vendor: 'Envilar',
description: '1 channel high power box relay',
extend: [onOff({powerOnBehavior: true}), identify(), electricityMeter()],
whiteLabel: [{vendor: 'Sunricher', model: 'SR-ZG9101SAC-HP-SWITCH-B'}],
},
];

Expand Down

0 comments on commit 5f4d72c

Please sign in to comment.