WaitOnPumpStatusChange

public enum WaitOnPumpStatusChange
Wait for a status change on a given pump

Uses **long polling** to wait for a status change on a given pump. Returns as soon as the status has changed or after the number of seconds provided by the optional `timeout` query parameter (default timeout is 30 seconds). In case of timeout (408 status code) you're safe to start the request again. Instantaneously returns if `lastStatus` was given and already changed between request. If successful, it returns the same structure as the normal status call



Only use after approaching, otherwise returns 403 Forbidden.