Conversation
| datatype: float | ||
| description: Length of time vehicle engine was idling since last start up | ||
|
|
||
| ECO.IdlingEvent: |
There was a problem hiding this comment.
Is this also a counter? Why isn't it named like the others?
| datatype: float | ||
| description: Vehicle idling | ||
|
|
||
| MovementSensor: |
There was a problem hiding this comment.
Are there units? What does the magnitude of this represent?
There was a problem hiding this comment.
I tried to answer what I understand, but I assume that Daniel knew what he was doing
| ECO.BrakingValue: | ||
| type: sensor | ||
| datatype: float | ||
| description: Braking value | ||
|
|
||
| ECO.AccelerationValue: | ||
| type: sensor | ||
| datatype: float | ||
| description: Acceleration value | ||
|
|
||
| ECO.CorneringValue: | ||
| type: sensor | ||
| datatype: float | ||
| description: Cornering value | ||
|
|
||
| UnplugDetection: | ||
| type: sensor | ||
| datatype: float | ||
| description: device unplug detection | ||
|
|
||
| CurrentLTEBand: | ||
| type: sensor | ||
| datatype: float | ||
| description: Current LTE band |
There was a problem hiding this comment.
I'm unclear on the interpretation of any of these.
There was a problem hiding this comment.
I need to merge the ignition status for Astreon asap; we can leave the above out of the scope of the current pr. Thoughs?
There was a problem hiding this comment.
actually some of vss changes was already in model-garage
There was a problem hiding this comment.
It's still in the PR. Am I supposed to ignore it? I don't understand.
Co-authored-by: Dylan Moreland <79415431+elffjs@users.noreply.github.com>
Ruptela device signals added