Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration APIEvent Const

Export API const enums

Index

Enumeration members

Enumeration members

DID_FINISH_LAUNCHING = "didFinishLaunching"

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 = "shutdown"

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