Hierarchy

Constructors

Properties

StatusError: typeof HapStatusError
batteryService?: Service
lastCurrentState: CurrentDoorState = CurrentDoorState.STOPPED
log: ((type: 2 | 1 | 3 | 4 | "error" | "info" | "warn" | "debug", message: string, ...args: unknown[]) => void)

Type declaration

    • (type: 2 | 1 | 3 | 4 | "error" | "info" | "warn" | "debug", message: string, ...args: unknown[]): void
    • Parameters

      • type: 2 | 1 | 3 | 4 | "error" | "info" | "warn" | "debug"
      • message: string
      • Rest ...args: unknown[]

      Returns void

logPath: string
name: string
service: Service

Methods

  • Parameters

    • value: string | number | boolean | { [key: string]: PrimitiveTypes } | PrimitiveTypes[]

    Returns Promise<void>

Generated using TypeDoc