-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[automower] Implementation of complete automower API #17545
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Michael Weger <[email protected]>
@lsiepel, do you have a good example how to implement dynamic Channels and Channel Groups? Esp. dynamic Channel Groups seems to be tricky. |
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Interesting combination, don't have an example straight out of my head, let me check. |
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
workaround for ambiguous timezone handling of automower api Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
added actions Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Except from dynamic channels and channel groups (which is an usability improvement only), I would consider the main part of the implementation is done. |
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
…utomower-connect-api?tab=releases) Signed-off-by: Michael Weger <[email protected]>
Signed-off-by: Michael Weger <[email protected]>
set several channels to advance added update.xml Signed-off-by: Michael Weger <[email protected]>
Implementation done - ready for review |
Signed-off-by: Michael Weger <[email protected]>
[automower] Implementation of complete automower API
References:
Current Status / TODOs:
1.1 DONE
2.1 DONE /mowers/{id}/actions
2.2 DONE /mowers/{id}/calendar
2.3 DONE /mowers/{id}/errors/confirm
2.4 DONE /mowers/{id}/settings
2.5 DONE /mowers/{id}/stayOutZones/{stayOutId}
2.6 DONE /mowers/{id}/workAreas/{workAreaId}
2.7 DONE /mowers/{id}/workAreas/{workAreaId}/calendar
3.1 postponed
4.1 DONE
5.1 DONE
6.1 DONE
7.1 DONE
8.1 DONE
9.1 DONE
10.1 DONE