Topic interface
Object that describes the topic information.
Properties
path | The topic path for messages published to an MQTT broker. |
retain | When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'. |
Property Details
path
The topic path for messages published to an MQTT broker.
path: string
Property Value
string
retain
When set to 'Keep', messages published to an MQTT broker will have the retain flag set. Default: 'Never'.
retain?: string
Property Value
string