Skip to main content

POST 

/mqtt/publish

Publish a message to the MQTT broker.

Request

Body

required

    message stringrequired

    Default value: Hello World!

    The message published by the client.

Responses

Schema

    message stringrequired

    A message with clear information what's going on.

Loading...