mirror of
https://github.com/jwetzell/showbridge-go.git
synced 2026-04-26 21:05:30 +00:00
use control instead of controller in midi.message.create
This commit is contained in:
@@ -361,14 +361,14 @@
|
||||
"channel": {
|
||||
"type": "string"
|
||||
},
|
||||
"controller": {
|
||||
"control": {
|
||||
"type": "string"
|
||||
},
|
||||
"value": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"required": ["type", "channel", "controller", "value"],
|
||||
"required": ["type", "channel", "control", "value"],
|
||||
"additionalProperties": false
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user