Skip to content

Commit

Permalink
Merge pull request #114 from b2az/feature/adding-more-error-constants
Browse files Browse the repository at this point in the history
Adding more error code consts
  • Loading branch information
jm-73 authored Jun 4, 2022
2 parents 2f6edfe + 1e794bc commit fa09aae
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 fa09aae

Please sign in to comment.