Skip to content

Commit

Permalink
feat: Expose test attribute for HEIMAN HS1SA (#8061)
Browse files Browse the repository at this point in the history
* feat: Expose test attribute for HEIMAN HS1SA

* Fix typo

---------

Co-authored-by: Sergio Mayoral Martinez <[email protected]>
  • Loading branch information
sermayoral and Sergio Mayoral Martinez authored Oct 2, 2024
1 parent ff9ad52 commit a4d9c01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devices/heiman.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const definitions: DefinitionWithExtend[] = [
await reporting.bind(endpoint, coordinatorEndpoint, ['genPowerCfg']);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.smoke(), e.battery_low(), e.battery()],
exposes: [e.smoke(), e.battery_low(), e.battery(), e.test()],
},
{
zigbeeModel: ['SmokeSensor-N', 'SmokeSensor-EM'],
Expand All @@ -130,7 +130,7 @@ const definitions: DefinitionWithExtend[] = [
await reporting.bind(endpoint, coordinatorEndpoint, ['genPowerCfg']);
await reporting.batteryPercentageRemaining(endpoint);
},
exposes: [e.smoke(), e.battery_low(), e.battery()],
exposes: [e.smoke(), e.battery_low(), e.battery(), e.test()],
},
{
zigbeeModel: ['GASSensor-N', 'GASSensor-N-3.0', 'd90d7c61c44d468a8e906ca0841e0a0c'],
Expand Down

0 comments on commit a4d9c01

Please sign in to comment.