docs/interfaces/RvcOperationalState.html
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;
}
countdownTime?currentPhase?operationalError?operationalState?operationalStateList?phaseList?
OptionalcountdownTimecountdownTime?: number | null
OptionalcurrentPhasecurrentPhase?: number | null
OptionaloperationalErroroperationalError?: {
errorStateDetails?: string;
errorStateId: number;
errorStateLabel?: string;
}
OptionaloperationalStateoperationalState?: number
OptionaloperationalStateListoperationalStateList?: {
operationalStateId: number;
operationalStateLabel?: string;
}[]
OptionalphaseListphaseList?: string[] | null
Member Visibility
ThemeOSLightDark
Properties countdownTimecurrentPhaseoperationalErroroperationalStateoperationalStateListphaseList