Skip to content

Commit

Permalink
Add to fan_set_mode comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bjpetit authored and nkgilley committed Mar 18, 2021
1 parent f164c64 commit e1c7493
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyecobee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,13 @@ def set_fan_mode(
hold_type: str,
**optional_arg,
) -> None:
"""Sets the fan mode (auto, minontime, on)."""
"""
Sets the fan mode (auto, minontime, on).
valid optional_arg
holdHours - required if HoldType is holdHours
coolHoldTemp
heatHoldTemp
"""
body = {
"selection": {
"selectionType": "thermostats",
Expand Down

0 comments on commit e1c7493

Please sign in to comment.