hap-controller-node

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

MPL-2.0 License

Downloads
1K
Stars
54
Committers
6

Bot releases are hidden (Show)

hap-controller-node - Release 0.6.0

Published by Apollon77 about 3 years ago

see Changelog

hap-controller-node - v0.3.0

Published by mrstegeman over 4 years ago

  • Support for many new services and characteristics.
  • Fix issue with events on non-spec compliant IP devices.
  • Switched to using Map internally for TLVs.
    • The only external breakage is that listPairings() now returns a Map, rather than an Object.
hap-controller-node - v0.2.1

Published by mrstegeman over 4 years ago

Fixed issue where sodium functions were not found.

hap-controller-node - v0.2.0

Published by mrstegeman almost 5 years ago

Added startPairing() and finishPairing() methods for cases where the PIN is displayed to the user on-screen.