addedOutput schema / properties / details
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
addedOutput schema / properties / devices / items / properties / board_rev
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
removedOutput schema / properties / devices / items / properties / description
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / devices / items / properties / id
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / devices / items / properties / is_crosspad / const
Added value: +true
removedOutput schema / properties / devices / items / properties / kind / anyOf
Removed value: -[
- {
- "enum": [
- "esp-native",
- "stm-bridge"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / devices / items / properties / kind / enum
Added value: +[
+ "esp-native",
+ "stm-bridge"
+]
addedOutput schema / properties / devices / items / properties / kind / type
Added value: +"string"
addedOutput schema / properties / devices / items / properties / pid / anyOf
Added value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / devices / items / properties / pid / maximum
Removed value: -9007199254740991
removedOutput schema / properties / devices / items / properties / pid / minimum
Removed value: --9007199254740991
removedOutput schema / properties / devices / items / properties / pid / type
Removed value: -"integer"
changedOutput schema / properties / devices / items / properties / port / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / devices / items / properties / ports
Added value: +{
+ "additionalProperties": {},
+ "properties": {
+ "bootloader": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "location": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "path": {
+ "type": "string"
+ },
+ "pid": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "product": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "serial": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vid": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "path",
+ "vid",
+ "pid",
+ "serial",
+ "product",
+ "location"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "cdc": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "location": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "path": {
+ "type": "string"
+ },
+ "pid": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "product": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "serial": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vid": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "path",
+ "vid",
+ "pid",
+ "serial",
+ "product",
+ "location"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "console": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "location": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "path": {
+ "type": "string"
+ },
+ "pid": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ "product": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "serial": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vid": {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "path",
+ "vid",
+ "pid",
+ "serial",
+ "product",
+ "location"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "esp_midi": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "alsa_hw": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "rawmidi": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rtmidi_in": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "rtmidi_out": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "rtmidi_out",
+ "rtmidi_in",
+ "alsa_hw",
+ "rawmidi"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "stm_midi": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "alsa_hw": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "rawmidi": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "rtmidi_in": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "rtmidi_out": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "rtmidi_out",
+ "rtmidi_in",
+ "alsa_hw",
+ "rawmidi"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "uac2": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "alsa_id": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "sounddevice_index": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "name",
+ "sounddevice_index",
+ "alsa_id"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / devices / items / properties / serial
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / devices / items / properties / usb_mode
Added value: +{
+ "enum": [
+ "default",
+ "audio",
+ "bootloader",
+ "unknown"
+ ],
+ "type": "string"
+}
addedOutput schema / properties / devices / items / properties / vid / anyOf
Added value: +[
+ {
+ "maximum": 9007199254740991,
+ "minimum": -9007199254740991,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / properties / devices / items / properties / vid / maximum
Removed value: -9007199254740991
removedOutput schema / properties / devices / items / properties / vid / minimum
Removed value: --9007199254740991
removedOutput schema / properties / devices / items / properties / vid / type
Removed value: -"integer"
changedOutput schema / properties / devices / items / required
Previous value: -[
- "port",
- "is_crosspad"
-]New value: +[
+ "id",
+ "serial",
+ "usb_mode",
+ "ports",
+ "kind",
+ "port",
+ "vid",
+ "pid",
+ "is_crosspad"
+]
addedOutput schema / properties / error / additionalProperties
Added value: +{}
addedOutput schema / properties / error / properties
Added value: +{
+ "code": {
+ "type": "string"
+ },
+ "details": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "hint": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "message": {
+ "type": "string"
+ }
+}
addedOutput schema / properties / error / required
Added value: +[
+ "code",
+ "message"
+]
changedOutput schema / properties / error / type
Previous value: -"string"New value: +"object"
addedOutput schema / properties / selected
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / ts
Added value: +{
+ "type": "number"
+}
changedOutput schema / required
Previous value: -[
- "success",
- "devices"
-]New value: +[
+ "success"
+]