Geofence ID's into Positions

JVSL3 years ago

Hi,
is there any way (using computed attributes etc) to get geofence Id's into the positions object?

I realise that you can get device attributes to appear using the attirbute name in a computed attribute, but it doesn't seem to apply for geofenceId's Or would a code change be required?

This would be useful for calcluating time or fuel spent in a geofence

Thanks
J

Anton Tananaev3 years ago

Currently you can only access device attributes, not properties. So you would have to change the code.

JVSL3 years ago

Thanks Anton, I suspected this was the case but was worth asking.

I'll have a dig around 'till it works!