Initial commit
This commit is contained in:
@@ -0,0 +1,117 @@
|
||||
{
|
||||
"id": "ec934588-27a3-409d-bdca-d90a505068",
|
||||
"configType": "MQTTConfig",
|
||||
"createdAt": "2026-01-29T11:28:13.9273266+07:00",
|
||||
"updatedAt": "2026-03-01T13:40:26.2043005Z",
|
||||
"description": "MQTT Connection Config ",
|
||||
"variables": [
|
||||
{
|
||||
"name": "Host",
|
||||
"type": "string",
|
||||
"value": "192.168.254.100",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "Port",
|
||||
"type": "int",
|
||||
"value": 8883,
|
||||
"min": 0,
|
||||
"max": 65356,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "ClientId",
|
||||
"type": "string",
|
||||
"value": "I150",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "Username",
|
||||
"type": "string",
|
||||
"value": "robotics",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "Password",
|
||||
"type": "string",
|
||||
"value": "robotics",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "EnablePassword",
|
||||
"type": "bool",
|
||||
"value": true,
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "EnableTls",
|
||||
"type": "bool",
|
||||
"value": true,
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "EnableCA",
|
||||
"type": "bool",
|
||||
"value": false,
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "CaCertificatesPath",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "ClientCertificatePath",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "ClientKeyPath",
|
||||
"type": "string",
|
||||
"value": "",
|
||||
"min": null,
|
||||
"max": null,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
},
|
||||
{
|
||||
"name": "PublishRepeat",
|
||||
"type": "int",
|
||||
"value": 2,
|
||||
"min": 0,
|
||||
"max": 10,
|
||||
"roles": "administrator",
|
||||
"enumValues": null
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user