Interface ConnectedNetwork

Hierarchy

  • ConnectedNetwork

Properties

cellular?: ConnectedNetworkCellular

Cellular information when net is cellular

global_ip?: string

Global IP if exist

local_ip?: string

Local IP if exist

net?: string

Current connected network type. Defined in setting json

online_at: number

Epoch Unix Timestamp (seconds) at device become online on the cloud

wifi?: ConnectedNetworkWiFi

Wi-Fi information when net is wirelesslan

wifimesh?: ConnectedNetworkWiFiMESH

Wi-Fi MESH information when net is wifimesh

Generated using TypeDoc