Comment on Bambu Lab - Setting the Record Straight About Our Security UpdateparentComments−hWuxH1yWhat if this is not about closing off an API. Maintaining a stable API is difficultThat's why any sane software uses a stable public API and an internal one that can be closed off or has breaking changes all the time.MQTT has no versioning and limited hierarchy in the pub / sub modelIt's currently handled like this: https://github.com/Doridian/OpenBambuAPI/blob/main/mqtt.md. Would it be a far stretch to add an "api_version":x field and a "internal_" prefix for some commands?
Comments
That's why any sane software uses a stable public API and an internal one that can be closed off or has breaking changes all the time.
It's currently handled like this: https://github.com/Doridian/OpenBambuAPI/blob/main/mqtt.md. Would it be a far stretch to add an "api_version":x field and a "internal_" prefix for some commands?