Release 2.3.9.180 Available
Changes from 2.3.9.177
Bug Fixes
- Dashboard menu detects cloud/local based on host (and not app reported origin).
- Modified Bonjour/mDNS library to ignore requests coming from the hub itself - may help with HomeKit not responding issue.
- Fixed a rare deadlock bug resulting in a locked up hub.
- Fixed an issue resulting in unnecessary, ongoing DNS servers update while on DHCP with custom DNS servers defined.
Platform Changes
- Added a reboot endpoint:
/management/reboot?token=TOKEN
where token is obtained from another endpoint, described here . - Added a set static IP endpoint:
/management/setStaticIp?token=TOKEN&address=192.168.4.204&netmask=255.255.255.0&gateway=192.168.4.1&nameserver=8.8.8.8
where parameters are self explanatory and are identical to the values in the Network Setup static IP section. This endpoint does not perform a reboot on its own.