zigbee-herdsman
    Preparing search index...

    Type Alias RawClusterAttribute

    type RawClusterAttribute = {
        type: DataType;
        value: unknown;
    }
    Index

    Properties

    Properties

    type: DataType
    value: unknown