eschava / broadlink-mqtt

MQTT client to control BroadLink devices
MIT License
222 stars 61 forks source link

MQTT TLS support #21

Closed juzam closed 6 years ago

juzam commented 6 years ago

This PR adds TLS support when connecting to the mqtt broker. Minimal documentation provided in mqtt.conf 'tls_insecure' setting intentionally left out of the sample config.

original TLS code/settings in mqttwarn reworked/adapted to be used here.

eschava commented 6 years ago

Thank you!