⚠️ Internal: This API is not publically exported by the package.
interface ClusterDefinition {
    ID: number;
    attributes: Readonly<Record<string, Readonly<AttributeDefinition>>>;
    commands: Readonly<Record<string, Readonly<CommandDefinition>>>;
    commandsResponse: Readonly<Record<string, Readonly<CommandDefinition>>>;
    manufacturerCode?: number;
}

Properties

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