mqttcl.cfg.json 493 B

123456789101112131415161718
  1. {
  2. "brokerAddr": "192.168.0.106",
  3. "brokerPort": 8883,
  4. "defaultQos": 2,
  5. "defaultRetain": false,
  6. "tlsMode": 1,
  7. "tlsCaCrtFile": "/opt/GfA/_OEM_/mqttcl/client/ca.crt",
  8. "tlsClCrtFile": "/opt/GfA/_OEM_/mqttcl/client/client.crt",
  9. "tlsClKeyFile": "/opt/GfA/_OEM_/mqttcl/client/client.key",
  10. "lastWillMsgInt": -1,
  11. "lastWillRetain": true,
  12. "lastWillOnExit": true,
  13. "lastWillOnExitMsgInt": 0,
  14. "connectMsgInt": 1,
  15. "connectRetain": true,
  16. "disableTopicPrefix": true,
  17. "maxKeepAlive": 5
  18. }