We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying to get the type of parking used when job was delivered, but I cant get the value.
Examining JobDelivered object, I only get AutoParked which is a boolean:
AutoParked
[2025-05-22 14:49:45.008] JobDelivered.AutoLoaded: True [2025-05-22 14:49:45.009] JobDelivered.AutoParked: False [2025-05-22 14:49:45.010] JobDelivered.CargoDamage: 0.2336475 [2025-05-22 14:49:45.010] JobDelivered.DeliveryTime: SCSSdkClient.Object.SCSTelemetry+Time [2025-05-22 14:49:45.010] JobDelivered.DistanceKm: 2 [2025-05-22 14:49:45.010] JobDelivered.EarnedXp: 0 [2025-05-22 14:49:45.010] JobDelivered.Revenue: 0 [2025-05-22 14:49:45.010] JobDelivered.Finished: SCSSdkClient.Object.SCSTelemetry+Time [2025-05-22 14:49:45.015] JobDelivered.Started: SCSSdkClient.Object.SCSTelemetry+Time [2025-05-22 14:49:45.019] JobDelivered.StartedBackup: SCSSdkClient.Object.SCSTelemetry+Time
Is there a way to get the type of parking(Parking difficulty)?
The text was updated successfully, but these errors were encountered:
As far as i know there is currently no way. The sdk wasn't updated by scs for quite a while.
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
I am trying to get the type of parking used when job was delivered, but I cant get the value.
Examining JobDelivered object, I only get
AutoParked
which is a boolean:Is there a way to get the type of parking(Parking difficulty)?
The text was updated successfully, but these errors were encountered: