added ui for azure iot hub rule node

This commit is contained in:
YevhenBondarenko 2020-07-24 12:05:02 +03:00 committed by Andrew Shvayka
parent 2fc39132cd
commit 6d4c54e275
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ import java.util.Optional;
configClazz = TbAzureIotHubNodeConfiguration.class, configClazz = TbAzureIotHubNodeConfiguration.class,
nodeDescription = "Publish messages to the Azure IoT Hub", nodeDescription = "Publish messages to the Azure IoT Hub",
nodeDetails = "Will publish message payload to the Azure IoT Hub with QoS <b>AT_LEAST_ONCE</b>.", nodeDetails = "Will publish message payload to the Azure IoT Hub with QoS <b>AT_LEAST_ONCE</b>.",
uiResources = {"static/rulenode/rulenode-core-config.js", "static/rulenode/rulenode-core-config.css"}, uiResources = {"static/rulenode/rulenode-core-config.js"},
configDirective = "tbActionNodeAzureIotHubConfig" configDirective = "tbActionNodeAzureIotHubConfig"
) )
public class TbAzureIotHubNode extends TbMqttNode { public class TbAzureIotHubNode extends TbMqttNode {