Skip to content

v0.5.2 — Control via SignalR hub (APK-confirmed)

Pre-release
Pre-release

Choose a tag to compare

@claesmathias claesmathias released this 30 May 11:37
· 11 commits to main since this release

Rewrote the control channel. All REST write paths returned 403/503. APK reverse engineering found the actual control hub: wss://signalr.globetools.systems:446/mowerSupport authenticated with the GUC bearer token. Hub methods confirmed from classes2.dex: StartMowerRequest, ParkMowerRequest, PauseMowerRequest. Negotiate returns 200 — the channel is live.