Skip to content

Commit

Permalink
fix(vacuum.viomi): Added model names for viomi.v8
Browse files Browse the repository at this point in the history
Added Viomi vacuum v8 to the list of viomi models, so that it correctly appears in the WEB UI.
  • Loading branch information
PaskoMoto committed Aug 15, 2020
1 parent ae799a8 commit 20d86c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/miio/Model.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,8 @@ const VACUUM_MANUFACTURERS = {
const MODELS = {
"viomi": {
"v6": "V-RVCLM21B",
"v7": "Xiaomi Mijia STYJ02YM"
"v7": "Xiaomi Mijia STYJ02YM",
"v8": "Xiaomi Mijia STYTJ02YM"
},
"roborock": {
"s5": "S5",
Expand Down

0 comments on commit 20d86c3

Please sign in to comment.