new MqttUnsubscribeMessage()
Represents an MQTT UNSUBSCRIBE message
Methods
messageId() → {number}
Returns:
Message identifier
- Type
- number
topics() → {Array.<string>}
Returns:
List of topics to unsubscribe
- Type
- Array.<string>