Viam SDK
    Preparing search index...

    Interface Tick

    interface Tick {
        high: boolean;
        pinName: string;
        time: number;
    }
    Index

    Properties

    Properties

    high: boolean
    pinName: string
    time: number