You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
@imdroc I just want to make sure I understand. Your goal is not to automatically manage secrets on the custom platform. You just want to store custom field values. Is that correct?
Yes, in safeguard when an user is looking for accounts, the user can filtered by platforms, that's whay i'm trying to make a platform to store some custom fiel values. But I need you make it with the value of "Authentication Type" is always = NONE and can't be changed.
Thanks
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": [ ]
}
The text was updated successfully, but these errors were encountered: