Skip to main content

Forget a Wi‑Fi network (device.forget_wifi)

Declaration

ok = device.forget_wifi(SSID)

Parameters

  • SSID
    String. Wi‑Fi SSID (name) to forget

Returns

  • ok
    Boolean. true if removed from the saved Wi‑Fi list; otherwise false

Example

local ok = device.forget_wifi('Tenda_9B3F')