mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-02-11 14:39:59 +01:00
* Workaround for a bad response from the Hydrawise API Signed-off-by: Dan Cunningham <dan@digitaldan.com>
102 lines
1.6 KiB
GraphQL
102 lines
1.6 KiB
GraphQL
{
|
|
me {
|
|
email
|
|
lastContact
|
|
controllers {
|
|
id
|
|
name
|
|
status {
|
|
summary
|
|
online
|
|
lastContact {
|
|
timestamp
|
|
}
|
|
}
|
|
hardware {
|
|
version
|
|
model {
|
|
maxZones
|
|
name
|
|
description
|
|
}
|
|
}
|
|
location {
|
|
coordinates {
|
|
latitude
|
|
longitude
|
|
}
|
|
}
|
|
zones {
|
|
id
|
|
name
|
|
status {
|
|
suspendedUntil {
|
|
timestamp
|
|
}
|
|
}
|
|
icon {
|
|
id
|
|
fileName
|
|
customImage {
|
|
id
|
|
url
|
|
}
|
|
}
|
|
number {
|
|
value
|
|
label
|
|
}
|
|
scheduledRuns {
|
|
summary
|
|
currentRun{
|
|
id
|
|
startTime {
|
|
timestamp
|
|
}
|
|
endTime {
|
|
timestamp
|
|
}
|
|
duration
|
|
status {
|
|
value
|
|
label
|
|
}
|
|
}
|
|
nextRun {
|
|
id
|
|
startTime {
|
|
timestamp
|
|
}
|
|
endTime {
|
|
timestamp
|
|
}
|
|
duration
|
|
}
|
|
}
|
|
}
|
|
sensors {
|
|
id
|
|
name
|
|
input {
|
|
number
|
|
label
|
|
}
|
|
status {
|
|
active
|
|
waterFlow {
|
|
value
|
|
unit
|
|
}
|
|
}
|
|
model {
|
|
modeType
|
|
active
|
|
offLevel
|
|
offTimer
|
|
delay
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|