Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:timingunits:tcpimporter [2024/08/29 07:40] henriksoftware:timingunits:tcpimporter [2024/08/29 08:15] (current) henrik
Line 44: Line 44:
 Records can be updated using the record.update command. The arguments are the exact same as for record.add, but id is required. Records can be updated using the record.update command. The arguments are the exact same as for record.add, but id is required.
 If a record with the provided id does not exist, it might be created. If a record with the provided id does not exist, it might be created.
 +
 +== Device status ==
 +It is possible to send periodic device status information, such as vendor, model, battery information, GPS position, firmware version, read rates and much more. Contact us for details on the supported values.
 +
 +Example command:\\
 +status;device.vendor=My company;device.model=Cool Device Pro;power.battery.available=1;power.battery.pct=53;gps.satellites=7;temp.cpu=42
 +
 +Responses:\\
 +record.status;ok
 +
  
 == Inactivity == == Inactivity ==
Line 55: Line 65:
 ping;ok ping;ok
  
- 
-== Device status == 
-It is possible to send periodic device status information, such as battery information, GPS position, firmware version, read rates and much more. Contact us for details.