2024-09-13 13:18:02 +08:00
|
|
|
{
|
2025-12-29 18:12:58 +08:00
|
|
|
//DOANtech123
|
|
|
|
|
"MqttConfig": {
|
|
|
|
|
"ClientId": "shgg-mes-server",
|
|
|
|
|
"Server": "192.168.60.251",
|
|
|
|
|
"Port": 1883,
|
|
|
|
|
"Username": "admin",
|
|
|
|
|
"Password": "123456",
|
|
|
|
|
"Topics": [
|
2025-06-09 09:22:59 +08:00
|
|
|
{
|
2025-12-29 18:12:58 +08:00
|
|
|
"Topic": "shgx_tz/device/#",
|
|
|
|
|
"QualityOfServiceLevel": "AtLeastOnce"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"Topic": "shgx_tz/alert/#",
|
|
|
|
|
"QualityOfServiceLevel": "AtLeastOnce"
|
2025-06-09 09:22:59 +08:00
|
|
|
}
|
2025-12-29 18:12:58 +08:00
|
|
|
]
|
2025-05-13 16:37:22 +08:00
|
|
|
}
|
2024-09-13 13:18:02 +08:00
|
|
|
}
|