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