mirror of https://github.com/nymea/nymea.git
Make percentage unit mandatory for extendedheating
parent
41d023e411
commit
16152b98e7
|
|
@ -7,6 +7,7 @@
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"min": 0,
|
"min": 0,
|
||||||
"max": 100,
|
"max": 100,
|
||||||
|
"unit": "Percentage",
|
||||||
"writable": true
|
"writable": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue