zigbee-herdsman
    Preparing search index...

    Interface ZBOSSFrame

    interface ZBOSSFrame {
        commandId: CommandId;
        payload: KeyValue & { zdo?: GenericZdoResponse; zdoCluster?: ClusterId };
        tsn: number;
        type: FrameType;
        version: number;
    }
    Index

    Properties

    commandId: CommandId
    payload: KeyValue & { zdo?: GenericZdoResponse; zdoCluster?: ClusterId }
    tsn: number
    type: FrameType
    version: number