© 2022 ANTZER TECH CO., LTD.
39
1338465,121.6341481543
>AT+GEOF,ADD,1,CIR,16,2,1,1,200,24.05764568520961,120.6345526907961
AT+GEOF,DEL,<Group_Number>,[fence_id]\r\n
Delete an existing geofence, or entire group of geofences if no fence_id is specified.
(via WWAM AT command or USB configure tool)
Example
>AT+GEOF,DEL,1 #delete all the geofences in group 1
>AT+GEOF,DEL,1,98 #delete group1 id 98
AT+GEOF,DELALL\r\n
Delete ALL the geofences from the internal flash.
(via WWAM AT command or USB configure tool)
AT+GEOF,GET[,Group_Number[,fence_id]]\r\n
Get existing geofence data.
If only Group_Number is provided, all the geofence data in the specified group will
be displayed. (only via USB configure tool)
If both Group_Number and fence_id are provided, the identified geofence data will
be displayed.
(via WWAM AT command or USB configure tool)
If neither Group_Number nor fence_id is provided, all the geofence data in the flash
will be displayed. (only via USB configure tool)
Example:
>AT+GEOF,GET #Get all the geofence data (only via USB configure tool)
//[Group 1]:
+GEOF,GET,1,POLY,11,2,1,1,6,24.057646,120.634553,25.057573,121.635545,25.0583
01,121.637008,25.058551,121.636220,25.058751,121.635131,25.058078,121.63414
8
+GEOF,GET,1,CIR,16,2,1,1,200.000000,24.057646,120.634553
//[Group 2]:
+GEOF,GET,2,POLY,2,2,1,1,6,26.057646,122.634553,25.057573,121.635545,25.05830
1,121.637008,25.058551,121.636220,25.058751,121.635131,25.058078,121.634148