Hierarchy

Constructors

Properties

StatusError: typeof HapStatusError
_lastKnownState: Partial<RobotState> = ...
accessory: PlatformAccessory<Context>
batteryService: Service
cachePath: string
device: Device
dorita980?: Local
generalLogPath: string
ip?: string = ...
keepAlive: boolean = false
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
mode: number = 0
name: string
platform: iRobotPlatform
projectDir: string
recentlySet: boolean = false
service: Service
updateCache: (() => void)

Type declaration

    • (): void
    • Returns void

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

Type declaration

Accessors

  • get lastKnownState(): Partial<RobotState>
  • Returns Partial<RobotState>

  • set lastKnownState(state: Partial<RobotState>): void
  • Parameters

    • state: Partial<RobotState>

    Returns void

Methods

  • Parameters

    • value: CharacteristicChange

    Returns Promise<void>

  • Parameters

    • activeValue: CharacteristicValue

    Returns Promise<void>

Generated using TypeDoc