emqx_bridge_sqlserver.hocon 1020 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. emqx_bridge_sqlserver {
  2. config_enable.desc:
  3. """Enable or disable this bridge"""
  4. config_enable.label:
  5. """Enable Or Disable Bridge"""
  6. desc_config.desc:
  7. """Configuration for a Microsoft SQL Server bridge."""
  8. desc_config.label:
  9. """Microsoft SQL Server Bridge Configuration"""
  10. desc_name.desc:
  11. """Bridge name."""
  12. desc_name.label:
  13. """Bridge Name"""
  14. desc_type.desc:
  15. """The Bridge Type"""
  16. desc_type.label:
  17. """Bridge Type"""
  18. driver.desc:
  19. """SQL Server Driver Name"""
  20. driver.label:
  21. """SQL Server Driver Name"""
  22. local_topic.desc:
  23. """The MQTT topic filter to be forwarded to Microsoft SQL Server. All MQTT 'PUBLISH' messages with the topic
  24. matching the local_topic will be forwarded.</br>
  25. NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is
  26. configured, then both the data got from the rule and the MQTT messages that match local_topic
  27. will be forwarded."""
  28. local_topic.label:
  29. """Local Topic"""
  30. sql_template.desc:
  31. """SQL Template"""
  32. sql_template.label:
  33. """SQL Template"""
  34. }