Skip to content

Commit

Permalink
fix: Support OTA for Namron 1402769 @IDmedia Koenkk/zigbee-OTA#655
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 21, 2025
1 parent a590eda commit 3d892ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/devices/namron.ts
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ const definitions: DefinitionWithExtend[] = [
vendor: 'Namron',
description: 'ZigBee LED dimmer',
extend: [m.light({configureReporting: true}), m.forcePowerSource({powerSource: 'Mains (single phase)'})],
ota: true,
},
{
zigbeeModel: ['4512702'],
Expand Down

0 comments on commit 3d892ed

Please sign in to comment.