Get Watering Queue
GET {{baseUrl}}/watering/queue?{{ACCESS_TOKEN}}=<>
Returns the current watering queue as a list of objects or empty list if no watering is taking place. Each object in the list will have the fields below:
| Field | Type | Description |
|---|---|---|
availableWater | int | The available water for the zone being watered |
realDuration | int/null |
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
{{ACCESS_TOKEN}} | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |