Skip to content

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

Specification

The VBus specification to use.

headerset

HeaderSet<Packet>

The shared set of packets.

**Returns:**

Promise<void>