Embedded32 API
    Preparing search index...

    Interface Message

    interface Message {
        payload: any;
        source?: string;
        timestamp: number;
        topic: string;
    }
    Index
    payload: any
    source?: string
    timestamp: number
    topic: string