hap-controller-node icon indicating copy to clipboard operation
hap-controller-node copied to clipboard

Node.js library to implement a HAP (HomeKit) controller

Results 53 hap-controller-node issues
Sort by recently updated
recently updated
newest added

Bumps [uuid](https://github.com/uuidjs/uuid) from 11.0.2 to 11.0.3. Release notes Sourced from uuid's releases. v11.0.3 11.0.3 (2024-11-04) Bug Fixes apply stricter typing to the v* signatures (#831) (c2d3fed) export internal uuid types...

dependencies
javascript

Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 7.0.3 to 7.0.6. Changelog Sourced from cross-spawn's changelog. 7.0.6 (2024-11-18) Bug Fixes update cross-spawn version to 7.0.5 in package-lock.json (f700743) 7.0.5 (2024-11-07) Bug Fixes fix escaping bug...

dependencies
javascript

**Describe the bug** Randomly I'm getting M4 errors, namely Error: M4: Empty TLV at PairingProtocol.parsePairVerifyM4 And HomekitControllerError: M4: Error: 2 at PairingProtocol.parsePairVerifyM4 **To Reproduce** These errors happen at a random...

question