Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added NEXENTRO Dimming Actuator Fingerprints #973

Merged
merged 1 commit into from
Sep 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading