I currently use HAP-NodeJS and looking to migrate to this library. Comparing the two, HAP-NodeJS allows a get/set to by async, and returns an error with a 207 multi status to HomeKit.
It seems it may be possible to do async requests with this package (because it supports camera), but I am unclear how to return failures.
Is it possible to report an error back to iOS?