Add purification and don't-remind actions to the device error dialog

This commit is contained in:
SoftFever
2026-07-16 15:15:40 +08:00
parent c7581e590c
commit e8f8a4bb7d
4 changed files with 70 additions and 0 deletions

View File

@@ -716,6 +716,8 @@ public:
int command_set_printer_nozzle2(int id, std::string nozzle_type, float diameter);
int command_get_access_code();
int command_ack_proceed(json& proceed);
int command_purification_disable();
int command_dont_remind_next_time(json& mqtt_guard_json);
/* command upgrade */
int command_upgrade_confirm();