Skip to content

Commit

Permalink
feat(add): OLS 210 Koenkk/zigbee2mqtt#22291
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Apr 28, 2024
1 parent f01f126 commit 401cbe2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/devices/innr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ const definitions: Definition[] = [
extend: [light({turnsOffAtBrightness1: true})],
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['OLS 210'],
model: 'OLS 210',
vendor: 'Innr',
description: 'Smart outdoor light string',
extend: [light({turnsOffAtBrightness1: true})],
ota: ota.zigbeeOTA,
},
{
zigbeeModel: ['OGL 130 C'],
model: 'OGL 130 C',
Expand Down

0 comments on commit 401cbe2

Please sign in to comment.