added

Approx. Engine Runtime on Equipment

A new stat type is available for the types query param in the /fleet/equipment/stats endpoints: types=gatewayJ1939EngineSeconds. This an approximation of engine runtime for equipment with J1939/CAT cables. It is based on the cumulative time that the Samsara AG device has received power from the engine. This stat is only available for equipment that does not automatically report engine runtime from on-board diagnostics. In order to activate this stat, you must set a manual engine runtime offset for the piece of equipment in the Samsara Dashboard.

curl --request GET 'https://api.samsara.com/fleet/equipment/stats?types=gatewayJ1939EngineSeconds' \
--header 'Authorization: Bearer <<token>>'