zigbee-herdsman
    Preparing search index...

    Type Alias TClusterCommandResponseKeys<Cl>

    TClusterCommandResponseKeys: Cl extends keyof TClusters
        ? (keyof TClusters[Cl]["commandResponses"])[]
        : (string | number)[]

    Type Parameters

    • Cl extends number | string