Skip to content

Commit

Permalink
Merge pull request #1411 from chenpeixiang/main
Browse files Browse the repository at this point in the history
New Devices (AiDot Matter Color Temperature Light) for Certification
  • Loading branch information
lelandblue authored Aug 8, 2024
2 parents 7eaeae2 + 999f405 commit c1b3507
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,11 @@ matterManufacturer:
vendorId: 0x1168
productId: 0x03F3
deviceProfileName: light-color-level-1800K-6500K
- id: "Linkind/Smart/Light/Bulb/A19/CCT"
deviceLabel: Smart Light Bulb A19 CCT
vendorId: 0x1168
productId: 0x03f9
deviceProfileName: light-level-colorTemperature-2700K-6500K
- id: "4456/1013"
deviceLabel: Matter Smart Light Bulb A21 RGBTW 1600lm
vendorId: 0x1168
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: light-level-colorTemperature-2700K-6500K
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: [ 2700, 6500 ]
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: Light

0 comments on commit c1b3507

Please sign in to comment.