Skip to content

Commit

Permalink
Fix capability name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickolas-deboom committed Mar 5, 2025
1 parent 6f88987 commit d091d04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ local matter_smoke_co_alarm_handler = {
[capabilities.batteryLevel.ID] = {
clusters.SmokeCoAlarm.attributes.BatteryAlert,
},
[capabilities.batteryLevel.ID] = {
[capabilities.battery.ID] = {
clusters.PowerSource.attributes.BatPercentRemaining,
}
},
Expand Down

0 comments on commit d091d04

Please sign in to comment.