WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.model
/
AccessStatus
Access
Status
@
Serializable
data
class
AccessStatus
(
val
doors
:
List
<
DoorState
>
,
val
windows
:
List
<
WindowState
>
,
val
overallStatus
:
String
?
,
val
doorLockStatus
:
String
?
)
Door lock and window status for all vehicle openings.
Members
Constructors
Access
Status
Link copied to clipboard
constructor
(
doors
:
List
<
DoorState
>
,
windows
:
List
<
WindowState
>
,
overallStatus
:
String
?
,
doorLockStatus
:
String
?
)
Properties
door
Lock
Status
Link copied to clipboard
val
doorLockStatus
:
String
?
doors
Link copied to clipboard
val
doors
:
List
<
DoorState
>
overall
Status
Link copied to clipboard
val
overallStatus
:
String
?
windows
Link copied to clipboard
val
windows
:
List
<
WindowState
>