Hierarchy

Constructors

Properties

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

Type declaration

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

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

      Returns void

logPath: string
name: string
projectDir: string
service: Service
updateCache: (() => void)

Type declaration

    • (): void
    • Returns void

updateVisibility: ((activity: ActiveIdentifier) => void)

Type declaration

Generated using TypeDoc