Make percentage unit mandatory for extendedheating
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user