Simulation: Add missing unit to heating plugins
This commit is contained in:
parent
eff9b53ec1
commit
24341e810b
@ -201,6 +201,7 @@
|
|||||||
"type": "int",
|
"type": "int",
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
"maxValue": 100,
|
"maxValue": 100,
|
||||||
|
"unit": "Percentage",
|
||||||
"defaultValue": 100,
|
"defaultValue": 100,
|
||||||
"writable": true,
|
"writable": true,
|
||||||
"unit": "Percentage"
|
"unit": "Percentage"
|
||||||
@ -892,6 +893,7 @@
|
|||||||
"displayNameAction": "Set maximum power percentage",
|
"displayNameAction": "Set maximum power percentage",
|
||||||
"type": "int",
|
"type": "int",
|
||||||
"defaultValue": 100,
|
"defaultValue": 100,
|
||||||
|
"unit": "Percentage",
|
||||||
"minValue": 0,
|
"minValue": 0,
|
||||||
"maxValue": 100,
|
"maxValue": 100,
|
||||||
"writable": true
|
"writable": true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user