Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MqttSettings

MQTT settings that are specific to the W.I.S.E. Manager instance reading this configuration.

Hierarchy

  • MqttSettings

Index

Properties

max_buffer_size

max_buffer_size: number

The maximum buffer size to use for a single MQTT payload.

Optional mqtt_id

mqtt_id: string

An optional MQTT ID if you don't want one to be automatically generated.

Optional use_internal_authentication

use_internal_authentication: boolean

When using the internal broker require username/password authentication.

Optional use_internal_broker

use_internal_broker: boolean

Use the internal MQTT broker instead of connecting to an external one.