Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

TPMS Class Reference

Constructors

Static Members

Constructors

new TPMS()

Constructor for TPMS.

Static Members

TPMS.LOW ⇒ String

Get the enum value for LOW. TPMS is reporting a low tire pressure for the tire.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.NOT_TRAINED ⇒ String

Get the enum value for NOT_TRAINED. TPMS reports the tire is not trained.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.SENSOR_FAULT ⇒ String

Get the enum value for SENSOR_FAULT. The sensor of the tire does not function.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.SYSTEM_ACTIVE ⇒ String

Get the enum value for SYSTEM_ACTIVE. TPMS is active and the tire pressure is monitored.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.SYSTEM_FAULT ⇒ String

Get the enum value for SYSTEM_FAULT. TPMS does not function.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.TRAIN ⇒ String

Get the enum value for TRAIN. TPMS is reporting that the tire must be trained.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.TRAINING_COMPLETE ⇒ String

Get the enum value for TRAINING_COMPLETE. TPMS reports the training for the tire is completed.

Kind: Static property of TPMS
Returns: String - The enum value.

TPMS.UNKNOWN ⇒ String

Get the enum value for UNKNOWN. If set the status of the tire is not known.

Kind: Static property of TPMS
Returns: String - The enum value.

View on GitHub.com