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

    Type Alias Vehicle

    Vehicle: {
        autoSnapshot?: AutoSnapshot;
        cameras?: Record<string, Removable<Cameras>>;
        cpProbe?: string;
        cygnus?: CygnusType;
    } & Device

    Vehicle interface provides a base interfaces for vehicle devices, including ROVs and crawlers.

    Type declaration

    • OptionalautoSnapshot?: AutoSnapshot

      Controls the auto snapshot feature. It only works with Oclea cameras.

    • Optionalcameras?: Record<string, Removable<Cameras>>

      📷 List of cameras

      Holds a list of all vehicle Cameras. Keyed by camera mac address.

    • OptionalcpProbe?: string

      The cp probe

    • Optionalcygnus?: CygnusType

      The ut(cygnus) probe