Updated paho-mqtt feaure instructions.
This commit is contained in:
parent
b4b8ed96e0
commit
697f61cf9a
|
|
@ -693,10 +693,10 @@ class FeatureDetector(object):
|
||||||
|
|
||||||
def has_paho_mqtt(self):
|
def has_paho_mqtt(self):
|
||||||
"""
|
"""
|
||||||
OpenWebRX can pass decoded signal data to an MQTT broker for processing in third-party applications. To be able
|
OpenWebRX uses the [paho-mqtt](https://pypi.org/project/paho-mqtt/)
|
||||||
to do this, the [paho-mqtt](https://pypi.org/project/paho-mqtt/) library is required.
|
library to send decoded signal data to an MQTT broker for further
|
||||||
|
processing by third-party applications. The `python3-paho-mqtt`
|
||||||
If you are using Debian or Ubuntu, you can install the `python3-paho-mqtt` package.
|
package is available in most Linux distributions.
|
||||||
"""
|
"""
|
||||||
try:
|
try:
|
||||||
from paho.mqtt import __version__
|
from paho.mqtt import __version__
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue