Skip to content

Commit

Permalink
fix: missing () on BulbProps.away_mode (#85)
Browse files Browse the repository at this point in the history
Co-authored-by: Shaun Tarves <[email protected]>
  • Loading branch information
shauntarves and Shaun Tarves authored Jun 8, 2022
1 parent ba9bbe5 commit b513bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wyze_sdk/api/devices/bulbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def _set_away_mode_enabled(self, *, device_mac: str, device_model: str, **kwargs
)

def _set_away_mode_disbled(self, *, device_mac: str, device_model: str, **kwargs) -> WyzeResponse:
prop_def = BulbProps.away_mode
prop_def = BulbProps.away_mode()

if device_model in DeviceModels.MESH_BULB:
return super()._api_client().run_action_list(
Expand Down

0 comments on commit b513bff

Please sign in to comment.