- Added getForcedState: force the API-server to get a complete update of the status. Can be used to obtain a new position every 5-6 seconds and to replicate the moving mower on a map (like the official app).
- Added getLongpollState. This can be used to make a call to the API aserver and then wait for a change in state instead of polling often to catch a state. Reduces traffic to/from the API server.
- Changes in get-function. Get now takes 3 arguments: self, method, timeout. This makes it more simple if the get requires longer timeout settings in any future calls.
- Renamed xPos() and yPos() to XPos() and YPos()