Update README.md

This commit is contained in:
Gleb Tcivie 2024-07-08 22:36:24 +03:00 committed by GitHub
parent b3d81b2706
commit 81afe38b58
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,6 +137,14 @@ HIDE_MESSAGE=false
## MQTT server Key for decoding messages
MQTT_SERVER_KEY=1PG7OiApB1nwvP+rz05pAQ==
# MQTT protocol version (default: MQTTv5) the public MQTT server supports MQTTv311
# Options: MQTTv311, MQTTv31, MQTTv5
MQTT_PROTOCOL=MQTTv311
# MQTT callback API version (default: VERSION2) the public MQTT server supports VERSION2
# Options: VERSION1, VERSION2
MQTT_CALLBACK_API_VERSION=VERSION2
```
## Running the Project