rust称重到mqtt
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
328B

  1. {
  2. "scale_type": "001",
  3. "serial_port": "/dev/ttyS1",
  4. "baud_rate": 9600,
  5. "mqtt": {
  6. "client_id": "weight_reader",
  7. "host": "10.180.4.100",
  8. "port": 1883,
  9. "username": "admin",
  10. "password": "Auseft@2025",
  11. "keep_alive_secs": 5,
  12. "topic_prefix": "weight/data"
  13. }
  14. }