iobroker.spritmonitor
Version:
This adapter allows you to manage your fuel consumption via spritmonitor.de.
58 lines (57 loc) • 1.15 kB
JSON
{
"type": "panel",
"i18n": true,
"items": {
"applicationKey": {
"newLine": true,
"type": "password",
"label": "applicationKey",
"help": "applicationKeyHint",
"validator": "data.applicationKey.match(/[a-zA-Z0-9]{50}/)",
"validatorNoSaveOnError": true,
"visible": true,
"repeat": false,
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
"xl": 8
},
"requestInterval": {
"newLine": true,
"type": "number",
"label": "requestInterval",
"help": "requestIntervalHint",
"min": 6,
"max": 168,
"step": 1,
"validator": "data.requestInterval >= 6 && data.requestInterval <= 168",
"validatorNoSaveOnError": true,
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
"xl": 8
},
"_divider": {
"newLine": true,
"type": "divider",
"color": "primary"
},
"_helpLink": {
"newLine": true,
"type": "staticLink",
"text": "Readme",
"noTranslation": true,
"variant": "contained",
"color": "primary",
"button": true,
"href": "https://github.com/ice987987/ioBroker.spritmonitor/blob/main/README.md",
"xs": 12,
"sm": 12,
"md": 8,
"lg": 8,
"xl": 8
}
}
}