Back to Homebridge

Interface RvcOperationalState

docs/interfaces/RvcOperationalState.html

2.0.21.6 KB
Original Source
  • RvcOperationalState

Interface RvcOperationalState

RVC (Robotic Vacuum Cleaner) Operational State

interface RvcOperationalState {
countdownTime?: number | null;
currentPhase?: number | null;
operationalError?: {
errorStateDetails?: string;
errorStateId: number;
errorStateLabel?: string;
};
operationalState?: number;
operationalStateList?: {
operationalStateId: number;
operationalStateLabel?: string;
}[];
phaseList?: string[]
| null;
}

Index

Properties

countdownTime?currentPhase?operationalError?operationalState?operationalStateList?phaseList?

Properties

OptionalcountdownTime

countdownTime?: number | null

OptionalcurrentPhase

currentPhase?: number | null

OptionaloperationalError

operationalError?: {
errorStateDetails?: string;
errorStateId: number;
errorStateLabel?: string;
}

OptionaloperationalState

operationalState?: number

OptionaloperationalStateList

operationalStateList?: {
operationalStateId: number;
operationalStateLabel?: string;
}[]

OptionalphaseList

phaseList?: string[] | null

Settings

Member Visibility

  • Inherited

ThemeOSLightDark

On This Page

Properties countdownTimecurrentPhaseoperationalErroroperationalStateoperationalStateListphaseList