homebridge
Preparing search index...
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
countdown
Time?
current
Phase?
operational
Error?
operational
State?
operational
State
List?
phase
List?
Properties
Optional
countdown
Time
countdownTime
?:
number
|
null
Optional
current
Phase
currentPhase
?:
number
|
null
Optional
operational
Error
operationalError
?:
{
errorStateDetails
?:
string
;
errorStateId
:
number
;
errorStateLabel
?:
string
;
}
Optional
operational
State
operationalState
?:
number
Optional
operational
State
List
operationalStateList
?:
{
operationalStateId
:
number
;
operationalStateLabel
?:
string
;
}
[]
Optional
phase
List
phaseList
?:
string
[]
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
countdown
Time
current
Phase
operational
Error
operational
State
operational
State
List
phase
List
homebridge
Loading...
RVC (Robotic Vacuum Cleaner) Operational State