Merge PR #84: Simulation: Add missing unit to heating plugins

This commit is contained in:
Jenkins 2019-03-06 21:13:45 +01:00
commit 4a1c6ca061

View File

@ -201,6 +201,7 @@
"type": "int",
"minValue": 0,
"maxValue": 100,
"unit": "Percentage",
"defaultValue": 100,
"writable": true
}
@ -866,6 +867,7 @@
"displayNameAction": "Set maximum power percentage",
"type": "int",
"defaultValue": 100,
"unit": "Percentage",
"minValue": 0,
"maxValue": 100,
"writable": true