Wifi Network

Type reference

---@class WifiNetwork
---@field ssid string
---@field label string
---@field password? string

---@class WifiConnection: WifiNetwork
---@field connected boolean

WifiNetwork

ssid string

Unique wifi network identifier.

label string

Display name for wifi network.

password string

Defines wifi network password. Optional

WifiConnection: WifiNetwork

connected boolean

Marks if user is connected to the wifi

Copyright © 2025 Felis Development