Merge PR #388: GenericThings: Add unit Percentage to input value

This commit is contained in:
Jenkins nymea 2021-02-26 10:28:04 +01:00
commit 1d2140b5fc

View File

@ -906,6 +906,7 @@
"displayNameAction": "Set input value", "displayNameAction": "Set input value",
"type": "double", "type": "double",
"defaultValue": 0, "defaultValue": 0,
"unit": "Percentage",
"minValue": 0, "minValue": 0,
"maxValue": 100, "maxValue": 100,
"writable": true, "writable": true,