Releases: Supereg/homebridge-http-switch
Releases · Supereg/homebridge-http-switch
v0.5.36
What's Changed
- Clarified statusPattern readme section by @yenba in #104
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #108
- Bump async from 3.2.1 to 3.2.4 by @dependabot in #110
- Bump json-schema from 0.2.3 to 0.4.0 by @dependabot in #112
New Contributors
Full Changelog: v0.5.35...v0.5.36
v0.5.35
v0.5.34
v0.5.33
v0.5.31
Added MQTT support
homebridge-http-switch
can receive state changes over MQTT.
Look into the README for a more detailed explanation and configuration.
Many IoT devices, like the popular shelly.cloud ones, support MQTT!
Added more debug information
- On start some information about the configuration is printed
- When an http error code is returned when setting the switch the body is now also printed
Reduced the log output
After every set a message was printed in which state the switch is now. This message is now only displayed when in debug mode.
Added support for digest authentication.
- added config option auth.sendImmediately
In order for digest authentication to work set the property to false!