21 lines
1.4 KiB
INI
21 lines
1.4 KiB
INI
# Name of the broker as it is defined in the openhab.cfg. If this property is not available, no event bus MQTT binding will be created.
|
|
#broker=mqm
|
|
|
|
# When available, all status updates which occur on the openHAB event bus are published to the provided topic. The message content will
|
|
# be the status. The variable ${item} will be replaced during publishing with the item name for which the state was received.
|
|
#statePublishTopic=
|
|
|
|
# When available, all commands which occur on the openHAB event bus are published to the provided topic. The message content will be the
|
|
# command. The variable ${item} will be replaced during publishing with the item name for which the command was received.
|
|
#commandPublishTopic=
|
|
|
|
# When available, all status updates received on this topic will be posted to the openHAB event bus. The message content is assumed to be
|
|
# a string representation of the status. The topic should include the variable ${item} to indicate which part of the topic contains the
|
|
# item name which can be used for posting the received value to the event bus.
|
|
#stateSubscribeTopic=
|
|
|
|
# When available, all commands received on this topic will be posted to the openHAB event bus. The message content is assumed to be a
|
|
# string representation of the command. The topic should include the variable ${item} to indicate which part of the topic contains the
|
|
# item name which can be used for posting the received value to the event bus.
|
|
#commandSubscribeTopic=
|