Changelog 12.18.0:
- ESP32, ESP32C and ESP32S:
- Network Actions and Free Monitor with network requests: Added TLS support (aka SSL) to HTTP requests. Add
"s":1to the network request action. Remember that HTTPS standard port is443: https://github.com/RavenSystem/esp-homekit-devices/wiki/accessory-configuration#send-network-request-actions
- Network Actions and Free Monitor with network requests: Added TLS support (aka SSL) to HTTP requests. Add
- Lightbulb: Added new service notification to set a FX pause after N effect changes (frames). N = value - 500000000. Fox example, to set a pause after 20 frames, use
"m":[[1, 500000050]](Lightbulb is the service 1). To disable the pause, set value to0with500000000.
Read Wiki for more info.