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

Properties

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