Skip to content

Commit

Permalink
Add new Techline and Wiper robot models
Browse files Browse the repository at this point in the history
  • Loading branch information
ufozone committed Oct 8, 2024
1 parent 6ec78c2 commit cf3fa50
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions custom_components/zcsmower/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@
"TH400D": "D40", # ?
"TH450B": "B40i", # ?
"TH450D": "D40i", # ?
"TH450L": "LX45 RTK", # ???
"WI015D": "IKE",
"WI020D": "I70",
"WI020L": "I100 S",
Expand All @@ -288,9 +289,11 @@
"WI032D": "Premium C80", # Cassiopea: X 10
"WI035B": "Premium C120",
"WI035D": "Premium C180 S",
"WI040B": "K Premium Medium",
"WI040L": "K S Premium Medium",
"WI040B": "K S Medium",
"WI040L": "K S Premium",
"WI040R": "K S RTK Premium ",
"WI043L": "KXL S Ultra Premium",
"WI043R": "KXL S RTK Ultra Premium",
"WI085L": "J XH",
"WI095L": "Q350 SR", # ?
"WI250D": "F28",
Expand All @@ -303,6 +306,7 @@
"WI400L": "YARD 201", # ?
"WI450B": "YARD 101S", # ?
"WI450D": "YARD 201S", # ?
"WI450L": "YARD 201S", # ?
}
ROBOT_STATES = [
{
Expand Down

0 comments on commit cf3fa50

Please sign in to comment.