pwr geofence lat lon rad mode

Configure the CTM-200 gateway to wake up based on a geofence.

latcenter point latitude in deg (-90.0 - 90.0) (default 0)
loncenter point longitude in deg (-180.0 - 180.0) (default 0)
rad = 0Disabled (default)
rad = 1 to 65535boundary radius (m)
mode = 0Wake up once the fence is exited (default)
mode = 1Wake up once the fence is entered
mode = 2Wake up once the fence is entered or exited (crossed)

Notes:


Examples:

  1. Wake the gateway if it is moved more than 500m away from the specified location :
    cmd pwr geofence 49.256548 -122.996718 500 0
  1. Wake the gateway if it is within 1km of the specified location :
    cmd pwr geofence 49.256548 -122.996718 1000 1
  1. Wake the gateway if it crosses the 1500m radius boundary of the specified location :
    cmd pwr geofence 49.256548 -122.996718 1500 2

See also: Power Management


Available in firmware revision 2.0.1.2221 and later

Last modified 7 years ago Last modified on 12-12-26 04:07:45 PM