Skip to content

Commit

Permalink
fix set_streamer (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrike authored Aug 24, 2024
1 parent 7de7166 commit a961348
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pydaikin/daikin_brp069.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,7 @@ async def set_streamer(self, mode):
if value in ('0', '1'):
path = 'aircon/set_special_mode'
params = {
"streamer": mode,
"set_spmode": value,
"en_streamer": value,
}

_LOGGER.debug("Sending request to %s with params: %s", path, params)
Expand Down

0 comments on commit a961348

Please sign in to comment.