# # Define your MQTT broker connections here for use in the MQTT Binding or MQTT # Persistence bundles. Replace with an ID you choose. # # URL to the MQTT broker, e.g. tcp://localhost:1883 or ssl://localhost:8883 mqm.url=tcp://192.168.2.71:1883 # Optional. Client id (max 23 chars) to use when connecting to the broker. # If not provided a random default is generated. mqm.clientId=OpenHAB2undsox # Optional. True or false. If set to true, allows the use of clientId values # up to 65535 characters long. Defaults to false. # NOTE: clientId values longer than 23 characters may not be supported by all # MQTT servers. Check the server documentation. #.allowLongerClientIds=false # Optional. User id to authenticate with the broker. #.user= # Optional. Password to authenticate with the broker. #.pwd= # Optional. Set the quality of service level for sending messages to this broker. # Possible values are 0 (Deliver at most once),1 (Deliver at least once) or 2 # (Deliver exactly once). Defaults to 0. #.qos= # Optional. True or false. Defines if the broker should retain the messages sent to # it. Defaults to false. #mqm.retain=true # Optional. True or false. Defines if messages are published asynchronously or # synchronously. Defaults to true. #mqm.async=false # Optional. Defines the last will and testament that is sent when this client goes offline # Format: topic:message:qos:retained
#.lwt=