This PR adds dimo
piece to the Activepieces piece stack.
Attestation
, Auth
,Device Definition
, Token Exchange
, Identity
, Telemetry
, Vehicle Events
=> All of these API’s are added as action
in the piece.
Speed
, Is Ignition
, Odometer
, Fuel System Relative Level
, Fuel System Absolute Level
, Battery Current Power
, Battery Is Charging
, Charge Level
, Tire Pressure
=> All of these requirements are added as trigger
in the piece.
I am not able to perform any tests and because Create Piece
is not working in either the local or the cloud version of Activepiece. #8067
generate-developer-token-auth-api
action
.vehicle-jwt-token-exchange-api
action in the piece.generate-vehicle-vc-attestation-api
action.Telemetry
API.generate-developer-token-auth-api
action to generate Developer JWT.submit-decode-vin-device-definitions-api
action
for decoding a VIN.lookup-device-definitions-api
action
for searching device definition with various numbers of filters.identity-api-query
also defined in DIMO docs or define custom one.telemetry-api-query
action with predefined queries or with your custom query.vehicle-jwt-token-exchange-api
action to create Vehicle JWT’s.all-endpoints-vehicle-events-api
action. All of the operations are in one action. listWebhooks
, createWebhook
, updateWebhook
, deleteWebhook
, listSignals
, listSubscribedVehicles
, listVehicleSubscriptions
, subscribeVehicle
, subscribeAllVehicles
, unsubscribeVehicle
, unsubscribeAllVehicles
All triggers require Developer JWT.
All of the triggers apply the requirements provided by the bounty creator.
fixes #8018 /claim https://github.com/activepieces/activepieces/issues/8018
Yusuf Çırak
@yusuf-cirak
James Li
@jamesliupenn