Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PluginInitializer

Hierarchy

  • PluginInitializer

Callable

  • PluginInitializer(api: API): void | Promise<void>
  • When the initializer is called the plugin must use the provided api instance and call the appropriate register methods - API.registerAccessory or API.registerPlatform - in order to correctly register for the following startup sequence.

    Parameters

    Returns void | Promise<void>