Meshpocalypse Semantic
    Preparing search index...

    Interface PublishBody

    Request body for POST /mesh/publish

    interface PublishBody {
        data: Record<string, unknown>;
        portnum?: number;
        subject: string;
    }
    Index

    Properties

    Properties

    data: Record<string, unknown>

    Arbitrary JSON payload

    portnum?: number

    Optional Meshtastic port number

    subject: string

    NATS subject or destination agent ID