Interface AnalogSignal

Active Analog Signal subscription

interface AnalogSignal {
    value: number;
}

Properties

Properties

value: number

$state of current value of the signal. Set to write value to control system.