feat: add support for MQTT v3.1.1 protocol version
Add configurable MQTT protocol version support to allow users to choose between MQTT v5 (default) and v3.1.1 for broker compatibility. Changes: - Add protocol_version option to MQTT configuration in config.yaml.sample - Add MQTT_PROTOCOL environment variable support in helpers.py - Update README.md with MQTT_PROTOCOL documentation - Update mqtt-helper-graystorm package to latest version with protocol support The protocol_version accepts "3.1.1" or "5" (default: "5") and can be configured via config.yaml or the MQTT_PROTOCOL environment variable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>pull/106/head
parent
76a62a424a
commit
58a09548dd
Loading…
Reference in New Issue