Skip to content

Commit

Permalink
Merge pull request #1279 from SmartThingsCommunity/beta
Browse files Browse the repository at this point in the history
Rolling up beta to production
  • Loading branch information
greens authored Mar 19, 2024
2 parents dbfe2f7 + 1a2c694 commit 795a3b8
Show file tree
Hide file tree
Showing 9 changed files with 73 additions and 0 deletions.
35 changes: 35 additions & 0 deletions drivers/SmartThings/matter-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,41 @@ matterManufacturer:
vendorId: 0x1339
productId: 0xAC
deviceProfileName: plug-binary
- id: "4921/46"
deviceLabel: Cync Full Color RS Can
vendorId: 0x1339
productId: 0x002E
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/98"
deviceLabel: Cync Full Color Globe
vendorId: 0x1339
productId: 0x0062
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/171"
deviceLabel: Cync Full Color A19
vendorId: 0x1339
productId: 0x00AB
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/97"
deviceLabel: Cync Full Color ST19
vendorId: 0x1339
productId: 0x0061
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/104"
deviceLabel: Cync Full Color PAR38
vendorId: 0x1339
productId: 0x0068
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/110"
deviceLabel: Cync Indoor Light Strip 16ft
vendorId: 0x1339
productId: 0x006E
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/123"
deviceLabel: Cync Indoor Light Strip 32ft
vendorId: 0x1339
productId: 0x007B
deviceProfileName: light-color-level-2000K-7000K
- id: "4921/111"
deviceLabel: Cync Outdoor Plug
vendorId: 0x1339
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ components:
version: 1
- id: switchLevel
version: 1
config:
values:
- key: "level.value"
range: [1, 100]
- id: colorTemperature
version: 1
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ components:
version: 1
- id: switchLevel
version: 1
config:
values:
- key: "level.value"
range: [1, 100]
- id: colorTemperature
version: 1
- id: colorControl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ components:
version: 1
- id: switchLevel
version: 1
config:
values:
- key: "level.value"
range: [1, 100]
- id: colorTemperature
version: 1
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ components:
version: 1
- id: switchLevel
version: 1
config:
values:
- key: "level.value"
range: [1, 100]
- id: colorTemperature
version: 1
- id: firmwareUpdate
Expand Down
4 changes: 4 additions & 0 deletions drivers/SmartThings/matter-switch/profiles/light-level.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ components:
version: 1
- id: switchLevel
version: 1
config:
values:
- key: "level.value"
range: [1, 100]
- id: firmwareUpdate
version: 1
- id: refresh
Expand Down
5 changes: 5 additions & 0 deletions drivers/SmartThings/zigbee-switch/fingerprints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,11 @@ zigbeeManufacturer:
manufacturer: HEIMAN
model: HS6SW3A-W-EF-3.0
deviceProfileName: basic-switch
- id: "HEIMAN/HS6ESK-W-EF-3.0"
deviceLabel: "HEIMAN Outlet"
manufacturer: HEIMAN
model: HS6ESK-W-EF-3.0
deviceProfileName: basic-plug
- id: "HEIMAN/E_Socket"
deviceLabel: "HEIMAN Outlet"
manufacturer: HEIMAN
Expand Down
12 changes: 12 additions & 0 deletions drivers/SmartThings/zigbee-switch/profiles/basic-plug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: basic-plug
components:
- id: main
capabilities:
- id: switch
version: 1
- id: firmwareUpdate
version: 1
- id: refresh
version: 1
categories:
- name: SmartPlug
1 change: 1 addition & 0 deletions tools/localizations/cn.csv
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ HEIMAN Carbon Monoxide Sensor,海曼一氧化碳报警器
HEIMAN Gas Detector,海曼燃气报警器
HEIMAN Motion Sensor,海曼人体红外传感器
HEIMAN Multipurpose Sensor,海曼温湿度传感器
HEIMAN Outlet,海曼智能插座
HEIMAN Open/Closed Sensor,海曼门窗传感器
HEIMAN Remote Control,海曼情景开关
HEIMAN Scene Panel,海曼情景开关
Expand Down

0 comments on commit 795a3b8

Please sign in to comment.