SignalsLatest

Definition

The SignalsLatest resource is a SignalCollection that returns data for any signal that was most recently seen matching the filter.

Arguments

Filter FieldType

tokenId

filter

{  
    signalsLatest(
        tokenId: 21957,
        filter: {
            source: "macaron"
        }
    )
}

Hierarchy and Relations

lastSeen

The last time any signal was seen matching the filter.

chassisAxleRow1WheelLeftTirePressure

SignalFloat

Tire pressure of the front left tire in kilo-Pascal.

VEHICLE_NON_LOCATION_DATA

chassisAxleRow1WheelRightTirePressure

SignalFloat

Tire pressure of the front right tire in kilo-Pascal.

VEHICLE_NON_LOCATION_DATA

chassisAxleRow2WheelLeftTirePressure

SignalFloat

Tire pressure of the rear left tire in kilo-Pascal.

VEHICLE_NON_LOCATION_DATA

chassisAxleRow2WheelRightTirePressure

SignalFloat

Tire pressure of the rear right tire in kilo-Pascal.

VEHICLE_NON_LOCATION_DATA

currentLocationAltitude

SignalFloat

Current altitude relative to WGS 84 reference ellipsoid, as measured at the position of GNSS receiver antenna.

VEHICLE_ALL_TIME_LOCATION

currentLocationLatitude

SignalFloat

Current latitude of vehicle in WGS 84 geodetic coordinates, as measured at the position of GNSS receiver antenna.

VEHICLE_ALL_TIME_LOCATION

currentLocationLongitude

SignalFloat

Current longitude of vehicle in WGS 84 geodetic coordinates, as measured at the position of GNSS receiver antenna.

VEHICLE_ALL_TIME_LOCATION

currentLocationTimestamp

SignalString

Timestamp from GNSS system for current location, formatted according to ISO 8601 with UTC time zone.

VEHICLE_ALL_TIME_LOCATION

dimoAftermarketHDOP

SignalFloat

Horizontal dilution of precision of GPS.

VEHICLE_NON_LOCATION_DATA

dimoAftermarketNSAT

SignalFloat

Number of sync satellites for GPS.

VEHICLE_NON_LOCATION_DATA

dimoAftermarketSSID

SignalString

Service Set Identifier for the wifi.

VEHICLE_NON_LOCATION_DATA

dimoAftermarketWPAState

SignalString

Indicate the current wpa state for the devices wifi.

VEHICLE_NON_LOCATION_DATA

exteriorAirTemperature

SignalFloat

Air temperature outside the vehicle.

VEHICLE_NON_LOCATION_DATA

lowVoltageBatteryCurrentVoltage

SignalFloat

Current Voltage of the low voltage battery.

VEHICLE_NON_LOCATION_DATA

obdBarometricPressure

SignalFloat

PID 33 - Barometric pressure.

VEHICLE_NON_LOCATION_DATA

obdEngineLoad

SignalFloat

PID 04 - Engine load in percent - 0 = no load, 100 = full load.

VEHICLE_NON_LOCATION_DATA

obdIntakeTemp

SignalFloat

PID 0F - Intake temperature.

VEHICLE_NON_LOCATION_DATA

obdRunTime

SignalFloat

PID 1F - Engine run time.

VEHICLE_NON_LOCATION_DATA

powertrainCombustionEngineECT

SignalFloat

Engine coolant temperature.

VEHICLE_NON_LOCATION_DATA

powertrainCombustionEngineEngineOilLevel

SignalString

Engine oil level.

VEHICLE_NON_LOCATION_DATA

powertrainCombustionEngineMAF

SignalFloat

Grams of air drawn into engine per second.

VEHICLE_NON_LOCATION_DATA

powertrainCombustionEngineSpeed

SignalFloat

Engine speed measured as rotations per minute (rpm).

VEHICLE_NON_LOCATION_DATA

powertrainCombustionEngineTPS

SignalFloat

Current throttle position.

VEHICLE_NON_LOCATION_DATA

powertrainFuelSystemAbsoluteLevel (soon to be replaced by powertrainFuelSystemRelativeLevel)

SignalFloat

Current available fuel in the fuel tank expressed in liters.

VEHICLE_NON_LOCATION_DATA

powertrainFuelSystemSupportedFuelTypes

SignalString

High level information of fuel types supported.

VEHICLE_NON_LOCATION_DATA

powertrainRange

SignalFloat

Remaining range in meters using all energy sources available in the vehicle.

VEHICLE_NON_LOCATION_DATA

powertrainTractionBatteryChargingChargeLimit

SignalFloat

Target charge limit (state of charge) for battery.

VEHICLE_NON_LOCATION_DATA

powertrainTractionBatteryChargingIsCharging

SignalString

True if charging is ongoing. Charging is considered to be ongoing if energy is flowing from charger to vehicle.

VEHICLE_NON_LOCATION_DATA

powertrainTractionBatteryCurrentPower

SignalFloat

Current electrical energy flowing in/out of battery. Positive = Energy flowing in to battery, e.g. during charging. Negative = Energy flowing out of battery, e.g. during driving.

VEHICLE_NON_LOCATION_DATA

powertrainTractionBatteryGrossCapacity

SignalFloat

Gross capacity of the battery.

VEHICLE_NON_LOCATION_DATA

powertrainTractionBatteryStateOfChargeCurrent

SignalFloat

Physical state of charge of the high voltage battery, relative to net capacity. This is not necessarily the state of charge being displayed to the customer.

VEHICLE_NON_LOCATION_DATA

powertrainTransmissionTravelledDistance

SignalFloat

Odometer reading, total distance travelled during the lifetime of the transmission.

VEHICLE_NON_LOCATION_DATA

powertrainType

SignalString

Defines the powertrain type of the vehicle.

VEHICLE_NON_LOCATION_DATA

speed

SignalFloat

Vehicle speed.

VEHICLE_NON_LOCATION_DATA

Last updated