zigbee-herdsman
    Preparing search index...
    interface ClusterDefinition {
        attributes: Readonly<Record<string, Readonly<AttributeDefinition>>>;
        commands: Readonly<Record<string, Readonly<CommandDefinition>>>;
        commandsResponse: Readonly<Record<string, Readonly<CommandDefinition>>>;
        ID: number;
        manufacturerCode?: number;
    }
    Index

    Properties

    attributes: Readonly<Record<string, Readonly<AttributeDefinition>>>
    commands: Readonly<Record<string, Readonly<CommandDefinition>>>
    commandsResponse: Readonly<Record<string, Readonly<CommandDefinition>>>
    ID: number
    manufacturerCode?: number