GPS data support for Life Script

In case of moving vehicle, it can be important to see their actual location in the Control Center. If you have a device which can get GPS coordinates , you can pass GPS data to our life script (up.php) in the following format:

  • $lat – current latitude
  • $long – current longitude
  • $vspd – vehicle speed in the format in km/h
  • $fixt –  last GPS fix time in the format 1463041736000
  • $sigs – mobile signal strength in dBm
  • $oper – mobile network operator
  • $cont – wireless wide area network type

These data will update the coordinates of the location (will be represented on the map), and you can also see other information on the device page in the Control Center.

7 5