You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Earlier this year, there was a post in the Bluelinky Discord mentioning the possibility of adding seat heating/ventilation commands (seatHeaterVentInfo) into the start body, like so:
We believe this is the mapping table for seats. Heat status has similar, between steering wheel etc. 1: Unknown 2: Off 3: Low Cool 4: Medium Cool 5: Full Cool 6: Low Heat 7: Medium Heat 8: High Heat
Earlier this year, there was a post in the Bluelinky Discord mentioning the possibility of adding seat heating/ventilation commands (seatHeaterVentInfo) into the start body, like so:
const response = await vehicle.start ({
airCtrl: true,
igniOnDuration: 10,
airTempvalue: 72,
seatHeaterventInfo: {
drvSeatHeatstate: 5,
astSeatHeatState: 6,
},
defrost: false,
heating1: false,
}):
I was wondering if this was still being considered for v8.0, as I haven’t noticed a PR opened yet.
The text was updated successfully, but these errors were encountered: