jooby-codec
    Preparing search index...

    Interface IParameterChannelType

    Defines the functional type for each device channel, mapping channels to roles like idle, temperature or binary sensor

    interface IParameterChannelType {
        channel: TUint8;
        parameters:
            | IParameterEmpty
            | IParameterBinarySensor
            | IParameterTemperatureSensor;
        type: TUint8;
    }
    Index

    Properties

    channel: TUint8
    type: TUint8