Merge PR #636: Enforce unit on closable interface

This commit is contained in:
jenkins 2023-05-23 11:49:10 +02:00
commit c60b5399a5

View File

@ -10,6 +10,7 @@
{
"name": "percentage",
"type": "int",
"unit": "Percentage",
"minValue": 0,
"maxValue": 100,
"writable": true