Skip to content

Commit

Permalink
feat(add): 500.43 (#8921)
Browse files Browse the repository at this point in the history
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
  • Loading branch information
3 people authored Mar 2, 2025
1 parent 7b27dca commit a32df66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/devices/paulmann.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ export const definitions: DefinitionWithExtend[] = [
description: "LED panels",
extend: [m.light({colorTemp: {range: [153, 350]}, color: {modes: ["xy", "hs"]}})],
},
{
zigbeeModel: ["500.43"],
model: "500.43",
vendor: "Paulmann",
description: "SmartHome contoller (Relay)",
extend: [m.onOff({powerOnBehavior: false})],
},
{
zigbeeModel: ["500.44"],
model: "500.44",
Expand Down

0 comments on commit a32df66

Please sign in to comment.