locationservice_get_device_position {paws.application.integration} | R Documentation |
Retrieves a device's most recent position according to its sample time
Description
Retrieves a device's most recent position according to its sample time.
See https://www.paws-r-sdk.com/docs/locationservice_get_device_position/ for full documentation.
Usage
locationservice_get_device_position(TrackerName, DeviceId)
Arguments
TrackerName |
[required] The tracker resource receiving the position update. |
DeviceId |
[required] The device whose position you want to retrieve. |
[Package paws.application.integration version 0.9.0 Index]