snowdd1 / homebridge-knx

KNX platform shim for homebridge
https://github.com/nfarina/homebridge
GNU General Public License v2.0
97 stars 56 forks source link

Initialization hooks for custom Handlers #155

Closed snowdd1 closed 4 years ago

snowdd1 commented 4 years ago

New call hooks for custom handlers. Invented by ctschach, the custom handlers now get informed

  1. when the service is ready
    • onServiceInit()
  2. and when all devices are loaded and initialized
    • onHomeKitReady()