feat: push_status report for Bambu MQTT v2
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/common/upgrade_state.schema.json",
|
||||
"title": "UpgradeState",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"ahb_new_version_number": { "type": "string" },
|
||||
"ams_new_version_number": { "type": "string" },
|
||||
"consistency_request": { "type": "boolean" },
|
||||
"dis_state": { "type": "integer" },
|
||||
"err_code": { "type": "integer" },
|
||||
"ext_new_version_number": { "type": "string" },
|
||||
"force_upgrade": { "type": "boolean" },
|
||||
"idx": { "type": "integer" },
|
||||
"idx2": { "type": "integer" },
|
||||
"lower_limit": { "type": "string", "pattern": "..\\...\\...\\..." },
|
||||
"message": { "type": "string" },
|
||||
"module": { "type": "string" },
|
||||
"new_version_state": { "type": "integer" },
|
||||
"ota_new_version_number": { "type": "string" },
|
||||
"progress": { "type": "string" },
|
||||
"sequence_id": { "type": "integer" },
|
||||
"sn": { "type": "string" },
|
||||
"status": { "type": "string", "enum": ["idle", "IDLE"]},
|
||||
"upgrade_fail_list": { "type": "array", "items": { "type": "string" } },
|
||||
"upgrade_type": { "type": "string" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user