iobroker.hydrawise
Version:
Adapter to control the Hydrawise irrigation control system
21 lines (20 loc) • 509 B
JSON
{
"i18n": true,
"type": "panel",
"items": {
"apiKey": {
"type": "text",
"label": "api key",
"newLine": true,
"help": "how to get token",
"helpLink": "https://github.com/SentiQ/ioBroker.hydrawise/blob/main/README.md#documentation"
},
"apiInterval": {
"type": "number",
"label": "api interval",
"newLine": true,
"default": 60,
"min": 15
}
}
}