Commit c8d2937f authored by Marcel Stör's avatar Marcel Stör
Browse files

Fix invalid table item key

Fixes #2275
parent 97e34ce5
...@@ -478,7 +478,7 @@ Sets the WiFi station configuration. ...@@ -478,7 +478,7 @@ Sets the WiFi station configuration.
- Items returned in table : - Items returned in table :
- `SSID`: SSID of access point. (format: string) - `SSID`: SSID of access point. (format: string)
- `BSSID`: BSSID of access point. (format: string) - `BSSID`: BSSID of access point. (format: string)
- `REASON`: See [wifi.eventmon.reason](#wifieventmonreason) below. (format: number) - `reason`: See [wifi.eventmon.reason](#wifieventmonreason) below. (format: number)
- `authmode_change_cb`: Callback to execute when the access point has changed authorization mode. (Optional) - `authmode_change_cb`: Callback to execute when the access point has changed authorization mode. (Optional)
- Items returned in table : - Items returned in table :
- `old_auth_mode`: Old wifi authorization mode. (format: number) - `old_auth_mode`: Old wifi authorization mode. (format: number)
...@@ -570,7 +570,7 @@ Disconnects from AP in station mode. ...@@ -570,7 +570,7 @@ Disconnects from AP in station mode.
- Items returned in table : - Items returned in table :
- `SSID`: SSID of access point. (format: string) - `SSID`: SSID of access point. (format: string)
- `BSSID`: BSSID of access point. (format: string) - `BSSID`: BSSID of access point. (format: string)
- `REASON`: See [wifi.eventmon.reason](#wifieventmonreason) below. (format: number) - `reason`: See [wifi.eventmon.reason](#wifieventmonreason) below. (format: number)
#### Returns #### Returns
`nil` `nil`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment