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.api
/
AccessValue
Access
Value
@
Serializable
data
class
AccessValue
(
val
overallStatus
:
String
?
=
null
,
val
doorLockStatus
:
String
?
=
null
,
val
doors
:
List
<
DoorValue
>
?
=
null
,
val
windows
:
List
<
WindowValue
>
?
=
null
)
Members
Constructors
Access
Value
Link copied to clipboard
constructor
(
overallStatus
:
String
?
=
null
,
doorLockStatus
:
String
?
=
null
,
doors
:
List
<
DoorValue
>
?
=
null
,
windows
:
List
<
WindowValue
>
?
=
null
)
Properties
door
Lock
Status
Link copied to clipboard
val
doorLockStatus
:
String
?
doors
Link copied to clipboard
val
doors
:
List
<
DoorValue
>
?
overall
Status
Link copied to clipboard
val
overallStatus
:
String
?
windows
Link copied to clipboard
val
windows
:
List
<
WindowValue
>
?