zigbee-herdsman
    Preparing search index...

    Interface TFoundationZclFrame<Co>

    interface TFoundationZclFrame<Co extends string> {
        cluster: Cluster;
        command: Command;
        header: ZclHeader;
        payload: TFoundationPayload<Co>;
    }

    Type Parameters

    • Co extends string
    Index

    Properties

    cluster: Cluster
    command: Command
    header: ZclHeader