SendMqttCommand

data class SendMqttCommand(val topic: String, val content: String) : Command

Send a MQTT message.

Constructors

Link copied to clipboard
constructor(topic: String, content: String)

Properties

Link copied to clipboard

Message contents

Link copied to clipboard

Message topic