- Expand paho-mqtt version constraint to allow minor version updates up to version 3.
2.1.0
=============
- Add equality comparison support for device command and state classes. - Enable direct comparison of DeyeDeviceCommand and DeyeDeviceState attributes. - Include comprehensive test cases for equality operations.
2.0.1
=============
- Fix MQTT authentication by refreshing auth info on client disconnects to avoid expired password issues. - Add additional tests for MQTT client implementation. - Improve documentation and README.
2.0.0
=============
- Add full support for both Classic and Fog platforms. - The public interface has been redesigned to better support both platforms. - Add product definition for 8158C. - Add a new command-line tool for testing and interacting with Deye devices.
1.3.2
=============
- Add support for passing an existing SSLContext to the MQTT client