Make percentage unit mandatory for extendedheating

This commit is contained in:
Michael Zanetti 2019-02-05 15:25:59 +01:00
parent 41d023e411
commit 16152b98e7

View File

@ -7,6 +7,7 @@
"type": "int",
"min": 0,
"max": 100,
"unit": "Percentage",
"writable": true
}
]