File tree Expand file tree Collapse file tree 3 files changed +35
-0
lines changed
drivers/SmartThings/matter-sensor Expand file tree Collapse file tree 3 files changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,13 @@ matterGeneric:
277277 deviceTypes :
278278 - id : 0x0076 # Smoke CO Alarm
279279 deviceProfileName : smoke-co
280+ - id : " matter/smoke-temp-humidity/sensor"
281+ deviceLabel : Matter Smoke/Temp/Humidity Sensor
282+ deviceTypes :
283+ - id : 0x0076 # Smoke CO Alarm
284+ - id : 0x0307 # Humidity Sensor
285+ - id : 0x0302 # Temperature Sensor
286+ deviceProfileName : smoke-temp-humidity-battery
280287 - id : " matter/rain/sensor"
281288 deviceLabel : Matter Rain Sensor
282289 deviceTypes :
Original file line number Diff line number Diff line change 1+ name : smoke-temp-humidity-battery
2+ components :
3+ - id : main
4+ capabilities :
5+ - id : smokeDetector
6+ version : 1
7+ - id : relativeHumidityMeasurement
8+ version : 1
9+ - id : temperatureMeasurement
10+ version : 1
11+ - id : battery
12+ version : 1
13+ - id : hardwareFault
14+ version : 1
15+ - id : firmwareUpdate
16+ version : 1
17+ - id : refresh
18+ version : 1
19+ categories :
20+ - name : SmokeDetector
21+ preferences :
22+ - preferenceId : certifiedpreferences.smokeSensorSensitivity
23+ explicit : true
24+ - preferenceId : tempOffset
25+ explicit : true
26+ - preferenceId : humidityOffset
27+ explicit : true
Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ local supported_profiles =
6464 " co-comeas-colevel-battery" ,
6565 " smoke" ,
6666 " smoke-battery" ,
67+ " smoke-temp-humidity-battery" ,
6768 " smoke-co-comeas" ,
6869 " smoke-co-comeas-battery" ,
6970 " smoke-co-temp-humidity-comeas" ,
You can’t perform that action at this time.
0 commit comments