Enumeration APIEventConst

Enumeration Members

Enumeration Members

DID_FINISH_LAUNCHING

Event is fired once homebridge has finished with booting up and initializing all components and plugins. When this event is fired it is possible that the Bridge accessory isn't published yet, if homebridge still needs to wait for some {@see StaticPlatformPlugin | StaticPlatformPlugins} to finish accessory creation.

SHUTDOWN

This event is fired when homebridge gets shutdown. This could be a regular shutdown or an unexpected crash. At this stage all Accessories are already unpublished and all PlatformAccessories are already saved to disk!