Task-Tracker-Systems / Task-Tracker-Device

Sources for a task time recording device.
https://task-tracker-systems.github.io/Task-Tracker-Device/
MIT License
2 stars 0 forks source link

serial interface: respond with correctly formatted dummy data #61

Closed dhebbeker closed 4 months ago

dhebbeker commented 11 months ago

The functions called by the command parser (see #61) must reply with correctly formatted data ad defined by the protocol.

A JSON parses may be used (for example generated by quicktype.

Acceptance criteria:

Depends on: