feat: implement tray ID handling and add bambu_restart function for MQTT management

This commit is contained in:
2025-02-15 09:05:22 +01:00
parent 3e1490cafc
commit d1f22c78f7
2 changed files with 36 additions and 6 deletions

View File

@ -33,5 +33,6 @@ bool saveBambuCredentials(const String& bambu_ip, const String& bambu_serialnr,
bool setupMqtt();
void mqtt_loop(void * parameter);
bool setBambuSpool(String payload);
void bambu_restart();
#endif