Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
software:timingunits:tcpimporter [2024/08/29 07:40] – henrik | software:timingunits:tcpimporter [2024/10/02 07:47] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
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, | ||
+ | |||
+ | Example command:\\ | ||
+ | status; | ||
+ | |||
+ | Responses: | ||
+ | record.status; | ||
+ | |||
== Inactivity == | == Inactivity == | ||
Line 55: | Line 65: | ||
ping;ok | ping;ok | ||
- | |||
- | == Device status == | ||
- | It is possible to send periodic device status information, |