-
-
Notifications
You must be signed in to change notification settings - Fork 21
configkey: update.network
Tarek edited this page May 30, 2015
·
2 revisions
{
"update": {
"network": {
"aps": [
{
"ssid": "Home Network",
"key": "NetworkKey",
"security": "WPA-PSK",
"hidden": false
}
]
}
}
}
-
update
-
network:
-
aps [list]: List of accesspoints configurations
- ssid [str]: Wifi network name/SSID
- key [str/optional]: Network key, if any
- security [WPA-PSK | WEP | NONE]: Security type. If not set, it will default to WPA-PSK if 'key' is set, otherwise NONE.
- hidden [boolean]: Network visibility. Default is false.
-
aps [list]: List of accesspoints configurations
-
network: