Back to Homebridge

Enumeration APIEventConst

docs/enums/APIEvent.html

1.11.41022 B
Original Source
  • APIEvent

Enumeration APIEventConst

Export API const enums

Index

Enumeration Members

DID_FINISH_LAUNCHINGSHUTDOWN

Enumeration Members

DID_FINISH_LAUNCHING

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: "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!

Settings

Member Visibility

  • Inherited

ThemeOSLightDark

On This Page

Enumeration Members DID_FINISH_LAUNCHINGSHUTDOWN