Description:
This script, assigned to a network, overrides a specific WiFi networks SSID and Preshared Key with the variables
context.vars.SSID
context.vars.WPAKey
The selected WiFi that will be overridden is SSID_TO_CHANGE
.
List of used variables:
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) {
|
---|
Add-in as JSON file:
View file |
---|
name | ssid_preshared_key.json |
---|
height | 150 |
---|
|