UNIFIMP CMD set to readonly

This commit is contained in:
jokob-sk
2024-10-11 20:19:46 +11:00
parent ca1d55b3c2
commit d6164a005b

View File

@@ -3,7 +3,7 @@
"show_ui": true,
"unique_prefix": "UNFIMP",
"plugin_type": "device_scanner",
"execution_order" : "Layer_1",
"execution_order": "Layer_1",
"data_source": "script",
"localized": ["display_name", "description", "icon"],
"display_name": [
@@ -560,7 +560,11 @@
"type": {
"dataType": "string",
"elements": [
{ "elementType": "input", "elementOptions": [], "transformers": [] }
{
"elementType": "input",
"elementOptions": [{ "readonly": "true" }],
"transformers": []
}
]
}
},