-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi.
I'm trying to create a dummy platform such a "Other" for "WIFI" where I can add my custom parameters, but forcing that "Authentication Type" is always = NONE (No possibility to choose any other type or even remove from template).
My script is very simple is like:
{
"Id": "WIFI",
"BackEnd": "Scriptable",
"CheckSystem": {
"Parameters": [
{ "SecuriryProtocol": { "Type": "String", "Required": false, "DefaultValue": WPA2 } },
{ "Area": { "Type": "String", "Required": true} },
{ "WifiName": { "Type": "String", "Required": true } }
],
"Do": [ ]
}
Metadata
Metadata
Assignees
Labels
No labels