Module dash.telemetry
Telemetry module.
The functions in this module are functions of the telemetry objects.
See also:
Usage:
print("RPM: ", dash.telemetry.engine_rpm:value())
Functions
| Telemetry:value () | Get telemetry value |
| Telemetry:name () | Get telemetry name |
| Telemetry:valid () | Check if this telemetry is valid |
| Telemetry:type () | Get the telemetry type |
Functions
- Telemetry:value ()
-
Get telemetry value
Returns:
-
the value of the telemetry
- Telemetry:name ()
-
Get telemetry name
Returns:
-
string
the name of the telemetry
- Telemetry:valid ()
-
Check if this telemetry is valid
Returns:
-
bool
true if the telemetry is valid
- Telemetry:type ()
-
Get the telemetry type
Returns:
-
string
the type. One of "bool", "int", "float", "invalid".