Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lawfulchaos committed Apr 8, 2023
1 parent 6e0637e commit 6702e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zwave_me_ws/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def set_device_type(prepared_device):
if tag in TYPE_TAGS:
prepared_device["deviceType"] = TYPE_TAGS[tag]
prepared_device = set_value_by_device_type(prepared_device)
return prepared_device
if prepared_device["probeType"] == "motor":
prepared_device["deviceType"] = "motor"
elif prepared_device["probeType"] == "fan":
Expand Down

0 comments on commit 6702e0b

Please sign in to comment.