| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- emqx_bridge_sqlserver {
- config_enable.desc:
- """Enable or disable this bridge"""
- config_enable.label:
- """Enable Or Disable Bridge"""
- desc_config.desc:
- """Configuration for a Microsoft SQL Server bridge."""
- desc_config.label:
- """Microsoft SQL Server Bridge Configuration"""
- desc_name.desc:
- """Bridge name."""
- desc_name.label:
- """Bridge Name"""
- desc_type.desc:
- """The Bridge Type"""
- desc_type.label:
- """Bridge Type"""
- driver.desc:
- """SQL Server Driver Name"""
- driver.label:
- """SQL Server Driver Name"""
- local_topic.desc:
- """The MQTT topic filter to be forwarded to Microsoft SQL Server. All MQTT 'PUBLISH' messages with the topic
- matching the local_topic will be forwarded.<br/>
- NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is
- configured, then both the data got from the rule and the MQTT messages that match local_topic
- will be forwarded."""
- local_topic.label:
- """Local Topic"""
- sql_template.desc:
- """SQL Template"""
- sql_template.label:
- """SQL Template"""
- action_parameters.desc:
- """Action specific configuration."""
- action_parameters.label:
- """Action"""
- sqlserver_action.desc:
- """Configuration for Microsoft SOL Server action."""
- sqlserver_action.label:
- """Microsoft SOL Server Action Configuration"""
- config_connector.desc:
- """Configuration for a Microsoft SOL Server connector."""
- config_connector.label:
- """Microsoft SOL Server Connector Configuration"""
- }
|