MQTT driver configuration
Within this configuration file, general settings for the MQTT plugin are configured.
File location
<WorkspaceDirectory>\ConfigFiles\xio.Mqtt.cfg
Parameter | Description | Scope | Unit | Default value |
---|---|---|---|---|
xio.Mqtt.ClientId | The client ID used to connect to the MQTT brokers. If empty, an automatically generated GUID will be used. | string | none | random GUID value |
xio.Mqtt.Delimiter | The given character is interpreted as a hierarchical separation inside topic names. | string | none | / |
xio.Mqtt.CultureInfo | Defines the culture info that is used to transfer values from and to MQTT brokers. If left empty, the invariant culture info is used. | string | none | Invariant culture |