Skip to content

Commit

Permalink
Support 33944. Koenkk/zigbee2mqtt#6707
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Mar 14, 2021
1 parent 178e284 commit f8c9564
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions devices.js
Original file line number Diff line number Diff line change
Expand Up @@ -13327,6 +13327,18 @@ const devices = [
description: 'LED white',
extend: preset.light_onoff_brightness(),
},
{
fingerprint: [
{type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
{ID: 1, profileID: 260, deviceID: 269, inputClusters: [0, 3, 4, 5, 6, 8, 768, 4096, 64599], outputClusters: [6]},
{ID: 3, profileID: 4751, deviceID: 269, inputClusters: [65360, 65361], outputClusters: [65360, 65361]},
]},
],
model: '33944',
vendor: 'AwoX',
description: 'LED E27 light with color and color temperature',
extend: preset.light_onoff_brightness_colortemp_color(),
},
{
fingerprint: [
{type: 'Router', manufacturerName: 'AwoX', modelID: 'TLSR82xx', endpoints: [
Expand Down

0 comments on commit f8c9564

Please sign in to comment.