mirror of
https://github.com/nymea/nymea-plugins.git
synced 2026-07-19 00:54:53 +02:00
Simulation: Add missing unit to heating plugins
This commit is contained in:
parent
35f4ba6ce4
commit
780711b6cc
@ -201,6 +201,7 @@
|
||||
"type": "int",
|
||||
"minValue": 0,
|
||||
"maxValue": 100,
|
||||
"unit": "Percentage",
|
||||
"defaultValue": 100,
|
||||
"writable": true
|
||||
}
|
||||
@ -865,6 +866,7 @@
|
||||
"displayNameAction": "Set maximum power percentage",
|
||||
"type": "int",
|
||||
"defaultValue": 100,
|
||||
"unit": "Percentage",
|
||||
"minValue": 0,
|
||||
"maxValue": 100,
|
||||
"writable": true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user