Plugin: Manual Start
The Plugin JSON
{
"id": "MyOnDemand",
"name": "My On-Demand Component",
"description": "Registered plugin that starts only when explicitly triggered.",
"version": "1.0.0",
"pluginType": "Executable",
"executablePath": "bin/MyOnDemand/MyOnDemand.exe",
"supportedPlatforms": ["Windows"],
"Subscription": {
"Topic": "MyOnDemand",
"Qos": 2,
"CleanSession": true
},
"metadata": {
"mqttRole": ["subscriber", "publisher"],
"mqttTopics": {
"publish": ["KeeperLogger"],
"subscribe": ["MyOnDemand"]
}
},
"startupPriority": 80,
"autoStart": false,
"executionContext": "Service",
"requiresMonitoring": false,
"autoRestart": false
}What to Change
Field
What to Put Here
How This Works
Before You Deploy
Verify
Last updated
Was this helpful?

