| 347 | } |
| 348 | |
| 349 | static void device_message_quit(ConsoleServer &cs, u32 client_id, const char *json, void *user_data) |
| 350 | { |
| 351 | CE_UNUSED_3(cs, client_id, json); |
| 352 | ((Device *)user_data)->quit(); |
| 353 | } |
| 354 | |
| 355 | static void device_message_refresh(ConsoleServer &cs, u32 client_id, const char *json, void *user_data) |
| 356 | { |