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

    Type Alias CameraHead

    CameraHead: {
        cpuTemp?: number;
        leak?: boolean;
        macAddressId?: string;
        usageTime?: UsageTime;
    } & Device

    Camera Head

    Type declaration

    • OptionalcpuTemp?: number

      The CPU temperature of the camera head.

      {
      "cpuTemp": 75
      }
    • Optionalleak?: boolean

      Leak Fault Indicates whether there is a leak fault in the camera head.

      {
      "leak": true
      }
    • OptionalmacAddressId?: string

      Camera head's MAC Address

      {
      "macAddressId": "001A2B3C4D5E"
      }
    • OptionalusageTime?: UsageTime

      The total usage time of the camera head.