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 DALI TW control unit Fingerprints #972

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
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/DALI TW control unit"
deviceLabel: NEXENTRO DALI TW control unit
manufacturer: Insta GmbH
model: NEXENTRO DALI TW control unit
deviceProfileName: color-temp-bulb-2000K-10000K
zigbeeGeneric:
- id: "genericSwitch"
deviceLabel: Zigbee Switch
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: color-temp-bulb-2000K-10000K
components:
- id: main
capabilities:
- id: switch
version: 1
- id: switchLevel
version: 1
config:
values:
- key: "level.value"
range: [1, 100]
- id: colorTemperature
version: 1
config:
values:
- key: "colorTemperature.value"
range: [ 2000, 10000 ]
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: Light
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ local WHITE_COLOR_TEMP_BULB_FINGERPRINTS = {
},
["Ajax Online"] = {
["CCT"] = true
},
["Insta GmbH"] = {
["NEXENTRO DALI TW control unit"] = true
}
}

Expand Down
Loading