Hierarchy

  • Timer

Constructors

Properties

apiModuleName: string
childId: undefined | string = undefined
device: AnyDevice

Methods

  • Add Countdown Timer Rule (only one allowed).

    Sends count_down.add_rule command. Supports childId.

    Parameters

    Returns Promise<unknown>

    parsed JSON response

  • Delete Countdown Timer Rule (only one allowed).

    Sends count_down.delete_all_rules command. Supports childId.

    Parameters

    Returns Promise<unknown>

    parsed JSON response

  • Edit Countdown Timer Rule (only one allowed).

    Sends count_down.edit_rule command. Supports childId.

    Parameters

    Returns Promise<unknown>

    parsed JSON response

  • Get Countdown Timer Rule (only one allowed).

    Requests count_down.get_rules. Supports childId.

    Parameters

    Returns Promise<unknown>

Generated using TypeDoc