From c8d2937fd55b1234ae8af7a84ae41560acebcdaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20St=C3=B6r?= Date: Mon, 26 Feb 2018 23:21:23 +0100 Subject: [PATCH] Fix invalid table item key Fixes #2275 --- docs/en/modules/wifi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/modules/wifi.md b/docs/en/modules/wifi.md index 51ba0292..68502260 100644 --- a/docs/en/modules/wifi.md +++ b/docs/en/modules/wifi.md @@ -478,7 +478,7 @@ Sets the WiFi station configuration. - Items returned in table : - `SSID`: SSID 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) - Items returned in table : - `old_auth_mode`: Old wifi authorization mode. (format: number) @@ -570,7 +570,7 @@ Disconnects from AP in station mode. - Items returned in table : - `SSID`: SSID 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 `nil`