jooby-codec
    Preparing search index...

    Interface IEvent2ChannelStatus

    interface IEvent2ChannelStatus {
        isBatteryLow?: boolean;
        isConnectionLost?: boolean;
        isFirstChannelInactive?: boolean;
        isSecondChannelInactive?: boolean;
    }
    Index

    Properties

    isBatteryLow?: boolean

    the battery voltage has dropped below the set threshold

    isConnectionLost?: boolean

    the device has detected a loss of connection to the server

    isFirstChannelInactive?: boolean

    the first channel is not active

    isSecondChannelInactive?: boolean

    the second channel is not active