Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias DistanceLock

    Distance Lock

    type DistanceLock = {
        active?: boolean;
        error?: string;
        setPoint?: number;
    }
    Index

    Properties

    active?: boolean
    error?: string
    setPoint?: number