set position
Purpose
Defines a position for static Digi device. This allows an end user to keep track of the geographic location of various devices. The position parameters can be queried with the Remote Command Interface (RCI) protocol, and this information can be used by applications such as Device Manager.
Required permissions
For Digi products with two or more users, to use this command, permissions must be set to set permissions s‑gps-static-position=read to display settings, and set permissions s‑gps-static-position=rw to display and configure settings. See set permissions for details on setting user permissions for commands.
Syntax
set position [state={enabled|disabled}]
[latitude={-90.000000-90.000000}]
[longitude={-180.000000-180.000000}]
Options
state={enabled|disabled}
Enables or disables the position for a static Digi device.
latitude={-90.000000-90.000000}
Defines the latitude component of the Digi device, in degrees.
longitude={-180.000000-180.000000}
Defines the longitude component of the Digi device, in degrees.
Example
#> set position state=enabled latitude=63.1833333 longitude=14.65
See also
- display gps
- display provisioning displays the position of the static Digi device.
- revert: The revert position command reverts the settings configured by this command.
- set geofence
- show. The show position command shows the current position settings in a Digi device.
- The Remote Command Interface (RCI) Specification, Digi part number 90000569
- GPS sample application code in Digi ESP for Python. Use the Python sample wizard to locate the samples.