Description:

Hier fehlt noch ein beschreibender Text!!

List of used variables:

VariableDescription




Add-in code:

/**
 * @param {Config} config
 * @param {Context} context
 * Do not edit this comment or parameter types. Required for code suggestions
*/
exports.main = function (config, context) {
    var ssidName = "Example";
    var ssid = context.network.ssids[ssidName];
    if (ssid){
        // SSID exists



    }
};

Add-in as JSON file:

ssid_by_name.json