Comment on GM Backed "Open Source Protocol" for Connecting Vehicle Apps and ServicesparentComments−doublerabbit2yproc HeatUpCar {$temperature} { switch $temperature { -15c { activateHeat } } }Not a hard feature to program−xur172yI think the idea is that you can start the heater a few minutes before you head to your car rather than setting a return time before you leave, or leaving the car's heater on the entire time.−doublerabbit2yHmm, touché.
Comments
proc HeatUpCar {$temperature} { switch $temperature { -15c { activateHeat } } }
Not a hard feature to program
I think the idea is that you can start the heater a few minutes before you head to your car rather than setting a return time before you leave, or leaving the car's heater on the entire time.
Hmm, touché.