Plugin: Minimal Linux
The Plugin JSON
{
"id": "MyBridge",
"name": "My Bridge",
"description": "Long-running bridge component.",
"version": "1.0.0",
"pluginType": "Executable",
"executablePath": "bin/MyBridge/MyBridge",
"supportedPlatforms": ["Linux"],
"Subscription": {
"Topic": "MyBridge",
"Qos": 2,
"CleanSession": true
},
"metadata": {
"mqttRole": ["subscriber", "publisher"],
"mqttTopics": {
"publish": ["KeeperLogger"],
"subscribe": ["MyBridge", "MyBridge/Commands/+"]
}
},
"startupPriority": 60,
"autoStart": true,
"executionContext": "Service",
"requiresMonitoring": true,
"autoRestart": true
}What to Change
Field
What to Put Here
Before You Deploy
Verify
Last updated
Was this helpful?

