Skip to content

GET_BINDING_STATE (12)

Request the current binding state, e.g. the currently active binding mode name. This state is guaranted to be in the list returned by GET_BINDING_MODES

Type Number

12

Payload

None

Reply

{
    "name": string // Name of the mode
}

Example

{
    "name": "default"
}