Changelog:
- General: Added some missed restore-clocks.
Changelog v1.3.0:
- General: Improved HomeKit server performance.
- General: Reduced logs and flash size.
- General: Added new action type:
"h":[]
Send HTTP request:
"h":
Target host.
"p":
Port. (Default 80).
"m":
HTTP method (0: GET (default), 1: PUT or 2: POST).
"u":
URL. (Default /)
"c":
Content to send with PUT or POST method.
A basic example:
This HTTP request: http://<ip>/cm?cmnd=Power%20ON
is this HAA Action: "1":{"h":[{"h":"<ip>","u":"cm?cmnd=Power%20ON"}]}
- Garage Door: Now door controls are blocked when an obstruction is detected.
Read Wiki for more info.