emqx_bridge_sqlserver.hocon 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. action_parameters.desc:
  35. """Action specific configuration."""
  36. action_parameters.label:
  37. """Action"""
  38. sqlserver_action.desc:
  39. """Configuration for Microsoft SOL Server action."""
  40. sqlserver_action.label:
  41. """Microsoft SOL Server Action Configuration"""
  42. config_connector.desc:
  43. """Configuration for a Microsoft SOL Server connector."""
  44. config_connector.label:
  45. """Microsoft SOL Server Connector Configuration"""
  46. }