mirror of
https://github.com/andreili/klipper.git
synced 2025-08-24 03:44:06 +02: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>