iobroker.bidirectional-counter
Version:
Counter to separate consumption (positive changes) and deliverd (negative changes)
39 lines (37 loc) • 857 B
JSON
{
"type": "panel",
"i18n": true,
"items":{
"deleteStatesWithDisable": {
"type": "checkbox",
"label": "deleteStateWithDisableText",
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6
},
"emptyField":{
"type":"staticText",
"newLine": true,
"text":"",
"xs": 12,
"sm": 3,
"md": 3,
"lg": 3,
"xl": 3
},
"infoToCustomConfig": {
"type": "staticText",
"label": "infoToCustomConfiglabel",
"style": {
"color": "red"
},
"xs": 12,
"sm": 6,
"md": 6,
"lg": 6,
"xl": 6
}
}
}