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
/
ClimatisationSettingsInner
Climatisation
Settings
Inner
@
Serializable
data
class
ClimatisationSettingsInner
(
val
carCapturedTimestamp
:
String
?
=
null
,
val
targetTemperature
:
Double
?
=
null
,
val
windowHeatingEnabled
:
Boolean
?
=
null
)
Members
Constructors
Climatisation
Settings
Inner
Link copied to clipboard
constructor
(
carCapturedTimestamp
:
String
?
=
null
,
targetTemperature
:
Double
?
=
null
,
windowHeatingEnabled
:
Boolean
?
=
null
)
Properties
car
Captured
Timestamp
Link copied to clipboard
val
carCapturedTimestamp
:
String
?
target
Temperature
Link copied to clipboard
@
SerialName
(
value
=
"targetTemperatureC"
)
val
targetTemperature
:
Double
?
window
Heating
Enabled
Link copied to clipboard
val
windowHeatingEnabled
:
Boolean
?