@openhps/mqtt
    Preparing search index...

    Interface MQTTPushOptions

    interface MQTTPushOptions {
        broadcast?: boolean;
        clientId: string;
        lastNode?: string;
        sourceNode?: string;
        topic: string;
    }

    Hierarchy

    • RemotePushOptions
      • MQTTPushOptions
    Index
    broadcast?: boolean

    Broadcast the pushed data frame to all clients

    true
    
    clientId: string

    Client identifier pushing

    lastNode?: string

    Last node UID

    sourceNode?: string

    Source node that started the original push

    topic: string