feat: push_status report for Bambu MQTT v2
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "https://git.octoturge.com/Continuum/continuum-schemas/raw/branch/main/schemas/bambulab/v2/common/device/bed.schema.json",
|
||||
"title": "DeviceBed",
|
||||
"description": "Detailed info about Bed",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"info": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"temp": { "type": "integer" }
|
||||
},
|
||||
"required": ["temp"]
|
||||
},
|
||||
"state": { "type": "integer" }
|
||||
},
|
||||
"required": ["info", "state"]
|
||||
}
|
||||
Reference in New Issue
Block a user