Appearance
Home > resol-vbus-core-toolbox-scripts > mqttPublisher > MqttPublisherConstructorOptions
mqttPublisher.MqttPublisherConstructorOptions interface
The options passed to the constructor of MqttPublisher
.
Signature:
typescript
export interface MqttPublisherConstructorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | (Optional) The interval in milliseconds in which VBus values should be published. | ||
mqtt.IClientOptions | (Optional) The options to pass to the | ||
string[] | (Optional) Optional list of VBus packet field IDs to consider publishing. | ||
string | The URL of the MQTT broker. | ||
boolean | (Optional) Whether only changes VBus values should be published. | ||
string | (Optional) The MQTT topic pattern, using |