Appearance
Home > resol-vbus-core-toolbox-scripts > mqttPublisher > MqttPublisher > start
mqttPublisher.MqttPublisher.start() method
Start the MQTT publisher.
Signature:
typescript
start(specification: Specification, headerset: HeaderSet<Packet>): Promise<void>;
Parameters
Parameter | Type | Description |
---|---|---|
specification | The VBus specification to use. | |
headerset | The shared set of packets. |
Promise<void>