API Reference

Sections

Theme switcher

Wifi

Wifi

activeNetworkobject

Information about the connected wifi network.

Show child attributes

appVersionstring

String indicating the version of device's wifi app.

bootloaderVersionstring

String indicating the version of device's wifi bootloader.

isEnabledboolean

When true, wifi antennae is enabled.

localIpAddressstring

Local IP Address assigned to the device.

macAddressstring

MAC address for device.

receiveConnectionEventsboolean

When true, device will publish events every time the device connects/disconnects from the wifi network.

Was this section helpful?

What made this section unhelpful for you?

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 { "activeNetwork": { "encryptionAlgorithm": { "isWPA2": false, "isWPA3": false }, "enterpriseUsername": null, "isEnterpriseAccessPoint": false, "signalStrength": null, "ssid": null }, "appVersion": null, "bootloaderVersion": null, "isEnabled": false, "localIpAddress": null, "macAddress": null, "receiveConnectionEvents": false }
Was this section helpful?

What made this section unhelpful for you?