gps
Description: statistics and positional information from the GPS device : OBJECT
| Element | Type | Description |
| alt | STRING | Specifies the GPS altitude data |
| data | ARRAY | Contains a list of NMEA data strings containing the latest GPS information |
| fix | STRING | Specifies the GPS fix quality (0=Invalid, 1=GPS fix, 2 = DGPS fix) |
| lat | STRING | Specifies the GPS latitude coordinate |
| lng | STRING | Specifies the GPS longitude coordinate |
| sats | STRING | Specifies the number of GPS satelites |
| time | STRING | Specifies the time |