Releases: kreso975/homebridge-http-sensors-switches
Releases · kreso975/homebridge-http-sensors-switches
v1.1.7
Enhancements:
Switch Http Read Status (On/Off) from JSON:
- Support for Multiple Data Types: Implemented support for values that can be String, Boolean, or Number.
- Boolean Handling: For Boolean values, the system now correctly interprets true as "On" and false as "Off".
- Type Conversion: Added logic to convert statusOnCheck and statusOffCheck to the appropriate type based on the value type received from the JSON response.
- If the value type is Boolean, it converts the strings 'true' and 'false' to boolean values.
- If the value type is Number, it converts the strings to floating-point numbers.
- Otherwise, it treats them as strings.
- Backward Compatibility: Ensured that the changes are backward compatible with existing configurations.
Thanks to @RaZiegler
v1.1.6
- Added MQTT reconnect interval config param. Thanks to @ArashMotamedi
v1.1.5
v.1.1.4
v1.1.3
v1.1.2
v1.1.1
v1.1.0
v1.0.2
MQTT update and fixes
- Added MQTT functionality for Switches
- Small fixes for MQTT sensors