Releases: marcus-j-davies/HAP-Router
Releases · marcus-j-davies/HAP-Router
Release v1.4.1
- Adding an environment variable of DELAY_ROUTE_SETUP delays the setup of routes, for the specified milliseconds.
Release v1.4.0
- Added a new combined/Multsensor accessory (Motion, Light, Temp)
- Added a new NULL output, Which can be used for switchs that are used as a state, in homekit automations.
Release v1.3.0
- AccessoryType in the API response now matches the AccessoryType in events.
- Exposed accessory specific actions in the accessory info UI
- Improvements to Camera code.
- Added Backup/Restore features
Release v1.2.2
- Added .github and .gitattributes to package exclusion
Release v1.2.1
- Moved purging/clearing configuration to the del package
for better cross platform support. - Fixed potential exception when creating node_modules directory on start up
- Bump Chalk package
Release v1.2.0
- Initial Release to public