Updated Schemas

This commit is contained in:
Ben C 2023-08-26 23:51:22 +00:00
parent 7e5f0a1af4
commit c050caa2eb

View File

@ -2017,6 +2017,7 @@
}, },
"QuantumGroupInfo": { "QuantumGroupInfo": {
"type": "object", "type": "object",
"x-deprecated": true,
"additionalProperties": false, "additionalProperties": false,
"properties": { "properties": {
"type": { "type": {
@ -2046,10 +2047,6 @@
"type": "boolean", "type": "boolean",
"description": "Optional. Only used if type is `states` and `sequential` is true. If this is false, then after the last state has appeared, the object will no longer change state", "description": "Optional. Only used if type is `states` and `sequential` is true. If this is false, then after the last state has appeared, the object will no longer change state",
"default": true "default": true
},
"lightning": {
"type": "boolean",
"description": "Flash of lightning and changes state"
} }
} }
}, },