zigbee-herdsman
    Preparing search index...

    Interface TZclFrame<Cl, Co>

    interface TZclFrame<Cl extends string, Co extends string> {
        cluster: Cluster;
        command: Command;
        header: ZclHeader;
        payload: TClusterPayload<Cl, Co>;
    }

    Type Parameters

    • Cl extends string
    • Co extends string
    Index

    Properties

    cluster: Cluster
    command: Command
    header: ZclHeader
    payload: TClusterPayload<Cl, Co>