Skip to content

Commit

Permalink
adjust dehumidifier level body
Browse files Browse the repository at this point in the history
  • Loading branch information
jgillies authored and nkgilley committed May 30, 2023
1 parent 1d87d1a commit 7890967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyecobee/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ def set_dehumidifier_level(self, index: int, dehumidifier_level: int) -> None:
"selectionType": "thermostats",
"selectionMatch": self.thermostats[index]["identifier"],
},
"thermostat": {"settings": {"dehumidifierLevel": dehumidifier_level}},
"thermostat": {"settings": {"dehumidifierLevel": dehumidifier_level}}
}
log_msg_action = "set dehumidifier level"

Expand Down

0 comments on commit 7890967

Please sign in to comment.