Tire pressure status of a single tire.
@since SmartDeviceLink 2.0
Required
@property (nonatomic, strong) SDLComponentVolumeStatus _Nonnull status;
var status: SDLComponentVolumeStatus { get set }
The status of TPMS for this particular tire
Optional
@property (nonatomic, strong, nullable) SDLTPMS monitoringSystemStatus;
var monitoringSystemStatus: SDLTPMS? { get set }
The pressure value of this particular tire in kPa (kilopascals)
Optional, Float, 0-2000
@property (nonatomic, copy, nullable) NSNumber<SDLFloat> *pressure;
@NSCopying var pressure: (NSNumber & SDLFloat)? { get set }