Skip to content

Commit

Permalink
Add Aqara Light Switch H2
Browse files Browse the repository at this point in the history
This is a new Matter Device with four physical switches.
 - Two of each of the four switchs have On/Off Light(0x0100) and Generic Switch(0x000F) device types.
 - The other two switches have a Generic Switch(0x000F) device type.
 - The root node has Electrical Sensor(0x0510) utility device type.
  • Loading branch information
DongHoon-Ryu committed Dec 12, 2024
1 parent 13e330e commit c05f491
Show file tree
Hide file tree
Showing 5 changed files with 957 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: light-button-electricalMeasurement
components:
- id: main
capabilities:
- id: switch
version: 1
- id: powerMeter
version: 1
- id: energyMeter
version: 1
- id: powerConsumptionReport
version: 1
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: Light
- id: button
capabilities:
- id: button
version: 1
categories:
- name: Button

14 changes: 14 additions & 0 deletions drivers/SmartThings/matter-switch/profiles/light-button.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: light-button
components:
- id: main
capabilities:
- id: switch
version: 1
- id: button
version: 1
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: Light
Loading

0 comments on commit c05f491

Please sign in to comment.