HomebridgeAPIModule

Manages a time-based trigger event.

Description:
  • Manages a time-based trigger event.

Source:
Author:
See:

(require("HomebridgeAPIModule"))(homebridgeAPI) → {void}

Description:
  • Exported default function for Homebridge integration.

Source:
Parameters:
Name Type Description
homebridgeAPI object

reference to the Homebridge API.

Returns:
Type
void

Requires

  • module:debug
  • module:events
  • module:crypto
  • module:is-it-check
  • module:grumptech-astrodata

Classes

TimeTriggerPlatform

Members

(inner, constant) _PackageInfo

Description:
  • Package Information

Source:

Package Information

Type Definitions

DueTime

Description:
  • Due Time

Source:
Properties:
Name Type Description
due_time string

Local time string

due_dow number

Day of the week.

Due Time

Type:
  • object