MQTT server binding
Contains information about the server representation in MQTT.
Structure
Examples
json
{
"clientId": "guest",
"cleanSession": true,
"lastWill": {
"topic": "/last-wills",
"qos": 2,
"message": "Guest gone offline.",
"retain": false
},
"keepAlive": 60,
"bindingVersion": "0.1.0"
}
Changelog
Good news, nothing was changed