Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gmoelter/python-eq3bt
Browse files Browse the repository at this point in the history
  • Loading branch information
gmoelter committed Feb 20, 2022
2 parents af880ea + f73035d commit be61fe4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ print(thermostat)
<aside class="notice">
Notice: The device in question has to be disconnected from bluetoothd, since BTLE devices can only hold one connection at a time.

The library will try to connect to the device second time in case it wasn't successful in the first time,
which can happen if you are running other applications connecting to the same thermostat.
The library can make several attempts connecting to the device in case it fails on one, which can happen e.g. if you are running other applications connecting to the same thermostat. The number of attempts can be specified via the optional parameter `connection_attempts` to the Thermostat class. By default, it is set to 2.
</aside>

## Fetching schedule
Expand Down

0 comments on commit be61fe4

Please sign in to comment.