KSumwalt

Results 4 issues of KSumwalt

Is it possible to know, without sending a command to the car every x seconds, when the car has been taken out of Park, or some other change in the...

Is it possible to get the Speed Limit the car has read and displays? It appears this is, or was, available at some time: https://github.com/timdorr/tesla-api/issues/71

Is it possible to have multiple buttons, each on a different pin? I tried this with no luck: ```BfButton btn1(BfButton::STANDALONE_DIGITAL, 3, false, LOW); // I added a pulldown myself BfButton...

Is the option to output an Int missing? I have an array of bytes: [13,28,2,65,0,0,0,1] The first two (13 and 28) represent an integer value of (13*265)+28 or 3473 The...