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
/
WarningLight
Warning
Light
@
Serializable
data
class
WarningLight
(
val
text
:
String
?
,
val
category
:
String
?
,
val
priority
:
Int
?
,
val
iconColor
:
String
?
)
A single warning light indicator from the instrument cluster.
Members
Constructors
Warning
Light
Link copied to clipboard
constructor
(
text
:
String
?
,
category
:
String
?
,
priority
:
Int
?
,
iconColor
:
String
?
)
Properties
category
Link copied to clipboard
val
category
:
String
?
icon
Color
Link copied to clipboard
val
iconColor
:
String
?
priority
Link copied to clipboard
val
priority
:
Int
?
text
Link copied to clipboard
val
text
:
String
?