Skip to content

Commit

Permalink
Adding more error code consts
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Riedl (FG-751) committed Apr 26, 2022
1 parent 2f6edfe commit 1e794bc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyIndego/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,13 @@ class Methods(Enum):
"104": "Stop button pushed",
"101": "Mower lifted",
"115": "Mower is stuck",
"1008": "Mower is stuck",
"149": "Mower outside perimeter cable",
"151": "Perimeter cable signal missing",
"ntfy_blade_life": "Reminder blade life",
"1005": "Mower has not entered the charging station",
"smartMow.mowerUnreachable": "SmartMowing disabled",
"1108": "Too large tilt angle",
}


Expand Down

0 comments on commit 1e794bc

Please sign in to comment.