added ui for azure iot hub rule node
This commit is contained in:
parent
2fc39132cd
commit
6d4c54e275
@ -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 {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user