WifiCredentials

data class WifiCredentials(val ssid: String, val password: String, val brokerAddress: String)

The wifi credentials that are currently being used when connected via wifi. Those can/should be used when showing a QR code to connect using the wifi only SDK.

Parameters

ssid

The WIFI SSID

password

The WIFI PSK

brokerAddress

The hostname / ip address of the MQTT broker

Constructors

Link copied to clipboard
constructor(ssid: String, password: String, brokerAddress: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard