Interface DeviceParameterObservableProperties

interface DeviceParameterObservableProperties {
    automation_state: AutomationState;
    name: string;
    state: ParameterState;
    value: number;
}

Properties

automation_state: AutomationState

Get the automation state of the parameter.

name: string

The short parameter name as shown in the (closed) automation chooser.

The active state of the parameter.

value: number

Linear-to-GUI value between min and max.