Skip to content

Commit

Permalink
Reduce the amount of concurrent requests for brp069. (#32)
Browse files Browse the repository at this point in the history
The device cannot reliably handle more than one connection at a time.
  • Loading branch information
weltall authored Dec 9, 2024
1 parent 6c2888b commit 79b0e98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pydaikin/daikin_brp069.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ class DaikinBRP069(Appliance):
'filter_sign_info': 'filter dirty',
}

MAX_CONCURRENT_REQUESTS = 1

@staticmethod
def parse_response(response_body):
"""Parse response from Daikin
Expand Down

0 comments on commit 79b0e98

Please sign in to comment.