Skip to content

Commit

Permalink
Better comment on setunmappedcolor
Browse files Browse the repository at this point in the history
  • Loading branch information
flabbamann committed Oct 25, 2024
1 parent cd6e70e commit 09d7e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfritzhome/fritzhome.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def set_color(self, ain, hsv, duration=0, mapped=True):
if mapped:
self._aha_request("setcolor", ain=ain, param=params)
else:
# undocumented API method for free color selection
# available since Fritz!OS 7.39
self._aha_request("setunmappedcolor", ain=ain, param=params)

def get_color_temps(self, ain):
Expand Down

0 comments on commit 09d7e4a

Please sign in to comment.