iobroker.drag-indicator
Version:
Shows the min and max of a selected value
34 lines • 767 B
JSON
{
"i18n": true,
"items": {
"_basicSettings": {
"newLine": true,
"type": "header",
"text": "dragindicatorSetting",
"sm": 20
},
"warningText": {
"newLine": true,
"type": "staticText",
"text": "justTypeNumber",
"hidden": "customObj.common.type === 'number'",
"sm": 12
},
"channelName": {
"type": "text",
"label": "valueName",
"tooltip": "valueNameTooltip",
"hidden": "customObj.common.type !== 'number'",
"sm":3
},
"resetCronJob": {
"newLine": true,
"type": "cron",
"complex": true,
"label": "automaticReset",
"tooltip": "automaticResetTooltip",
"hidden": "customObj.common.type !== 'number'",
"sm":6
}
}
}