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

    Type Alias UsageTimeReadonly

    Usage Time

    The usage time of a device.

    type UsageTime = {
        currentSeconds?: number;
        totalSeconds?: number;
    }
    Index

    Properties

    currentSeconds?: number

    Current usage time in seconds.

    totalSeconds?: number

    Total usage time in seconds.