POST/mqtt/publish
Publish a message to the MQTT broker.
Request
- application/json
Body
required
message stringrequired
Default value: Hello World!
The message published by the client.
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
A message with clear information what's going on.
{
"message": "string"
}
Loading...