jooby-codec
    Preparing search index...

    Interface IChannelStatus

    interface IChannelStatus {
        channel: TUint8;
        status?: IBinarySensorStatus | ITemperatureSensorStatus;
        type: TUint8;
        typeName?: string;
    }
    Index

    Properties

    channel: TUint8
    type: TUint8
    typeName?: string