para | String String type.
|
conf1 | int
- "addgeo" Integer type. Geofence ID. Range: 0–9.
|
conf2 | int
- "addgeo" Integer type. URC report mode.
- 0 Disable URC to be reported when the module enters or leaves the geofence.
- 1 Enable URC to be reported when the module enters the geofence.
- 2 Enable URC to be reported when the module leaves the geofence.
- 3 Enable URC to be reported when the module enters or leaves the geofence.
|
conf3 | int
- "addgeo" Integer type. Geofence shape.
- 0 Circle with center and radius.
- 1 Circle with center and one point on the circle.
- 2 Triangle.
- 3 Quadrangle.
|
conf4 | float
- "addgeo" The latitude of a point which is defined as the center of the geofence circular region or the first point. Unit: degree. Format: ±dd.dddddd. Range: -90.000000 to 90.000000.
|
conf5 | float
- "addgeo" The longitude of a point which is defined as the center of the geofence circular region or the first point. Unit: degree. Format: ±ddd.dddddd. Range: -180.000000 to 180.000000.
|
conf6 | float
- "addgeo" When <shape> is 0, this parameter is a radius. Range: 0–6000000. Unit: meter. When <shape> is other values, this parameter is the latitude of the point on the circle or the second point. Unit: degree. Format: ±dd.dddddd. Range: -90.000000 to 90.000000. If <shape> is 0, the parameters after <lat2> must be omitted.
|
conf7 | float
- "addgeo" The longitude of the point on the circle or the second point. Unit: degree. Format: ±ddd.dddddd. Range: -180.000000 to 180.000000. If <shape> is 1, the parameters after <lon2> must be omitted.
|
conf8 | float
- "addgeo" The latitude of the third point. Unit: degree. Format: ±dd.dddddd. Range: -90.000000 to 90.000000.
|
conf9 | float
- "addgeo" The longitude of the third point. Unit: degree. Format: ±ddd.dddddd. Range: -180.000000 to 180.000000. If <shape> is 2, the parameters after <lon3> must be omitted
|
conf10 | float
- "addgeo" The latitude of the fourth point. Unit: degree. Format: ±dd.dddddd. Range: -90.000000 to 90.000000.
|
conf11 | float
- "addgeo" The longitude of the fourth point. Unit: degree. Format: ±ddd.dddddd. Range: -180.000000 to 180.000000.
|