Enforce unit on closable interface

This commit is contained in:
Michael Zanetti 2023-03-30 14:08:29 +02:00
parent a41b82afbe
commit 8ffcfde9cd

View File

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