public static class Device.ConfigureWiFi extends Command<Device.CommandId>
Device.sendDeviceManagementCommand(buzz.getcoco.iot.Command<buzz.getcoco.iot.Device.CommandId>, buzz.getcoco.iot.Device.DeviceManagementStatusListener) while sending configure Wi-Fi commands.Command.State| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
password
password of the Wi-Fi network.
|
java.lang.String |
ssid
SSID of the Wi-Fi network.
|
| Constructor and Description |
|---|
ConfigureWiFi()
|
ConfigureWiFi(java.lang.String ssid,
java.lang.String password)
An overloaded constructor for configure Wi-Fi command.
|
getCommandId, getTimeout, setCommandId, setTimeout, toJsonObject, toString