emqx_bridge_mysql.hocon 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. emqx_bridge_mysql {
  2. config_enable.desc:
  3. """Enable or disable this action"""
  4. config_enable.label:
  5. """Enable Or Disable Action"""
  6. desc_config.desc:
  7. """Configuration for a MySQL action."""
  8. desc_config.label:
  9. """MySQL Action Configuration"""
  10. desc_name.desc:
  11. """Action name, used as a human-readable identifier of the action."""
  12. desc_name.label:
  13. """Action Name"""
  14. desc_type.desc:
  15. """The action type"""
  16. desc_type.label:
  17. """Action Type"""
  18. local_topic.desc:
  19. """The MQTT topic filter to be forwarded to MySQL. All MQTT 'PUBLISH' messages with the topic
  20. matching the local_topic will be forwarded.<br/>
  21. NOTE: If this action is used as the action of a rule (EMQX rule engine), and also local_topic is
  22. configured, then both the data got from the rule and the MQTT messages that match local_topic
  23. will be forwarded."""
  24. local_topic.label:
  25. """Local Topic"""
  26. sql_template.desc:
  27. """SQL Template"""
  28. sql_template.label:
  29. """SQL Template"""
  30. action_parameters.label:
  31. """Action Parameters"""
  32. action_parameters.desc:
  33. """Additional parameters specific to this action type"""
  34. mysql_action.label:
  35. """MySQL Action"""
  36. mysql_action.desc:
  37. """Action to interact with a MySQL connector"""
  38. }