Skip to content

Commit

Permalink
Merge pull request #10 from dotvezz/task/358K
Browse files Browse the repository at this point in the history
Fix for Dyson 358K support.
  • Loading branch information
dotvezz authored Apr 12, 2023
2 parents cadaee1 + 621386a commit 16e022d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libdyson/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DEVICE_TYPE_PURE_COOL_FORMALDEHYDE = "438E"
DEVICE_TYPE_PURE_COOL_DESK = "520"
DEVICE_TYPE_PURE_HUMIDIFY_COOL = "358"
DEVICE_TYPE_PURIFIER_HUMIDIFY_COOL = "358"
DEVICE_TYPE_PURIFIER_HUMIDIFY_COOL = "358K"
DEVICE_TYPE_PURIFIER_HUMIDIFY_COOL_FORMALDEHYDE = "358E"
DEVICE_TYPE_PURE_HOT_COOL_LINK = "455"
DEVICE_TYPE_PURE_HOT_COOL = "527"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = libdyson-neon
version = 0.10.1
version = 0.10.2
author = The libdyson Working Group
author_email = [email protected]
license = MIT License
Expand Down

0 comments on commit 16e022d

Please sign in to comment.