Can traccar push data to Google Sheets

Morten 2 years ago

Basically everything about computed attributes and what is getting removed - and how I'm supposed to get that from /positions

Anton Tananaev 2 years ago

Computed attributes can alter attributes, including removing some. So say if you don't need signal strength, you can remove it using computed attributes. But it will completely remove it from the database, not just from the API response.

Morten 2 years ago

Ah ok - where do we make the computed attributes?

Anton Tananaev 2 years ago

Have you checked the documentation first?

Morten 2 years ago

Yes but to be honest I don't understand from it how it can be used to remove something?

Anton Tananaev 2 years ago

You can return null value to remove attribute.