Skip to content

Commit

Permalink
fix set_streamer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrike committed Aug 23, 2024
1 parent 7de7166 commit 5b5d8a1
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 5b5d8a1

Please sign in to comment.