We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8471f0f commit 0244970Copy full SHA for 0244970
plugwise/__init__.py
@@ -602,7 +602,7 @@ async def _set_schedule_state_legacy(
602
await self._request(uri, method="put", data=data)
603
self._schedule_old_states[loc_id][name] = new_state
604
605
- def determine_contexts(self, loc_id: str, schedule_rule_id: str) -> etree
+ def determine_contexts(self, loc_id: str, schedule_rule_id: str) -> etree:
606
"""Helper function for set_schedule_state()."""
607
locator = f'.//*[@id="{schedule_rule_id}"]/contexts'
608
contexts = self._domain_objects.find(locator)
0 commit comments