jooby-codec
    Preparing search index...

    Interface IEvent4ChannelStatus

    interface IEvent4ChannelStatus {
        isBatteryLow?: boolean;
        isConnectionLost?: boolean;
        isFirstChannelInactive?: boolean;
        isForthChannelInactive?: boolean;
        isSecondChannelInactive?: boolean;
        isThirdChannelInactive?: 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

    isForthChannelInactive?: boolean

    the forth channel is not active

    isSecondChannelInactive?: boolean

    the second channel is not active

    isThirdChannelInactive?: boolean

    the third channel is not active