Skip to content

Commit

Permalink
Added NEXENTRO Dimming Actuator Fingerprints
Browse files Browse the repository at this point in the history
  • Loading branch information
JuniorInsta committed Sep 20, 2023
1 parent fad8e69 commit 202c8d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2146,6 +2146,11 @@ zigbeeManufacturer:
manufacturer: WALL HERO
model: ACL-401S8I
deviceProfileName: basic-switch
- id: "Insta GmbH/Dimming Actuator"
deviceLabel: NEXENTRO Dimming Actuator
manufacturer: Insta GmbH
model: NEXENTRO Dimming Actuator
deviceProfileName: on-off-level
zigbeeGeneric:
- id: "genericSwitch"
deviceLabel: Zigbee Switch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ local DIMMING_LIGHT_FINGERPRINTS = {
{mfr = "Leviton", model = "DL1KD"}, -- Leviton Lumina RF Dimmer Switch
{mfr = "Leviton", model = "ZSD07"}, -- Leviton Lumina RF 0-10V Dimming Wall Switch
{mfr = "MRVL", model = "MZ100"},
{mfr = "CREE", model = "Connected A-19 60W Equivalent"}
{mfr = "CREE", model = "Connected A-19 60W Equivalent"},
{mfr = "Insta GmbH", model = "NEXENTRO Dimming Actuator"}
}

local DIMMING_LIGHT_CONFIGURATION = {
Expand Down

0 comments on commit 202c8d8

Please sign in to comment.