Skip to content

Commit

Permalink
Merge pull request #7015 from SwoopX/refresh_fix
Browse files Browse the repository at this point in the history
Fix excessive battery polling for Heiman and Orvibo smoke sensors
  • Loading branch information
SwoopX committed May 28, 2023
2 parents ab7cbdc + a878c57 commit a046d54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions devices/heiman/hs1sa_smoke_sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
},
{
"name": "config/battery",
"refresh.interval": 7300,
"awake": true,
"parse": {
"at": "0x0021",
Expand Down
1 change: 1 addition & 0 deletions devices/orvibo/sf21_smoke_sensor.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
{
"name": "config/battery",
"refresh.interval": 7300,
"awake": true,
"parse": {
"at": "0x0021",
Expand Down

0 comments on commit a046d54

Please sign in to comment.