feat: push_status report for Bambu MQTT v2
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/common/vt_tray.schema.json",
|
||||
"title": "VtTray",
|
||||
"description": "This schema is used as Virtual Tray (external spool) or as a base for AmsTray. When empty, all values are zeroed and `tray_color` field is set to \"FFFFFF00\".",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"bed_temp": { "type": "string" },
|
||||
"bed_temp_type": { "type": "string" },
|
||||
"cali_idx": { "type": "number" },
|
||||
"cols": { "type": "array", "items": { "type": "string" } },
|
||||
"ctype": { "type": "integer" },
|
||||
"drying_temp": { "type": "string" },
|
||||
"drying_time": { "type": "string" },
|
||||
"id": { "type": "string" },
|
||||
"nozzle_temp_min": { "type": "string" },
|
||||
"nozzle_temp_max": { "type": "string" },
|
||||
"remain": { "type": "integer", "minimum": 0 },
|
||||
"tag_uid": { "type": "string" },
|
||||
"total_len": { "type": "integer" },
|
||||
"tray_color": { "type": "string" },
|
||||
"tray_diameter": { "type": "string" },
|
||||
"tray_id_name": { "type": "string" },
|
||||
"tray_info_idx": { "type": "string" },
|
||||
"tray_sub_brands": { "type": "string" },
|
||||
"tray_type": { "type": "string" },
|
||||
"tray_uuid": { "type": "string" },
|
||||
"tray_weight": { "type": "string" },
|
||||
"xcam_info": { "type": "string" }
|
||||
},
|
||||
"required": [
|
||||
"bed_temp", "bed_temp_type", "cali_idx", "cols",
|
||||
"ctype", "drying_temp", "drying_time", "id",
|
||||
"nozzle_temp_max", "nozzle_temp_min", "remain", "tag_uid",
|
||||
"total_len", "tray_color", "tray_diameter", "tray_id_name",
|
||||
"tray_info_idx", "tray_sub_brands", "tray_type", "tray_uuid",
|
||||
"tray_weight", "xcam_info"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user