Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jun 7, 2023
1 parent 5394cfb commit dd9c620
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/devices/paulmann.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ const definitions: Definition[] = [
'brightness_move_stop_1', 'brightness_move_up_2', 'brightness_move_down_2', 'brightness_move_stop_2'])],
meta: {multiEndpoint: true},
},
{
fingerprint: [{modelID: 'RGBW', manufacturerName: 'Paulmann Licht GmbH'}],
zigbeeModel: ['RGBW'],
model: '948.47',
vendor: 'Paulmann',
description: 'RGBW wall light',
extend: extend.light_onoff_brightness_color(),
},
{
zigbeeModel: ['H036-0007'],
model: '929.66',
Expand Down

0 comments on commit dd9c620

Please sign in to comment.