Config topic - maartendamen/DomoMQTT GitHub Wiki

The config topic is used to configure a device or plugin setting. The config topic has the following format:

config/id

id the globally unique identifier for the plugin or device, for example: UUID or MAC address.

The config payload is a JSON object, containing at least one configuration value. Multiple values can be set at once.