mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-02-13 10:07:51 +01:00
Convert to a new json message format. Requests look like:
{"id":14, "method": "info", "params": {}}
and responses look like:
{"id": 14, "result": {}}
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>