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

    Type Alias Reel

    Reel: {
        cpuTemp?: number;
        distance?: number;
        encoderFailed?: boolean;
        leak?: boolean;
        lineSpeed?: number;
        totalDistance?: number;
    } & Device & Calibratable

    Reel

    Type declaration

    • OptionalcpuTemp?: number

      Reel CPU Temperature

      Measured in degrees celsius

    • Optionaldistance?: number

      Section tether distance

      relative payed out tether distance, given in cm. This can be overwritten to set a value from the UI. This is used to keep track of the relative payed out tether, which is different from 'totalDistance',

    • Optional ReadonlyencoderFailed?: boolean

      Encoder failure detection

      {
      "encoderFailed": true
      }
    • Optional Readonlyleak?: boolean

      Leak Detection

    • Optional ReadonlylineSpeed?: number

      The reel line speed in m/min

    • OptionaltotalDistance?: number

      Total tether distance

      total payed out tether distance, given in cm. This can be overwritten to set a value from the UI. This is used to keep track of the total payed out tether distance even after having reset the 'distance' property.

      {
      "totalDistance": 100
      }