Skip to content

Commit

Permalink
Test car response for unknown properties
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Mar 6, 2025
1 parent d00f5e7 commit b837a58
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,11 @@ enum class CDSProperty(val ident: Int, val propertyName: String) {
SENSORS_PDCRANGEREAR2(116, "sensors.PDCRangeRear2"),
CDS_APIREGISTRY(117, "cds.apiRegistry"),
API_CARCLOUD(118, "api.carcloud"),
API_STARTJSAPP(119, "api.startJSApp");
API_STARTJSAPP(119, "api.startJSApp")

COMFORT_AMBIENTCOLOUR(1000, "comfort.ambientColour"),
ENTERTAINMENT_STATUSALLOWEDSOURCES(1100, "entertainment.statusAllowedSources"),
ATM_ATMSETTINGS(1200, "atm.atmSettings");

companion object {
fun fromIdent(ident: Int?): CDSProperty? {
Expand Down

0 comments on commit b837a58

Please sign in to comment.