Manages a time-based trigger event.
- Description:
Manages a time-based trigger event.
- Source:
- Copyright:
- 2023-2023
- See:
(require("HomebridgeAPIModule"))(homebridgeAPI) → {void}
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
Members
(inner, constant) _PackageInfo
Package Information
Type Definitions
DueTime
Properties:
| Name | Type | Description |
|---|---|---|
due_time |
string | Local time string |
due_dow |
number | Day of the week. |
Due Time
Type:
- object