Universal Robots TypeScript API - v10.12.0
    Preparing search index...

    Interface SignalBooleanValue

    Event indicating a change in a boolean signal value

    interface SignalBooleanValue {
        signalID: string;
        type: string;
        value: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    signalID: string

    The signal ID matches a signal definition

    type: string

    The type of signal event. For example what kind of value update is this

    value: boolean

    New boolean value