Skip to content

MQTT v5 server binding

WARNING

MQTT version 5 specific bindings are deprecated in favor of MQTT operation binding that are not version specific.

Contains information about the server representation in MQTT.

Structure

copy

Examples

json
{
    "sessionExpiryInterval": 60,
    "bindingVersion": "0.2.0"
}
json
{
    "sessionExpiryInterval": {
        "type": "integer",
        "minimum": 100
    },
    "bindingVersion": "0.2.0"
}

Changelog

Good news, nothing was changed