Make percentage unit mandatory for extendedheating

pull/135/head
Michael Zanetti 2019-02-05 15:25:59 +01:00
parent 41d023e411
commit 16152b98e7
1 changed files with 1 additions and 0 deletions

View File

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