Skip to content

Commit

Permalink
Adds device name for 360 Vis Nav
Browse files Browse the repository at this point in the history
  • Loading branch information
dotvezz committed Apr 1, 2024
1 parent d6733b1 commit 9241cfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libdyson/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
DEVICE_TYPE_NAMES = {
DEVICE_TYPE_360_EYE: "360 Eye robot vacuum",
DEVICE_TYPE_360_HEURIST: "360 Heurist robot vacuum",
DEVICE_TYPE_360_VIS_NAV: "360 Vis Nav robot vacuum",
DEVICE_TYPE_PURE_COOL: "Pure Cool",
DEVICE_TYPE_PURIFIER_COOL_K: "Purifier Cool",
DEVICE_TYPE_PURIFIER_COOL_E: "Purifier Cool",
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 = 1.4.0
version = 1.4.1
author = The libdyson Working Group
author_email = [email protected]
license = MIT License
Expand Down

0 comments on commit 9241cfe

Please sign in to comment.