dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
79 lines
1.8 KiB
79 lines
1.8 KiB
{
|
|
"firstNodeIndex": 2,
|
|
"nodes": [
|
|
{
|
|
"additionalInfo": {
|
|
"description": "",
|
|
"layoutX": 626,
|
|
"layoutY": 152
|
|
},
|
|
"type": "org.thingsboard.rule.engine.mqtt.TbMqttNode",
|
|
"name": "test mqtt",
|
|
"debugMode": true,
|
|
"singletonMode": true,
|
|
"queueName": "HighPriority",
|
|
"configurationVersion": 0,
|
|
"configuration": {
|
|
"topicPattern": "tb/mqtt/device",
|
|
"host": "broker",
|
|
"port": 1883,
|
|
"connectTimeoutSec": 10,
|
|
"clientId": null,
|
|
"cleanSession": true,
|
|
"retainedMessage": false,
|
|
"ssl": false,
|
|
"credentials": {
|
|
"type": "anonymous"
|
|
}
|
|
},
|
|
"externalId": null
|
|
},
|
|
{
|
|
"additionalInfo": {
|
|
"description": "",
|
|
"layoutX": 949,
|
|
"layoutY": 153
|
|
},
|
|
"type": "org.thingsboard.rule.engine.telemetry.TbMsgTimeseriesNode",
|
|
"name": "save timeseries",
|
|
"debugMode": true,
|
|
"singletonMode": false,
|
|
"configurationVersion": 0,
|
|
"configuration": {
|
|
"defaultTTL": 0,
|
|
"skipLatestPersistence": false,
|
|
"useServerTs": false
|
|
},
|
|
"externalId": null
|
|
},
|
|
{
|
|
"additionalInfo": {
|
|
"description": "",
|
|
"layoutX": 305,
|
|
"layoutY": 151
|
|
},
|
|
"type": "org.thingsboard.rule.engine.filter.TbMsgTypeSwitchNode",
|
|
"name": "switch",
|
|
"debugMode": false,
|
|
"singletonMode": false,
|
|
"configurationVersion": 0,
|
|
"configuration": {
|
|
"version": 0
|
|
},
|
|
"externalId": null
|
|
}
|
|
],
|
|
"connections": [
|
|
{
|
|
"fromIndex": 0,
|
|
"toIndex": 1,
|
|
"type": "Success"
|
|
},
|
|
{
|
|
"fromIndex": 2,
|
|
"toIndex": 0,
|
|
"type": "Post telemetry"
|
|
}
|
|
],
|
|
"ruleChainConnections": null
|
|
}
|
|
|