Angular directive
sra-tire-measurements source template
This widget displays the temps and wears of a tire after it has been changed.
It will also be shaded with Red, Yellow, Black to show hottest to coldest relative to left, middle, right side of the tire.
It also displays the number of laps that were run on it as well as the lap when it was changed.
Example:
<sra-tire-measurements data-sra-args-tire='LF'></sra-tire-measurements>
Dependencies:
Name | Type | Description |
---|---|---|
data-sra-args-tire | string | One of LF,RF,LR,RR (Left Front, Right Front, Left Read, Right Rear). Defaults to RF. |
data-sra-args-s-i-m-controller | boolean | If true, then this widget can send changes to the SIM. Defaults to false. |
data-sra-args-interval | integer | The interval, in milliseconds, that this widget will update from the server. Default is 500. |