Plugin: Command Response MQTT
The Plugin JSON
{
"id": "MyWorker",
"name": "My Worker",
"description": "Receives commands and publishes responses over MQTT.",
"version": "1.0.0",
"pluginType": "Executable",
"executablePath": "bin/MyWorker/MyWorker.exe",
"supportedPlatforms": ["Windows", "Linux", "macOS"],
"Subscription": {
"Topic": "MyWorker",
"Qos": 2,
"CleanSession": true
},
"metadata": {
"mqttRole": ["subscriber", "publisher"],
"mqttTopics": {
"publish": [
"KeeperLogger",
"MyWorker/Responses/+",
"MyWorker/Status"
],
"subscribe": [
"MyWorker/Commands/+"
]
}
},
"startupPriority": 50,
"autoStart": true,
"executionContext": "Service",
"requiresMonitoring": true,
"autoRestart": true
}What to Change
Field
What to Put Here
How This Works
Topic
Direction
Purpose
Before You Deploy
Verify
Last updated
Was this helpful?

