Regarding Clarification of the Parameters that device send to server.

Prince Rajput5 years ago

Dear users,

{"sat":15,"ignition":false,"event":0,"archive":false,"distance":37.54,"totalDistance":146939.56,"motion":true}
{"status":70,"ignition":true,"charge":true,"blocked":false,"batteryLevel":100,"rssi":4,"distance":0.0,"totalDistance":9074682.9,"motion":false}
{"status":70,"ignition":true,"charge":true,"blocked":false,"batteryLevel":100,"rssi":4,"distance":0.0,"totalDistance":3604855.58,"motion":true}
{"sat":15,"ignition":false,"event":2,"archive":false,"distance":113.77,"totalDistance":1.055038014E7,"motion":true}
{"charge":true,"ignition":true,"in2":0,"panic":0,"out2":0,"hs3":1,"fuel":0,"odometer":46604430,"distance":58.65,"totalDistance":813371.66,"motion":true}
{"sat":14,"ignition":false,"status":76,"charge":true,"blocked":false,"alarm":"vibration","batteryLevel":100,"rssi":2,"distance":20.26,"totalDistance":9178687.42,"} 

i received such kind of strings on server can anyone explain to me according to the sign and value one by one.

  1. "sat":14 is sat stand for satellite ? what is the explanation of number 14 ?
  2. "ignition":false," ignition parameter sends value but many times whenever vehicle is running but device send ignition value false ? can anyone explain me complete matrix for ignitions ?
  3. "event":0," which kind of events is it ? many time send event value 2 so can anyone explain me matrix of these numbers 0,1,2 accordingly .
  4. archive":false," what is the meaning of archive here ?
  5. "distance":37.54,"totalDistance":146939.56," is this the value of the distance that vehicle cover ? distance stand for previous point and totalDistance stand for overall distance.
  6. "odometer":46604430," many time i found the huge different between distance and odometer ? is odometer belong to total distance traveled by vehicle ?
  7. "motion":true is motion true stand for vehicle is in running condition ?
  8. "charge":true," is that means device is connected with external battery ?
  9. "status":70," what is the different between sat and status ? what is the point of this 70 value ?
  10. "blocked":false," what is the meaning of blocked here ?
  11. "batteryLevel":100," i thing it stand for device internal battery status ?
  12. "rssi":4," what is the meaning of rssi ?
  13. "in2":0," is it stand for input port number 2 ? 0,1 is a Boolean value ?
  14. "panic":0," is we get panic value 1 whenever anyone press sos/panic button ?
  15. "hs3":1," what is the meaning of hs3 ? what is 1 or other value ?
  16. "alarm":"vibration", in which situation we get this value and how many types of alarm ?

is there any other parameter device can send ?
please explain points in details if possible.