Skip to content

Commit

Permalink
It is modified to support w100 in matter-switch, not matter-sensor.
Browse files Browse the repository at this point in the history
  • Loading branch information
DongHoon-Ryu committed Jan 4, 2025
1 parent 923ad17 commit 2136d4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/SmartThings/matter-sensor/src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ local matter_driver_template = {
[clusters.BooleanStateConfiguration.ID] = {
[clusters.BooleanStateConfiguration.attributes.SensorFault.ID] = sensor_fault_handler,
[clusters.BooleanStateConfiguration.attributes.SupportedSensitivityLevels.ID] = supported_sensitivities_handler,
},
}
},
}
},
-- TODO Once capabilities all have default handlers move this info there, and
-- use `supported_capabilities`
subscribed_attributes = {
Expand Down

0 comments on commit 2136d4d

Please sign in to comment.