SwitchToWifi
data class SwitchToWifi(val ssid: String, val wifiPassword: String, val brokerIpAddress: String) : Command.Response
Functions
Link copied to clipboard
Method to serialize the given command into a ByteArray. The serialization logic needs to be in sync with the de-serialization logic in the parseCommand method.