[{"data":1,"prerenderedAt":5638},["ShallowReactive",2],{"docs-\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fjoin\u002F":3,"featureCatalog":4177,"docs-nav":4581,"node-red-help-sequence-17-split-join":5636},{"id":4,"title":5,"body":6,"description":17,"editUrl":4166,"extension":4167,"layout":4168,"meta":4169,"metaTitle":4170,"navGroup":4168,"navGroupOrder":4168,"navOrder":4150,"navTitle":13,"navigation":4171,"originalPath":4168,"path":4172,"redirect":4168,"seo":4173,"stem":4174,"updated":4175,"version":4168,"__hash__":4176},"docs\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fjoin.md","Node-RED Join node",{"type":7,"value":8,"toc":4149},"minimark",[9,14,18,23,26,30,33,38,46,52,99,103,106,132,135,150,154,157,160,180,183,187,194,205,208,212,216,219,1499,1503,1510,2943,2947,2954,4140,4145],[10,11,13],"h1",{"id":12},"join","Join",[15,16,17],"p",{},"Joins sequences of messages into a single message.",[19,20,22],"h2",{"id":21},"where-and-why-do-we-use-the-join-node","Where and why do we use the Join node?",[15,24,25],{},"The Join node combines multiple messages into one. It's the counterpart to the Split node and can automatically reverse a split operation, or you can configure it to merge messages from different sources based on specific rules. This is essential when you need to aggregate data from multiple sources, reassemble split sequences, or reduce message streams into summary values.",[19,27,29],{"id":28},"modes-of-operation","Modes of operation",[15,31,32],{},"The Join node operates in three different modes, each suited for different use cases.",[34,35,37],"h3",{"id":36},"automatic-mode","Automatic Mode",[15,39,40,41,45],{},"When paired with the Split node, automatically joins messages to reverse the split that was performed. Uses the ",[42,43,44],"code",{},"msg.parts"," property of incoming messages to determine how the sequence should be joined.",[15,47,48,49,51],{},"The ",[42,50,44],{}," property should contain:",[53,54,55,63,69,75,81,87,93],"ul",{},[56,57,58,62],"li",{},[59,60,61],"strong",{},"id"," - identifier for the message group",[56,64,65,68],{},[59,66,67],{},"index"," - position within the group",[56,70,71,74],{},[59,72,73],{},"count"," - total number of messages in the group",[56,76,77,80],{},[59,78,79],{},"type"," - the message type (string, array, object, or buffer)",[56,82,83,86],{},[59,84,85],{},"ch"," - for strings or buffers, the delimiter used to split",[56,88,89,92],{},[59,90,91],{},"key"," - for objects, the property key this message came from",[56,94,95,98],{},[59,96,97],{},"len"," - the length when split using fixed length",[34,100,102],{"id":101},"manual-mode","Manual Mode",[15,104,105],{},"Configure how to join sequences by selecting which message property to join and choosing the output format:",[53,107,108,114,120,126],{},[56,109,110,113],{},[59,111,112],{},"String or buffer"," - joins the selected property with specified join characters or buffer",[56,115,116,119],{},[59,117,118],{},"Array"," - adds each selected property or entire message to an output array",[56,121,122,125],{},[59,123,124],{},"Key\u002Fvalue object"," - uses a property of each message as the key for storing the required value",[56,127,128,131],{},[59,129,130],{},"Merged object"," - merges the property of each message under a single object",[15,133,134],{},"You can define when to send the combined message:",[53,136,137,140,143],{},[56,138,139],{},"After a specific number of message parts",[56,141,142],{},"After a timeout following the first message",[56,144,145,146,149],{},"After receiving a message with ",[42,147,148],{},"msg.complete"," property set",[34,151,153],{"id":152},"reduce-sequence-mode","Reduce Sequence Mode",[15,155,156],{},"Applies a JSONata expression to each message in a sequence and accumulates the result to produce a single message. This is useful for calculations like sums, averages, or any custom aggregation logic.",[15,158,159],{},"The reduce expression runs for each message with special variables available:",[53,161,162,168,174],{},[56,163,164,167],{},[42,165,166],{},"$A"," - the accumulated value",[56,169,170,173],{},[42,171,172],{},"$I"," - index of the message in the sequence",[56,175,176,179],{},[42,177,178],{},"$N"," - number of messages in the sequence",[15,181,182],{},"An optional fix-up expression can be applied after all messages have been processed to perform final calculations.",[19,184,186],{"id":185},"how-the-node-handles-messages","How the node handles messages",[15,188,189,190,193],{},"The Join node buffers messages internally to work across sequences. The Node-RED runtime setting ",[42,191,192],{},"nodeMessageBufferMaxLength"," limits how many messages can be buffered to prevent memory issues.",[15,195,196,197,200,201,204],{},"If you send a message with the ",[42,198,199],{},"msg.reset"," property set, the node clears the partly complete message without sending it and resets any part counts. When using manual mode with timeout, send a message with ",[42,202,203],{},"msg.restartTimeout"," set to restart the timeout.",[15,206,207],{},"For manual mode, the other properties of the output message come from the last message received before sending.",[19,209,211],{"id":210},"examples","Examples",[34,213,215],{"id":214},"automatic-mode-1","Automatic mode",[15,217,218],{},"This example shows automatic mode. The Split node breaks an array into individual messages, then Join automatically reassembles them back into the original array.",[220,221,222],"render-flow",{},[223,224,229],"pre",{"className":225,"code":226,"language":227,"meta":228,"style":228},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"b5ea6d2a.6e7bb\",\"type\":\"tab\",\"label\":\"openValve\",\"disabled\":false,\"info\":\"\"},{\"id\":\"84ed227552b4e6eb\",\"type\":\"join\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"mode\":\"auto\",\"build\":\"object\",\"property\":\"payload\",\"propertyType\":\"msg\",\"key\":\"topic\",\"joiner\":\"\\\\n\",\"joinerType\":\"str\",\"accumulate\":true,\"timeout\":\"\",\"count\":\"3\",\"reduceRight\":false,\"reduceExp\":\"\",\"reduceInit\":\"\",\"reduceInitType\":\"num\",\"reduceFixup\":\"\",\"x\":590,\"y\":300,\"wires\":[[\"f2dba285d7a067cd\"]]},{\"id\":\"522b4e247e84ac0e\",\"type\":\"inject\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"Send array\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"[   {     \\\"id\\\": 1,     \\\"task\\\": \\\"Complete project proposal\\\",     \\\"completed\\\": false   },   {     \\\"id\\\": 2,     \\\"task\\\": \\\"Review presentation slides\\\",     \\\"completed\\\": true   },   {     \\\"id\\\": 3,     \\\"task\\\": \\\"Prepare for client meeting\\\",     \\\"completed\\\": false   } ]\",\"payloadType\":\"json\",\"x\":220,\"y\":300,\"wires\":[[\"351e98a55e5a50c6\"]]},{\"id\":\"f2dba285d7a067cd\",\"type\":\"debug\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"debug 1\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":780,\"y\":300,\"wires\":[]},{\"id\":\"d47a5edb2d5d5b70\",\"type\":\"comment\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"Joining the messages to reverse the split that was performed.\",\"info\":\"\",\"x\":500,\"y\":220,\"wires\":[]},{\"id\":\"351e98a55e5a50c6\",\"type\":\"split\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"splt\":\"\\\\n\",\"spltType\":\"str\",\"arraySplt\":1,\"arraySpltType\":\"len\",\"stream\":false,\"addname\":\"\",\"x\":410,\"y\":300,\"wires\":[[\"84ed227552b4e6eb\"]]}]\n","json","",[42,230,231],{"__ignoreMap":228},[232,233,236,240,243,246,248,251,253,257,259,262,264,266,268,270,272,275,277,279,281,284,286,288,290,293,295,297,299,302,304,307,309,312,314,316,319,322,324,326,328,330,332,335,337,339,341,343,345,347,349,351,353,355,357,360,362,364,366,368,370,372,374,377,379,381,383,385,387,390,392,394,396,399,401,403,405,408,410,412,414,417,419,421,423,426,428,430,432,435,437,439,441,444,446,448,450,453,455,457,459,461,463,465,467,470,472,474,476,479,481,483,485,489,492,494,496,498,501,503,505,507,510,512,514,516,519,521,524,526,529,531,533,535,537,539,541,543,545,547,550,552,554,556,559,561,563,565,568,570,572,574,576,578,581,583,585,587,589,591,594,596,598,600,603,605,607,609,612,614,616,618,620,622,625,627,629,633,635,637,640,642,644,647,649,651,654,656,659,661,664,666,669,671,673,675,677,679,682,684,686,688,690,692,694,696,699,701,703,705,707,709,711,713,715,717,719,721,723,725,727,729,732,734,736,738,741,743,746,748,751,753,755,757,759,761,764,766,769,771,773,775,777,779,782,784,786,788,790,792,795,797,799,801,804,806,808,811,813,815,817,819,821,823,825,827,829,831,833,835,838,841,843,845,848,850,853,855,858,860,863,865,868,870,873,875,878,880,882,884,887,889,891,893,895,897,900,902,904,906,908,910,913,915,917,919,922,924,926,928,930,932,935,937,939,941,943,945,948,950,952,954,957,959,961,963,965,967,969,971,973,975,977,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1007,1009,1011,1013,1015,1017,1019,1021,1023,1025,1027,1029,1031,1033,1035,1037,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1073,1075,1077,1079,1082,1084,1086,1088,1091,1093,1095,1097,1100,1102,1104,1106,1109,1111,1113,1115,1118,1120,1122,1124,1127,1129,1131,1133,1136,1138,1140,1142,1144,1146,1149,1151,1153,1155,1157,1159,1161,1163,1165,1167,1169,1172,1174,1176,1178,1180,1182,1184,1186,1188,1190,1192,1195,1197,1199,1201,1203,1205,1208,1210,1212,1214,1216,1218,1220,1222,1225,1227,1229,1231,1233,1235,1237,1239,1241,1243,1245,1247,1249,1251,1253,1255,1258,1260,1262,1264,1266,1268,1270,1272,1274,1276,1278,1280,1282,1285,1287,1289,1291,1293,1295,1297,1299,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,1327,1329,1331,1333,1336,1338,1340,1342,1344,1346,1348,1350,1352,1354,1356,1358,1360,1362,1364,1366,1368,1370,1373,1375,1377,1379,1381,1383,1385,1387,1389,1392,1394,1396,1398,1400,1402,1404,1406,1409,1411,1413,1416,1418,1420,1423,1425,1427,1429,1431,1433,1435,1437,1440,1442,1444,1446,1449,1451,1453,1455,1457,1459,1461,1463,1465,1468,1470,1472,1474,1476,1478,1480,1482,1484,1486,1488,1490,1492,1494,1496],"span",{"class":234,"line":235},"line",1,[232,237,239],{"class":238},"sMK4o","[{",[232,241,242],{"class":238},"\"",[232,244,61],{"class":245},"spNyl",[232,247,242],{"class":238},[232,249,250],{"class":238},":",[232,252,242],{"class":238},[232,254,256],{"class":255},"sfazB","b5ea6d2a.6e7bb",[232,258,242],{"class":238},[232,260,261],{"class":238},",",[232,263,242],{"class":238},[232,265,79],{"class":245},[232,267,242],{"class":238},[232,269,250],{"class":238},[232,271,242],{"class":238},[232,273,274],{"class":255},"tab",[232,276,242],{"class":238},[232,278,261],{"class":238},[232,280,242],{"class":238},[232,282,283],{"class":245},"label",[232,285,242],{"class":238},[232,287,250],{"class":238},[232,289,242],{"class":238},[232,291,292],{"class":255},"openValve",[232,294,242],{"class":238},[232,296,261],{"class":238},[232,298,242],{"class":238},[232,300,301],{"class":245},"disabled",[232,303,242],{"class":238},[232,305,306],{"class":238},":false,",[232,308,242],{"class":238},[232,310,311],{"class":245},"info",[232,313,242],{"class":238},[232,315,250],{"class":238},[232,317,318],{"class":238},"\"\"",[232,320,321],{"class":238},"},{",[232,323,242],{"class":238},[232,325,61],{"class":245},[232,327,242],{"class":238},[232,329,250],{"class":238},[232,331,242],{"class":238},[232,333,334],{"class":255},"84ed227552b4e6eb",[232,336,242],{"class":238},[232,338,261],{"class":238},[232,340,242],{"class":238},[232,342,79],{"class":245},[232,344,242],{"class":238},[232,346,250],{"class":238},[232,348,242],{"class":238},[232,350,12],{"class":255},[232,352,242],{"class":238},[232,354,261],{"class":238},[232,356,242],{"class":238},[232,358,359],{"class":245},"z",[232,361,242],{"class":238},[232,363,250],{"class":238},[232,365,242],{"class":238},[232,367,256],{"class":255},[232,369,242],{"class":238},[232,371,261],{"class":238},[232,373,242],{"class":238},[232,375,376],{"class":245},"name",[232,378,242],{"class":238},[232,380,250],{"class":238},[232,382,318],{"class":238},[232,384,261],{"class":238},[232,386,242],{"class":238},[232,388,389],{"class":245},"mode",[232,391,242],{"class":238},[232,393,250],{"class":238},[232,395,242],{"class":238},[232,397,398],{"class":255},"auto",[232,400,242],{"class":238},[232,402,261],{"class":238},[232,404,242],{"class":238},[232,406,407],{"class":245},"build",[232,409,242],{"class":238},[232,411,250],{"class":238},[232,413,242],{"class":238},[232,415,416],{"class":255},"object",[232,418,242],{"class":238},[232,420,261],{"class":238},[232,422,242],{"class":238},[232,424,425],{"class":245},"property",[232,427,242],{"class":238},[232,429,250],{"class":238},[232,431,242],{"class":238},[232,433,434],{"class":255},"payload",[232,436,242],{"class":238},[232,438,261],{"class":238},[232,440,242],{"class":238},[232,442,443],{"class":245},"propertyType",[232,445,242],{"class":238},[232,447,250],{"class":238},[232,449,242],{"class":238},[232,451,452],{"class":255},"msg",[232,454,242],{"class":238},[232,456,261],{"class":238},[232,458,242],{"class":238},[232,460,91],{"class":245},[232,462,242],{"class":238},[232,464,250],{"class":238},[232,466,242],{"class":238},[232,468,469],{"class":255},"topic",[232,471,242],{"class":238},[232,473,261],{"class":238},[232,475,242],{"class":238},[232,477,478],{"class":245},"joiner",[232,480,242],{"class":238},[232,482,250],{"class":238},[232,484,242],{"class":238},[232,486,488],{"class":487},"sTEyZ","\\\\",[232,490,491],{"class":255},"n",[232,493,242],{"class":238},[232,495,261],{"class":238},[232,497,242],{"class":238},[232,499,500],{"class":245},"joinerType",[232,502,242],{"class":238},[232,504,250],{"class":238},[232,506,242],{"class":238},[232,508,509],{"class":255},"str",[232,511,242],{"class":238},[232,513,261],{"class":238},[232,515,242],{"class":238},[232,517,518],{"class":245},"accumulate",[232,520,242],{"class":238},[232,522,523],{"class":238},":true,",[232,525,242],{"class":238},[232,527,528],{"class":245},"timeout",[232,530,242],{"class":238},[232,532,250],{"class":238},[232,534,318],{"class":238},[232,536,261],{"class":238},[232,538,242],{"class":238},[232,540,73],{"class":245},[232,542,242],{"class":238},[232,544,250],{"class":238},[232,546,242],{"class":238},[232,548,549],{"class":255},"3",[232,551,242],{"class":238},[232,553,261],{"class":238},[232,555,242],{"class":238},[232,557,558],{"class":245},"reduceRight",[232,560,242],{"class":238},[232,562,306],{"class":238},[232,564,242],{"class":238},[232,566,567],{"class":245},"reduceExp",[232,569,242],{"class":238},[232,571,250],{"class":238},[232,573,318],{"class":238},[232,575,261],{"class":238},[232,577,242],{"class":238},[232,579,580],{"class":245},"reduceInit",[232,582,242],{"class":238},[232,584,250],{"class":238},[232,586,318],{"class":238},[232,588,261],{"class":238},[232,590,242],{"class":238},[232,592,593],{"class":245},"reduceInitType",[232,595,242],{"class":238},[232,597,250],{"class":238},[232,599,242],{"class":238},[232,601,602],{"class":255},"num",[232,604,242],{"class":238},[232,606,261],{"class":238},[232,608,242],{"class":238},[232,610,611],{"class":245},"reduceFixup",[232,613,242],{"class":238},[232,615,250],{"class":238},[232,617,318],{"class":238},[232,619,261],{"class":238},[232,621,242],{"class":238},[232,623,624],{"class":245},"x",[232,626,242],{"class":238},[232,628,250],{"class":238},[232,630,632],{"class":631},"sbssI","590",[232,634,261],{"class":238},[232,636,242],{"class":238},[232,638,639],{"class":245},"y",[232,641,242],{"class":238},[232,643,250],{"class":238},[232,645,646],{"class":631},"300",[232,648,261],{"class":238},[232,650,242],{"class":238},[232,652,653],{"class":245},"wires",[232,655,242],{"class":238},[232,657,658],{"class":238},":[[",[232,660,242],{"class":238},[232,662,663],{"class":255},"f2dba285d7a067cd",[232,665,242],{"class":238},[232,667,668],{"class":238},"]]},{",[232,670,242],{"class":238},[232,672,61],{"class":245},[232,674,242],{"class":238},[232,676,250],{"class":238},[232,678,242],{"class":238},[232,680,681],{"class":255},"522b4e247e84ac0e",[232,683,242],{"class":238},[232,685,261],{"class":238},[232,687,242],{"class":238},[232,689,79],{"class":245},[232,691,242],{"class":238},[232,693,250],{"class":238},[232,695,242],{"class":238},[232,697,698],{"class":255},"inject",[232,700,242],{"class":238},[232,702,261],{"class":238},[232,704,242],{"class":238},[232,706,359],{"class":245},[232,708,242],{"class":238},[232,710,250],{"class":238},[232,712,242],{"class":238},[232,714,256],{"class":255},[232,716,242],{"class":238},[232,718,261],{"class":238},[232,720,242],{"class":238},[232,722,376],{"class":245},[232,724,242],{"class":238},[232,726,250],{"class":238},[232,728,242],{"class":238},[232,730,731],{"class":255},"Send array",[232,733,242],{"class":238},[232,735,261],{"class":238},[232,737,242],{"class":238},[232,739,740],{"class":245},"props",[232,742,242],{"class":238},[232,744,745],{"class":238},":[{",[232,747,242],{"class":238},[232,749,15],{"class":750},"sBMFI",[232,752,242],{"class":238},[232,754,250],{"class":238},[232,756,242],{"class":238},[232,758,434],{"class":255},[232,760,242],{"class":238},[232,762,763],{"class":238},"}],",[232,765,242],{"class":238},[232,767,768],{"class":245},"repeat",[232,770,242],{"class":238},[232,772,250],{"class":238},[232,774,318],{"class":238},[232,776,261],{"class":238},[232,778,242],{"class":238},[232,780,781],{"class":245},"crontab",[232,783,242],{"class":238},[232,785,250],{"class":238},[232,787,318],{"class":238},[232,789,261],{"class":238},[232,791,242],{"class":238},[232,793,794],{"class":245},"once",[232,796,242],{"class":238},[232,798,306],{"class":238},[232,800,242],{"class":238},[232,802,803],{"class":245},"onceDelay",[232,805,242],{"class":238},[232,807,250],{"class":238},[232,809,810],{"class":631},"0.1",[232,812,261],{"class":238},[232,814,242],{"class":238},[232,816,469],{"class":245},[232,818,242],{"class":238},[232,820,250],{"class":238},[232,822,318],{"class":238},[232,824,261],{"class":238},[232,826,242],{"class":238},[232,828,434],{"class":245},[232,830,242],{"class":238},[232,832,250],{"class":238},[232,834,242],{"class":238},[232,836,837],{"class":255},"[   {     ",[232,839,840],{"class":487},"\\\"",[232,842,61],{"class":255},[232,844,840],{"class":487},[232,846,847],{"class":255},": 1,     ",[232,849,840],{"class":487},[232,851,852],{"class":255},"task",[232,854,840],{"class":487},[232,856,857],{"class":255},": ",[232,859,840],{"class":487},[232,861,862],{"class":255},"Complete project proposal",[232,864,840],{"class":487},[232,866,867],{"class":255},",     ",[232,869,840],{"class":487},[232,871,872],{"class":255},"completed",[232,874,840],{"class":487},[232,876,877],{"class":255},": false   },   {     ",[232,879,840],{"class":487},[232,881,61],{"class":255},[232,883,840],{"class":487},[232,885,886],{"class":255},": 2,     ",[232,888,840],{"class":487},[232,890,852],{"class":255},[232,892,840],{"class":487},[232,894,857],{"class":255},[232,896,840],{"class":487},[232,898,899],{"class":255},"Review presentation slides",[232,901,840],{"class":487},[232,903,867],{"class":255},[232,905,840],{"class":487},[232,907,872],{"class":255},[232,909,840],{"class":487},[232,911,912],{"class":255},": true   },   {     ",[232,914,840],{"class":487},[232,916,61],{"class":255},[232,918,840],{"class":487},[232,920,921],{"class":255},": 3,     ",[232,923,840],{"class":487},[232,925,852],{"class":255},[232,927,840],{"class":487},[232,929,857],{"class":255},[232,931,840],{"class":487},[232,933,934],{"class":255},"Prepare for client meeting",[232,936,840],{"class":487},[232,938,867],{"class":255},[232,940,840],{"class":487},[232,942,872],{"class":255},[232,944,840],{"class":487},[232,946,947],{"class":255},": false   } ]",[232,949,242],{"class":238},[232,951,261],{"class":238},[232,953,242],{"class":238},[232,955,956],{"class":245},"payloadType",[232,958,242],{"class":238},[232,960,250],{"class":238},[232,962,242],{"class":238},[232,964,227],{"class":255},[232,966,242],{"class":238},[232,968,261],{"class":238},[232,970,242],{"class":238},[232,972,624],{"class":245},[232,974,242],{"class":238},[232,976,250],{"class":238},[232,978,979],{"class":631},"220",[232,981,261],{"class":238},[232,983,242],{"class":238},[232,985,639],{"class":245},[232,987,242],{"class":238},[232,989,250],{"class":238},[232,991,646],{"class":631},[232,993,261],{"class":238},[232,995,242],{"class":238},[232,997,653],{"class":245},[232,999,242],{"class":238},[232,1001,658],{"class":238},[232,1003,242],{"class":238},[232,1005,1006],{"class":255},"351e98a55e5a50c6",[232,1008,242],{"class":238},[232,1010,668],{"class":238},[232,1012,242],{"class":238},[232,1014,61],{"class":245},[232,1016,242],{"class":238},[232,1018,250],{"class":238},[232,1020,242],{"class":238},[232,1022,663],{"class":255},[232,1024,242],{"class":238},[232,1026,261],{"class":238},[232,1028,242],{"class":238},[232,1030,79],{"class":245},[232,1032,242],{"class":238},[232,1034,250],{"class":238},[232,1036,242],{"class":238},[232,1038,1039],{"class":255},"debug",[232,1041,242],{"class":238},[232,1043,261],{"class":238},[232,1045,242],{"class":238},[232,1047,359],{"class":245},[232,1049,242],{"class":238},[232,1051,250],{"class":238},[232,1053,242],{"class":238},[232,1055,256],{"class":255},[232,1057,242],{"class":238},[232,1059,261],{"class":238},[232,1061,242],{"class":238},[232,1063,376],{"class":245},[232,1065,242],{"class":238},[232,1067,250],{"class":238},[232,1069,242],{"class":238},[232,1071,1072],{"class":255},"debug 1",[232,1074,242],{"class":238},[232,1076,261],{"class":238},[232,1078,242],{"class":238},[232,1080,1081],{"class":245},"active",[232,1083,242],{"class":238},[232,1085,523],{"class":238},[232,1087,242],{"class":238},[232,1089,1090],{"class":245},"tosidebar",[232,1092,242],{"class":238},[232,1094,523],{"class":238},[232,1096,242],{"class":238},[232,1098,1099],{"class":245},"console",[232,1101,242],{"class":238},[232,1103,306],{"class":238},[232,1105,242],{"class":238},[232,1107,1108],{"class":245},"tostatus",[232,1110,242],{"class":238},[232,1112,306],{"class":238},[232,1114,242],{"class":238},[232,1116,1117],{"class":245},"complete",[232,1119,242],{"class":238},[232,1121,250],{"class":238},[232,1123,242],{"class":238},[232,1125,1126],{"class":255},"false",[232,1128,242],{"class":238},[232,1130,261],{"class":238},[232,1132,242],{"class":238},[232,1134,1135],{"class":245},"statusVal",[232,1137,242],{"class":238},[232,1139,250],{"class":238},[232,1141,318],{"class":238},[232,1143,261],{"class":238},[232,1145,242],{"class":238},[232,1147,1148],{"class":245},"statusType",[232,1150,242],{"class":238},[232,1152,250],{"class":238},[232,1154,242],{"class":238},[232,1156,398],{"class":255},[232,1158,242],{"class":238},[232,1160,261],{"class":238},[232,1162,242],{"class":238},[232,1164,624],{"class":245},[232,1166,242],{"class":238},[232,1168,250],{"class":238},[232,1170,1171],{"class":631},"780",[232,1173,261],{"class":238},[232,1175,242],{"class":238},[232,1177,639],{"class":245},[232,1179,242],{"class":238},[232,1181,250],{"class":238},[232,1183,646],{"class":631},[232,1185,261],{"class":238},[232,1187,242],{"class":238},[232,1189,653],{"class":245},[232,1191,242],{"class":238},[232,1193,1194],{"class":238},":[]},{",[232,1196,242],{"class":238},[232,1198,61],{"class":245},[232,1200,242],{"class":238},[232,1202,250],{"class":238},[232,1204,242],{"class":238},[232,1206,1207],{"class":255},"d47a5edb2d5d5b70",[232,1209,242],{"class":238},[232,1211,261],{"class":238},[232,1213,242],{"class":238},[232,1215,79],{"class":245},[232,1217,242],{"class":238},[232,1219,250],{"class":238},[232,1221,242],{"class":238},[232,1223,1224],{"class":255},"comment",[232,1226,242],{"class":238},[232,1228,261],{"class":238},[232,1230,242],{"class":238},[232,1232,359],{"class":245},[232,1234,242],{"class":238},[232,1236,250],{"class":238},[232,1238,242],{"class":238},[232,1240,256],{"class":255},[232,1242,242],{"class":238},[232,1244,261],{"class":238},[232,1246,242],{"class":238},[232,1248,376],{"class":245},[232,1250,242],{"class":238},[232,1252,250],{"class":238},[232,1254,242],{"class":238},[232,1256,1257],{"class":255},"Joining the messages to reverse the split that was performed.",[232,1259,242],{"class":238},[232,1261,261],{"class":238},[232,1263,242],{"class":238},[232,1265,311],{"class":245},[232,1267,242],{"class":238},[232,1269,250],{"class":238},[232,1271,318],{"class":238},[232,1273,261],{"class":238},[232,1275,242],{"class":238},[232,1277,624],{"class":245},[232,1279,242],{"class":238},[232,1281,250],{"class":238},[232,1283,1284],{"class":631},"500",[232,1286,261],{"class":238},[232,1288,242],{"class":238},[232,1290,639],{"class":245},[232,1292,242],{"class":238},[232,1294,250],{"class":238},[232,1296,979],{"class":631},[232,1298,261],{"class":238},[232,1300,242],{"class":238},[232,1302,653],{"class":245},[232,1304,242],{"class":238},[232,1306,1194],{"class":238},[232,1308,242],{"class":238},[232,1310,61],{"class":245},[232,1312,242],{"class":238},[232,1314,250],{"class":238},[232,1316,242],{"class":238},[232,1318,1006],{"class":255},[232,1320,242],{"class":238},[232,1322,261],{"class":238},[232,1324,242],{"class":238},[232,1326,79],{"class":245},[232,1328,242],{"class":238},[232,1330,250],{"class":238},[232,1332,242],{"class":238},[232,1334,1335],{"class":255},"split",[232,1337,242],{"class":238},[232,1339,261],{"class":238},[232,1341,242],{"class":238},[232,1343,359],{"class":245},[232,1345,242],{"class":238},[232,1347,250],{"class":238},[232,1349,242],{"class":238},[232,1351,256],{"class":255},[232,1353,242],{"class":238},[232,1355,261],{"class":238},[232,1357,242],{"class":238},[232,1359,376],{"class":245},[232,1361,242],{"class":238},[232,1363,250],{"class":238},[232,1365,318],{"class":238},[232,1367,261],{"class":238},[232,1369,242],{"class":238},[232,1371,1372],{"class":245},"splt",[232,1374,242],{"class":238},[232,1376,250],{"class":238},[232,1378,242],{"class":238},[232,1380,488],{"class":487},[232,1382,491],{"class":255},[232,1384,242],{"class":238},[232,1386,261],{"class":238},[232,1388,242],{"class":238},[232,1390,1391],{"class":245},"spltType",[232,1393,242],{"class":238},[232,1395,250],{"class":238},[232,1397,242],{"class":238},[232,1399,509],{"class":255},[232,1401,242],{"class":238},[232,1403,261],{"class":238},[232,1405,242],{"class":238},[232,1407,1408],{"class":245},"arraySplt",[232,1410,242],{"class":238},[232,1412,250],{"class":238},[232,1414,1415],{"class":631},"1",[232,1417,261],{"class":238},[232,1419,242],{"class":238},[232,1421,1422],{"class":245},"arraySpltType",[232,1424,242],{"class":238},[232,1426,250],{"class":238},[232,1428,242],{"class":238},[232,1430,97],{"class":255},[232,1432,242],{"class":238},[232,1434,261],{"class":238},[232,1436,242],{"class":238},[232,1438,1439],{"class":245},"stream",[232,1441,242],{"class":238},[232,1443,306],{"class":238},[232,1445,242],{"class":238},[232,1447,1448],{"class":245},"addname",[232,1450,242],{"class":238},[232,1452,250],{"class":238},[232,1454,318],{"class":238},[232,1456,261],{"class":238},[232,1458,242],{"class":238},[232,1460,624],{"class":245},[232,1462,242],{"class":238},[232,1464,250],{"class":238},[232,1466,1467],{"class":631},"410",[232,1469,261],{"class":238},[232,1471,242],{"class":238},[232,1473,639],{"class":245},[232,1475,242],{"class":238},[232,1477,250],{"class":238},[232,1479,646],{"class":631},[232,1481,261],{"class":238},[232,1483,242],{"class":238},[232,1485,653],{"class":245},[232,1487,242],{"class":238},[232,1489,658],{"class":238},[232,1491,242],{"class":238},[232,1493,334],{"class":255},[232,1495,242],{"class":238},[232,1497,1498],{"class":238},"]]}]\n",[34,1500,1502],{"id":1501},"manual-mode-1","Manual mode",[15,1504,1505,1506,1509],{},"Here manual mode combines three separate sensor readings into one object. Each message has a different ",[42,1507,1508],{},"msg.topic"," (temperature, humidity, pressure) and those topics become the keys in the output object.",[220,1511,1512],{},[223,1513,1515],{"className":225,"code":1514,"language":227,"meta":228,"style":228},"[{\"id\":\"b5ea6d2a.6e7bb\",\"type\":\"tab\",\"label\":\"openValve\",\"disabled\":false,\"info\":\"\"},{\"id\":\"84ed227552b4e6eb\",\"type\":\"join\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"mode\":\"custom\",\"build\":\"object\",\"property\":\"payload\",\"propertyType\":\"msg\",\"key\":\"topic\",\"joiner\":\"\\\\n\",\"joinerType\":\"str\",\"accumulate\":true,\"timeout\":\"\",\"count\":\"3\",\"reduceRight\":false,\"reduceExp\":\"\",\"reduceInit\":\"\",\"reduceInitType\":\"num\",\"reduceFixup\":\"\",\"x\":490,\"y\":300,\"wires\":[[\"f2dba285d7a067cd\"]]},{\"id\":\"522b4e247e84ac0e\",\"type\":\"inject\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"temperature\",\"payload\":\"40\",\"payloadType\":\"num\",\"x\":260,\"y\":240,\"wires\":[[\"84ed227552b4e6eb\"]]},{\"id\":\"12e54e4066bac7a3\",\"type\":\"inject\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"humidity\",\"payload\":\"33\",\"payloadType\":\"num\",\"x\":270,\"y\":300,\"wires\":[[\"84ed227552b4e6eb\"]]},{\"id\":\"b04d4f51f0602607\",\"type\":\"inject\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"pressure\",\"payload\":\"1000\",\"payloadType\":\"num\",\"x\":270,\"y\":360,\"wires\":[[\"84ed227552b4e6eb\"]]},{\"id\":\"f2dba285d7a067cd\",\"type\":\"debug\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"debug 1\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":720,\"y\":300,\"wires\":[]},{\"id\":\"d47a5edb2d5d5b70\",\"type\":\"comment\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"Combining three payload into one object \",\"info\":\"\",\"x\":520,\"y\":180,\"wires\":[]}]\n",[42,1516,1517],{"__ignoreMap":228},[232,1518,1519,1521,1523,1525,1527,1529,1531,1533,1535,1537,1539,1541,1543,1545,1547,1549,1551,1553,1555,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1585,1587,1589,1591,1593,1595,1597,1599,1601,1603,1605,1607,1609,1611,1613,1615,1617,1619,1621,1623,1625,1627,1629,1631,1633,1635,1637,1639,1641,1643,1645,1647,1649,1651,1653,1655,1657,1659,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1692,1694,1696,1698,1700,1702,1704,1706,1708,1710,1712,1714,1716,1718,1720,1722,1724,1726,1728,1730,1732,1734,1736,1738,1740,1742,1744,1746,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1836,1838,1840,1842,1844,1846,1848,1850,1852,1854,1856,1858,1860,1862,1864,1866,1868,1871,1873,1875,1877,1879,1881,1883,1885,1887,1889,1891,1893,1895,1897,1899,1901,1903,1905,1907,1909,1911,1913,1915,1917,1919,1921,1923,1925,1927,1929,1931,1933,1935,1937,1939,1941,1943,1945,1947,1949,1951,1953,1955,1957,1959,1961,1963,1965,1967,1969,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999,2001,2003,2006,2008,2010,2012,2014,2016,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068,2070,2072,2075,2077,2079,2081,2083,2085,2087,2089,2092,2094,2096,2098,2100,2102,2104,2106,2108,2110,2112,2114,2116,2118,2120,2123,2125,2127,2129,2131,2133,2136,2138,2140,2142,2144,2146,2148,2150,2152,2154,2156,2158,2160,2162,2164,2167,2169,2171,2173,2175,2177,2179,2181,2183,2185,2187,2189,2191,2193,2195,2197,2199,2201,2203,2205,2207,2209,2211,2213,2215,2217,2219,2221,2223,2225,2227,2229,2231,2233,2235,2237,2239,2241,2243,2245,2247,2249,2251,2253,2255,2257,2259,2261,2263,2265,2267,2269,2271,2273,2275,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2313,2315,2317,2319,2321,2323,2325,2328,2330,2332,2334,2336,2338,2340,2342,2345,2347,2349,2351,2353,2355,2357,2359,2361,2363,2365,2367,2369,2371,2373,2376,2378,2380,2382,2384,2386,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2419,2421,2423,2425,2427,2429,2431,2433,2435,2437,2439,2441,2443,2445,2447,2449,2451,2453,2455,2457,2459,2461,2463,2465,2467,2469,2471,2473,2475,2477,2479,2481,2483,2485,2487,2489,2491,2493,2495,2497,2499,2501,2503,2505,2507,2509,2511,2513,2515,2517,2519,2521,2523,2525,2527,2529,2531,2533,2535,2537,2539,2541,2543,2545,2547,2549,2551,2553,2555,2557,2559,2561,2563,2565,2567,2569,2571,2573,2575,2577,2580,2582,2584,2586,2588,2590,2592,2594,2597,2599,2601,2603,2605,2607,2609,2611,2613,2615,2617,2619,2621,2623,2625,2627,2629,2631,2633,2635,2637,2640,2642,2644,2646,2648,2650,2652,2654,2656,2658,2660,2662,2664,2666,2668,2670,2672,2674,2676,2678,2680,2682,2684,2686,2688,2690,2692,2694,2696,2698,2700,2702,2704,2706,2708,2710,2712,2714,2716,2718,2720,2722,2724,2726,2728,2730,2732,2734,2736,2738,2740,2742,2744,2746,2748,2750,2752,2754,2756,2758,2760,2762,2764,2766,2768,2770,2772,2774,2776,2778,2780,2782,2784,2786,2788,2790,2792,2794,2796,2798,2800,2802,2804,2806,2809,2811,2813,2815,2817,2819,2821,2823,2825,2827,2829,2831,2833,2835,2837,2839,2841,2843,2845,2847,2849,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,2883,2885,2887,2889,2892,2894,2896,2898,2900,2902,2904,2906,2908,2910,2912,2914,2916,2919,2921,2923,2925,2927,2929,2932,2934,2936,2938,2940],{"class":234,"line":235},[232,1520,239],{"class":238},[232,1522,242],{"class":238},[232,1524,61],{"class":245},[232,1526,242],{"class":238},[232,1528,250],{"class":238},[232,1530,242],{"class":238},[232,1532,256],{"class":255},[232,1534,242],{"class":238},[232,1536,261],{"class":238},[232,1538,242],{"class":238},[232,1540,79],{"class":245},[232,1542,242],{"class":238},[232,1544,250],{"class":238},[232,1546,242],{"class":238},[232,1548,274],{"class":255},[232,1550,242],{"class":238},[232,1552,261],{"class":238},[232,1554,242],{"class":238},[232,1556,283],{"class":245},[232,1558,242],{"class":238},[232,1560,250],{"class":238},[232,1562,242],{"class":238},[232,1564,292],{"class":255},[232,1566,242],{"class":238},[232,1568,261],{"class":238},[232,1570,242],{"class":238},[232,1572,301],{"class":245},[232,1574,242],{"class":238},[232,1576,306],{"class":238},[232,1578,242],{"class":238},[232,1580,311],{"class":245},[232,1582,242],{"class":238},[232,1584,250],{"class":238},[232,1586,318],{"class":238},[232,1588,321],{"class":238},[232,1590,242],{"class":238},[232,1592,61],{"class":245},[232,1594,242],{"class":238},[232,1596,250],{"class":238},[232,1598,242],{"class":238},[232,1600,334],{"class":255},[232,1602,242],{"class":238},[232,1604,261],{"class":238},[232,1606,242],{"class":238},[232,1608,79],{"class":245},[232,1610,242],{"class":238},[232,1612,250],{"class":238},[232,1614,242],{"class":238},[232,1616,12],{"class":255},[232,1618,242],{"class":238},[232,1620,261],{"class":238},[232,1622,242],{"class":238},[232,1624,359],{"class":245},[232,1626,242],{"class":238},[232,1628,250],{"class":238},[232,1630,242],{"class":238},[232,1632,256],{"class":255},[232,1634,242],{"class":238},[232,1636,261],{"class":238},[232,1638,242],{"class":238},[232,1640,376],{"class":245},[232,1642,242],{"class":238},[232,1644,250],{"class":238},[232,1646,318],{"class":238},[232,1648,261],{"class":238},[232,1650,242],{"class":238},[232,1652,389],{"class":245},[232,1654,242],{"class":238},[232,1656,250],{"class":238},[232,1658,242],{"class":238},[232,1660,1661],{"class":255},"custom",[232,1663,242],{"class":238},[232,1665,261],{"class":238},[232,1667,242],{"class":238},[232,1669,407],{"class":245},[232,1671,242],{"class":238},[232,1673,250],{"class":238},[232,1675,242],{"class":238},[232,1677,416],{"class":255},[232,1679,242],{"class":238},[232,1681,261],{"class":238},[232,1683,242],{"class":238},[232,1685,425],{"class":245},[232,1687,242],{"class":238},[232,1689,250],{"class":238},[232,1691,242],{"class":238},[232,1693,434],{"class":255},[232,1695,242],{"class":238},[232,1697,261],{"class":238},[232,1699,242],{"class":238},[232,1701,443],{"class":245},[232,1703,242],{"class":238},[232,1705,250],{"class":238},[232,1707,242],{"class":238},[232,1709,452],{"class":255},[232,1711,242],{"class":238},[232,1713,261],{"class":238},[232,1715,242],{"class":238},[232,1717,91],{"class":245},[232,1719,242],{"class":238},[232,1721,250],{"class":238},[232,1723,242],{"class":238},[232,1725,469],{"class":255},[232,1727,242],{"class":238},[232,1729,261],{"class":238},[232,1731,242],{"class":238},[232,1733,478],{"class":245},[232,1735,242],{"class":238},[232,1737,250],{"class":238},[232,1739,242],{"class":238},[232,1741,488],{"class":487},[232,1743,491],{"class":255},[232,1745,242],{"class":238},[232,1747,261],{"class":238},[232,1749,242],{"class":238},[232,1751,500],{"class":245},[232,1753,242],{"class":238},[232,1755,250],{"class":238},[232,1757,242],{"class":238},[232,1759,509],{"class":255},[232,1761,242],{"class":238},[232,1763,261],{"class":238},[232,1765,242],{"class":238},[232,1767,518],{"class":245},[232,1769,242],{"class":238},[232,1771,523],{"class":238},[232,1773,242],{"class":238},[232,1775,528],{"class":245},[232,1777,242],{"class":238},[232,1779,250],{"class":238},[232,1781,318],{"class":238},[232,1783,261],{"class":238},[232,1785,242],{"class":238},[232,1787,73],{"class":245},[232,1789,242],{"class":238},[232,1791,250],{"class":238},[232,1793,242],{"class":238},[232,1795,549],{"class":255},[232,1797,242],{"class":238},[232,1799,261],{"class":238},[232,1801,242],{"class":238},[232,1803,558],{"class":245},[232,1805,242],{"class":238},[232,1807,306],{"class":238},[232,1809,242],{"class":238},[232,1811,567],{"class":245},[232,1813,242],{"class":238},[232,1815,250],{"class":238},[232,1817,318],{"class":238},[232,1819,261],{"class":238},[232,1821,242],{"class":238},[232,1823,580],{"class":245},[232,1825,242],{"class":238},[232,1827,250],{"class":238},[232,1829,318],{"class":238},[232,1831,261],{"class":238},[232,1833,242],{"class":238},[232,1835,593],{"class":245},[232,1837,242],{"class":238},[232,1839,250],{"class":238},[232,1841,242],{"class":238},[232,1843,602],{"class":255},[232,1845,242],{"class":238},[232,1847,261],{"class":238},[232,1849,242],{"class":238},[232,1851,611],{"class":245},[232,1853,242],{"class":238},[232,1855,250],{"class":238},[232,1857,318],{"class":238},[232,1859,261],{"class":238},[232,1861,242],{"class":238},[232,1863,624],{"class":245},[232,1865,242],{"class":238},[232,1867,250],{"class":238},[232,1869,1870],{"class":631},"490",[232,1872,261],{"class":238},[232,1874,242],{"class":238},[232,1876,639],{"class":245},[232,1878,242],{"class":238},[232,1880,250],{"class":238},[232,1882,646],{"class":631},[232,1884,261],{"class":238},[232,1886,242],{"class":238},[232,1888,653],{"class":245},[232,1890,242],{"class":238},[232,1892,658],{"class":238},[232,1894,242],{"class":238},[232,1896,663],{"class":255},[232,1898,242],{"class":238},[232,1900,668],{"class":238},[232,1902,242],{"class":238},[232,1904,61],{"class":245},[232,1906,242],{"class":238},[232,1908,250],{"class":238},[232,1910,242],{"class":238},[232,1912,681],{"class":255},[232,1914,242],{"class":238},[232,1916,261],{"class":238},[232,1918,242],{"class":238},[232,1920,79],{"class":245},[232,1922,242],{"class":238},[232,1924,250],{"class":238},[232,1926,242],{"class":238},[232,1928,698],{"class":255},[232,1930,242],{"class":238},[232,1932,261],{"class":238},[232,1934,242],{"class":238},[232,1936,359],{"class":245},[232,1938,242],{"class":238},[232,1940,250],{"class":238},[232,1942,242],{"class":238},[232,1944,256],{"class":255},[232,1946,242],{"class":238},[232,1948,261],{"class":238},[232,1950,242],{"class":238},[232,1952,376],{"class":245},[232,1954,242],{"class":238},[232,1956,250],{"class":238},[232,1958,318],{"class":238},[232,1960,261],{"class":238},[232,1962,242],{"class":238},[232,1964,740],{"class":245},[232,1966,242],{"class":238},[232,1968,745],{"class":238},[232,1970,242],{"class":238},[232,1972,15],{"class":750},[232,1974,242],{"class":238},[232,1976,250],{"class":238},[232,1978,242],{"class":238},[232,1980,434],{"class":255},[232,1982,242],{"class":238},[232,1984,321],{"class":238},[232,1986,242],{"class":238},[232,1988,15],{"class":750},[232,1990,242],{"class":238},[232,1992,250],{"class":238},[232,1994,242],{"class":238},[232,1996,469],{"class":255},[232,1998,242],{"class":238},[232,2000,261],{"class":238},[232,2002,242],{"class":238},[232,2004,2005],{"class":750},"vt",[232,2007,242],{"class":238},[232,2009,250],{"class":238},[232,2011,242],{"class":238},[232,2013,509],{"class":255},[232,2015,242],{"class":238},[232,2017,763],{"class":238},[232,2019,242],{"class":238},[232,2021,768],{"class":245},[232,2023,242],{"class":238},[232,2025,250],{"class":238},[232,2027,318],{"class":238},[232,2029,261],{"class":238},[232,2031,242],{"class":238},[232,2033,781],{"class":245},[232,2035,242],{"class":238},[232,2037,250],{"class":238},[232,2039,318],{"class":238},[232,2041,261],{"class":238},[232,2043,242],{"class":238},[232,2045,794],{"class":245},[232,2047,242],{"class":238},[232,2049,306],{"class":238},[232,2051,242],{"class":238},[232,2053,803],{"class":245},[232,2055,242],{"class":238},[232,2057,250],{"class":238},[232,2059,810],{"class":631},[232,2061,261],{"class":238},[232,2063,242],{"class":238},[232,2065,469],{"class":245},[232,2067,242],{"class":238},[232,2069,250],{"class":238},[232,2071,242],{"class":238},[232,2073,2074],{"class":255},"temperature",[232,2076,242],{"class":238},[232,2078,261],{"class":238},[232,2080,242],{"class":238},[232,2082,434],{"class":245},[232,2084,242],{"class":238},[232,2086,250],{"class":238},[232,2088,242],{"class":238},[232,2090,2091],{"class":255},"40",[232,2093,242],{"class":238},[232,2095,261],{"class":238},[232,2097,242],{"class":238},[232,2099,956],{"class":245},[232,2101,242],{"class":238},[232,2103,250],{"class":238},[232,2105,242],{"class":238},[232,2107,602],{"class":255},[232,2109,242],{"class":238},[232,2111,261],{"class":238},[232,2113,242],{"class":238},[232,2115,624],{"class":245},[232,2117,242],{"class":238},[232,2119,250],{"class":238},[232,2121,2122],{"class":631},"260",[232,2124,261],{"class":238},[232,2126,242],{"class":238},[232,2128,639],{"class":245},[232,2130,242],{"class":238},[232,2132,250],{"class":238},[232,2134,2135],{"class":631},"240",[232,2137,261],{"class":238},[232,2139,242],{"class":238},[232,2141,653],{"class":245},[232,2143,242],{"class":238},[232,2145,658],{"class":238},[232,2147,242],{"class":238},[232,2149,334],{"class":255},[232,2151,242],{"class":238},[232,2153,668],{"class":238},[232,2155,242],{"class":238},[232,2157,61],{"class":245},[232,2159,242],{"class":238},[232,2161,250],{"class":238},[232,2163,242],{"class":238},[232,2165,2166],{"class":255},"12e54e4066bac7a3",[232,2168,242],{"class":238},[232,2170,261],{"class":238},[232,2172,242],{"class":238},[232,2174,79],{"class":245},[232,2176,242],{"class":238},[232,2178,250],{"class":238},[232,2180,242],{"class":238},[232,2182,698],{"class":255},[232,2184,242],{"class":238},[232,2186,261],{"class":238},[232,2188,242],{"class":238},[232,2190,359],{"class":245},[232,2192,242],{"class":238},[232,2194,250],{"class":238},[232,2196,242],{"class":238},[232,2198,256],{"class":255},[232,2200,242],{"class":238},[232,2202,261],{"class":238},[232,2204,242],{"class":238},[232,2206,376],{"class":245},[232,2208,242],{"class":238},[232,2210,250],{"class":238},[232,2212,318],{"class":238},[232,2214,261],{"class":238},[232,2216,242],{"class":238},[232,2218,740],{"class":245},[232,2220,242],{"class":238},[232,2222,745],{"class":238},[232,2224,242],{"class":238},[232,2226,15],{"class":750},[232,2228,242],{"class":238},[232,2230,250],{"class":238},[232,2232,242],{"class":238},[232,2234,434],{"class":255},[232,2236,242],{"class":238},[232,2238,321],{"class":238},[232,2240,242],{"class":238},[232,2242,15],{"class":750},[232,2244,242],{"class":238},[232,2246,250],{"class":238},[232,2248,242],{"class":238},[232,2250,469],{"class":255},[232,2252,242],{"class":238},[232,2254,261],{"class":238},[232,2256,242],{"class":238},[232,2258,2005],{"class":750},[232,2260,242],{"class":238},[232,2262,250],{"class":238},[232,2264,242],{"class":238},[232,2266,509],{"class":255},[232,2268,242],{"class":238},[232,2270,763],{"class":238},[232,2272,242],{"class":238},[232,2274,768],{"class":245},[232,2276,242],{"class":238},[232,2278,250],{"class":238},[232,2280,318],{"class":238},[232,2282,261],{"class":238},[232,2284,242],{"class":238},[232,2286,781],{"class":245},[232,2288,242],{"class":238},[232,2290,250],{"class":238},[232,2292,318],{"class":238},[232,2294,261],{"class":238},[232,2296,242],{"class":238},[232,2298,794],{"class":245},[232,2300,242],{"class":238},[232,2302,306],{"class":238},[232,2304,242],{"class":238},[232,2306,803],{"class":245},[232,2308,242],{"class":238},[232,2310,250],{"class":238},[232,2312,810],{"class":631},[232,2314,261],{"class":238},[232,2316,242],{"class":238},[232,2318,469],{"class":245},[232,2320,242],{"class":238},[232,2322,250],{"class":238},[232,2324,242],{"class":238},[232,2326,2327],{"class":255},"humidity",[232,2329,242],{"class":238},[232,2331,261],{"class":238},[232,2333,242],{"class":238},[232,2335,434],{"class":245},[232,2337,242],{"class":238},[232,2339,250],{"class":238},[232,2341,242],{"class":238},[232,2343,2344],{"class":255},"33",[232,2346,242],{"class":238},[232,2348,261],{"class":238},[232,2350,242],{"class":238},[232,2352,956],{"class":245},[232,2354,242],{"class":238},[232,2356,250],{"class":238},[232,2358,242],{"class":238},[232,2360,602],{"class":255},[232,2362,242],{"class":238},[232,2364,261],{"class":238},[232,2366,242],{"class":238},[232,2368,624],{"class":245},[232,2370,242],{"class":238},[232,2372,250],{"class":238},[232,2374,2375],{"class":631},"270",[232,2377,261],{"class":238},[232,2379,242],{"class":238},[232,2381,639],{"class":245},[232,2383,242],{"class":238},[232,2385,250],{"class":238},[232,2387,646],{"class":631},[232,2389,261],{"class":238},[232,2391,242],{"class":238},[232,2393,653],{"class":245},[232,2395,242],{"class":238},[232,2397,658],{"class":238},[232,2399,242],{"class":238},[232,2401,334],{"class":255},[232,2403,242],{"class":238},[232,2405,668],{"class":238},[232,2407,242],{"class":238},[232,2409,61],{"class":245},[232,2411,242],{"class":238},[232,2413,250],{"class":238},[232,2415,242],{"class":238},[232,2417,2418],{"class":255},"b04d4f51f0602607",[232,2420,242],{"class":238},[232,2422,261],{"class":238},[232,2424,242],{"class":238},[232,2426,79],{"class":245},[232,2428,242],{"class":238},[232,2430,250],{"class":238},[232,2432,242],{"class":238},[232,2434,698],{"class":255},[232,2436,242],{"class":238},[232,2438,261],{"class":238},[232,2440,242],{"class":238},[232,2442,359],{"class":245},[232,2444,242],{"class":238},[232,2446,250],{"class":238},[232,2448,242],{"class":238},[232,2450,256],{"class":255},[232,2452,242],{"class":238},[232,2454,261],{"class":238},[232,2456,242],{"class":238},[232,2458,376],{"class":245},[232,2460,242],{"class":238},[232,2462,250],{"class":238},[232,2464,318],{"class":238},[232,2466,261],{"class":238},[232,2468,242],{"class":238},[232,2470,740],{"class":245},[232,2472,242],{"class":238},[232,2474,745],{"class":238},[232,2476,242],{"class":238},[232,2478,15],{"class":750},[232,2480,242],{"class":238},[232,2482,250],{"class":238},[232,2484,242],{"class":238},[232,2486,434],{"class":255},[232,2488,242],{"class":238},[232,2490,321],{"class":238},[232,2492,242],{"class":238},[232,2494,15],{"class":750},[232,2496,242],{"class":238},[232,2498,250],{"class":238},[232,2500,242],{"class":238},[232,2502,469],{"class":255},[232,2504,242],{"class":238},[232,2506,261],{"class":238},[232,2508,242],{"class":238},[232,2510,2005],{"class":750},[232,2512,242],{"class":238},[232,2514,250],{"class":238},[232,2516,242],{"class":238},[232,2518,509],{"class":255},[232,2520,242],{"class":238},[232,2522,763],{"class":238},[232,2524,242],{"class":238},[232,2526,768],{"class":245},[232,2528,242],{"class":238},[232,2530,250],{"class":238},[232,2532,318],{"class":238},[232,2534,261],{"class":238},[232,2536,242],{"class":238},[232,2538,781],{"class":245},[232,2540,242],{"class":238},[232,2542,250],{"class":238},[232,2544,318],{"class":238},[232,2546,261],{"class":238},[232,2548,242],{"class":238},[232,2550,794],{"class":245},[232,2552,242],{"class":238},[232,2554,306],{"class":238},[232,2556,242],{"class":238},[232,2558,803],{"class":245},[232,2560,242],{"class":238},[232,2562,250],{"class":238},[232,2564,810],{"class":631},[232,2566,261],{"class":238},[232,2568,242],{"class":238},[232,2570,469],{"class":245},[232,2572,242],{"class":238},[232,2574,250],{"class":238},[232,2576,242],{"class":238},[232,2578,2579],{"class":255},"pressure",[232,2581,242],{"class":238},[232,2583,261],{"class":238},[232,2585,242],{"class":238},[232,2587,434],{"class":245},[232,2589,242],{"class":238},[232,2591,250],{"class":238},[232,2593,242],{"class":238},[232,2595,2596],{"class":255},"1000",[232,2598,242],{"class":238},[232,2600,261],{"class":238},[232,2602,242],{"class":238},[232,2604,956],{"class":245},[232,2606,242],{"class":238},[232,2608,250],{"class":238},[232,2610,242],{"class":238},[232,2612,602],{"class":255},[232,2614,242],{"class":238},[232,2616,261],{"class":238},[232,2618,242],{"class":238},[232,2620,624],{"class":245},[232,2622,242],{"class":238},[232,2624,250],{"class":238},[232,2626,2375],{"class":631},[232,2628,261],{"class":238},[232,2630,242],{"class":238},[232,2632,639],{"class":245},[232,2634,242],{"class":238},[232,2636,250],{"class":238},[232,2638,2639],{"class":631},"360",[232,2641,261],{"class":238},[232,2643,242],{"class":238},[232,2645,653],{"class":245},[232,2647,242],{"class":238},[232,2649,658],{"class":238},[232,2651,242],{"class":238},[232,2653,334],{"class":255},[232,2655,242],{"class":238},[232,2657,668],{"class":238},[232,2659,242],{"class":238},[232,2661,61],{"class":245},[232,2663,242],{"class":238},[232,2665,250],{"class":238},[232,2667,242],{"class":238},[232,2669,663],{"class":255},[232,2671,242],{"class":238},[232,2673,261],{"class":238},[232,2675,242],{"class":238},[232,2677,79],{"class":245},[232,2679,242],{"class":238},[232,2681,250],{"class":238},[232,2683,242],{"class":238},[232,2685,1039],{"class":255},[232,2687,242],{"class":238},[232,2689,261],{"class":238},[232,2691,242],{"class":238},[232,2693,359],{"class":245},[232,2695,242],{"class":238},[232,2697,250],{"class":238},[232,2699,242],{"class":238},[232,2701,256],{"class":255},[232,2703,242],{"class":238},[232,2705,261],{"class":238},[232,2707,242],{"class":238},[232,2709,376],{"class":245},[232,2711,242],{"class":238},[232,2713,250],{"class":238},[232,2715,242],{"class":238},[232,2717,1072],{"class":255},[232,2719,242],{"class":238},[232,2721,261],{"class":238},[232,2723,242],{"class":238},[232,2725,1081],{"class":245},[232,2727,242],{"class":238},[232,2729,523],{"class":238},[232,2731,242],{"class":238},[232,2733,1090],{"class":245},[232,2735,242],{"class":238},[232,2737,523],{"class":238},[232,2739,242],{"class":238},[232,2741,1099],{"class":245},[232,2743,242],{"class":238},[232,2745,306],{"class":238},[232,2747,242],{"class":238},[232,2749,1108],{"class":245},[232,2751,242],{"class":238},[232,2753,306],{"class":238},[232,2755,242],{"class":238},[232,2757,1117],{"class":245},[232,2759,242],{"class":238},[232,2761,250],{"class":238},[232,2763,242],{"class":238},[232,2765,1126],{"class":255},[232,2767,242],{"class":238},[232,2769,261],{"class":238},[232,2771,242],{"class":238},[232,2773,1135],{"class":245},[232,2775,242],{"class":238},[232,2777,250],{"class":238},[232,2779,318],{"class":238},[232,2781,261],{"class":238},[232,2783,242],{"class":238},[232,2785,1148],{"class":245},[232,2787,242],{"class":238},[232,2789,250],{"class":238},[232,2791,242],{"class":238},[232,2793,398],{"class":255},[232,2795,242],{"class":238},[232,2797,261],{"class":238},[232,2799,242],{"class":238},[232,2801,624],{"class":245},[232,2803,242],{"class":238},[232,2805,250],{"class":238},[232,2807,2808],{"class":631},"720",[232,2810,261],{"class":238},[232,2812,242],{"class":238},[232,2814,639],{"class":245},[232,2816,242],{"class":238},[232,2818,250],{"class":238},[232,2820,646],{"class":631},[232,2822,261],{"class":238},[232,2824,242],{"class":238},[232,2826,653],{"class":245},[232,2828,242],{"class":238},[232,2830,1194],{"class":238},[232,2832,242],{"class":238},[232,2834,61],{"class":245},[232,2836,242],{"class":238},[232,2838,250],{"class":238},[232,2840,242],{"class":238},[232,2842,1207],{"class":255},[232,2844,242],{"class":238},[232,2846,261],{"class":238},[232,2848,242],{"class":238},[232,2850,79],{"class":245},[232,2852,242],{"class":238},[232,2854,250],{"class":238},[232,2856,242],{"class":238},[232,2858,1224],{"class":255},[232,2860,242],{"class":238},[232,2862,261],{"class":238},[232,2864,242],{"class":238},[232,2866,359],{"class":245},[232,2868,242],{"class":238},[232,2870,250],{"class":238},[232,2872,242],{"class":238},[232,2874,256],{"class":255},[232,2876,242],{"class":238},[232,2878,261],{"class":238},[232,2880,242],{"class":238},[232,2882,376],{"class":245},[232,2884,242],{"class":238},[232,2886,250],{"class":238},[232,2888,242],{"class":238},[232,2890,2891],{"class":255},"Combining three payload into one object ",[232,2893,242],{"class":238},[232,2895,261],{"class":238},[232,2897,242],{"class":238},[232,2899,311],{"class":245},[232,2901,242],{"class":238},[232,2903,250],{"class":238},[232,2905,318],{"class":238},[232,2907,261],{"class":238},[232,2909,242],{"class":238},[232,2911,624],{"class":245},[232,2913,242],{"class":238},[232,2915,250],{"class":238},[232,2917,2918],{"class":631},"520",[232,2920,261],{"class":238},[232,2922,242],{"class":238},[232,2924,639],{"class":245},[232,2926,242],{"class":238},[232,2928,250],{"class":238},[232,2930,2931],{"class":631},"180",[232,2933,261],{"class":238},[232,2935,242],{"class":238},[232,2937,653],{"class":245},[232,2939,242],{"class":238},[232,2941,2942],{"class":238},":[]}]\n",[34,2944,2946],{"id":2945},"reduce-sequence-mode-1","Reduce sequence mode",[15,2948,2949,2950,2953],{},"This example uses reduce mode to calculate total inventory. The expression ",[42,2951,2952],{},"$A+payload.quantity"," adds each item's quantity to the running total, starting from 0.",[220,2955,2956],{},[223,2957,2959],{"className":225,"code":2958,"language":227,"meta":228,"style":228},"[{\"id\":\"b5ea6d2a.6e7bb\",\"type\":\"tab\",\"label\":\"openValve\",\"disabled\":false,\"info\":\"\"},{\"id\":\"84ed227552b4e6eb\",\"type\":\"join\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"mode\":\"reduce\",\"build\":\"object\",\"property\":\"payload\",\"propertyType\":\"msg\",\"key\":\"topic\",\"joiner\":\"\\\\n\",\"joinerType\":\"str\",\"accumulate\":true,\"timeout\":\"\",\"count\":\"3\",\"reduceRight\":false,\"reduceExp\":\"$A+payload.quantity\",\"reduceInit\":\"0\",\"reduceInitType\":\"num\",\"reduceFixup\":\"$A\",\"x\":590,\"y\":300,\"wires\":[[\"f2dba285d7a067cd\"]]},{\"id\":\"522b4e247e84ac0e\",\"type\":\"inject\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"Send array\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"[   {     \\\"id\\\": 1,     \\\"name\\\": \\\"Laptop\\\",     \\\"quantity\\\": 15   },   {     \\\"id\\\": 2,     \\\"name\\\": \\\"Printer\\\",     \\\"quantity\\\": 5   },   {     \\\"id\\\": 3,     \\\"name\\\": \\\"Monitor\\\",     \\\"quantity\\\": 10   } ]\",\"payloadType\":\"json\",\"x\":220,\"y\":300,\"wires\":[[\"351e98a55e5a50c6\"]]},{\"id\":\"f2dba285d7a067cd\",\"type\":\"debug\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"debug 1\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":780,\"y\":300,\"wires\":[]},{\"id\":\"d47a5edb2d5d5b70\",\"type\":\"comment\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"Calculating total stocks using Join node reduced expression mode\",\"info\":\"\",\"x\":510,\"y\":220,\"wires\":[]},{\"id\":\"351e98a55e5a50c6\",\"type\":\"split\",\"z\":\"b5ea6d2a.6e7bb\",\"name\":\"\",\"splt\":\"\\\\n\",\"spltType\":\"str\",\"arraySplt\":1,\"arraySpltType\":\"len\",\"stream\":false,\"addname\":\"\",\"x\":410,\"y\":300,\"wires\":[[\"84ed227552b4e6eb\"]]}]\n",[42,2960,2961],{"__ignoreMap":228},[232,2962,2963,2965,2967,2969,2971,2973,2975,2977,2979,2981,2983,2985,2987,2989,2991,2993,2995,2997,2999,3001,3003,3005,3007,3009,3011,3013,3015,3017,3019,3021,3023,3025,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3081,3083,3085,3087,3089,3091,3093,3095,3097,3099,3101,3103,3106,3108,3110,3112,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,3136,3138,3140,3142,3144,3146,3148,3150,3152,3154,3156,3158,3160,3162,3164,3166,3168,3170,3172,3174,3176,3178,3180,3182,3184,3186,3188,3190,3192,3194,3196,3198,3200,3202,3204,3206,3208,3210,3212,3214,3216,3218,3220,3222,3224,3226,3228,3230,3232,3234,3236,3238,3240,3242,3244,3246,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3281,3283,3285,3287,3289,3291,3293,3295,3297,3299,3301,3303,3305,3307,3309,3311,3313,3315,3317,3319,3321,3323,3325,3327,3329,3331,3333,3335,3337,3339,3341,3343,3345,3347,3349,3351,3353,3355,3357,3359,3361,3363,3365,3367,3369,3371,3373,3375,3377,3379,3381,3383,3385,3387,3389,3391,3393,3395,3397,3399,3401,3403,3405,3407,3409,3411,3413,3415,3417,3419,3421,3423,3425,3427,3429,3431,3433,3435,3437,3439,3441,3443,3445,3447,3449,3451,3453,3455,3457,3459,3461,3463,3465,3467,3469,3471,3473,3475,3477,3479,3481,3483,3485,3487,3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3509,3511,3513,3515,3517,3519,3521,3523,3525,3527,3529,3531,3534,3536,3538,3540,3543,3545,3548,3550,3552,3554,3556,3558,3560,3562,3564,3566,3569,3571,3573,3575,3577,3579,3582,3584,3586,3588,3590,3592,3594,3596,3598,3600,3603,3605,3607,3609,3611,3613,3616,3618,3620,3622,3624,3626,3628,3630,3632,3634,3636,3638,3640,3642,3644,3646,3648,3650,3652,3654,3656,3658,3660,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3734,3736,3738,3740,3742,3744,3746,3748,3750,3752,3754,3756,3758,3760,3762,3764,3766,3768,3770,3772,3774,3776,3778,3780,3782,3784,3786,3788,3790,3792,3794,3796,3798,3800,3802,3804,3806,3808,3810,3812,3814,3816,3818,3820,3822,3824,3826,3828,3830,3832,3834,3836,3838,3840,3842,3844,3846,3848,3850,3852,3854,3856,3858,3860,3862,3864,3866,3868,3870,3872,3874,3876,3878,3880,3882,3884,3886,3888,3890,3892,3894,3896,3898,3900,3902,3904,3906,3909,3911,3913,3915,3917,3919,3921,3923,3925,3927,3929,3931,3933,3936,3938,3940,3942,3944,3946,3948,3950,3952,3954,3956,3958,3960,3962,3964,3966,3968,3970,3972,3974,3976,3978,3980,3982,3984,3986,3988,3990,3992,3994,3996,3998,4000,4002,4004,4006,4008,4010,4012,4014,4016,4018,4020,4022,4024,4026,4028,4030,4032,4034,4036,4038,4040,4042,4044,4046,4048,4050,4052,4054,4056,4058,4060,4062,4064,4066,4068,4070,4072,4074,4076,4078,4080,4082,4084,4086,4088,4090,4092,4094,4096,4098,4100,4102,4104,4106,4108,4110,4112,4114,4116,4118,4120,4122,4124,4126,4128,4130,4132,4134,4136,4138],{"class":234,"line":235},[232,2964,239],{"class":238},[232,2966,242],{"class":238},[232,2968,61],{"class":245},[232,2970,242],{"class":238},[232,2972,250],{"class":238},[232,2974,242],{"class":238},[232,2976,256],{"class":255},[232,2978,242],{"class":238},[232,2980,261],{"class":238},[232,2982,242],{"class":238},[232,2984,79],{"class":245},[232,2986,242],{"class":238},[232,2988,250],{"class":238},[232,2990,242],{"class":238},[232,2992,274],{"class":255},[232,2994,242],{"class":238},[232,2996,261],{"class":238},[232,2998,242],{"class":238},[232,3000,283],{"class":245},[232,3002,242],{"class":238},[232,3004,250],{"class":238},[232,3006,242],{"class":238},[232,3008,292],{"class":255},[232,3010,242],{"class":238},[232,3012,261],{"class":238},[232,3014,242],{"class":238},[232,3016,301],{"class":245},[232,3018,242],{"class":238},[232,3020,306],{"class":238},[232,3022,242],{"class":238},[232,3024,311],{"class":245},[232,3026,242],{"class":238},[232,3028,250],{"class":238},[232,3030,318],{"class":238},[232,3032,321],{"class":238},[232,3034,242],{"class":238},[232,3036,61],{"class":245},[232,3038,242],{"class":238},[232,3040,250],{"class":238},[232,3042,242],{"class":238},[232,3044,334],{"class":255},[232,3046,242],{"class":238},[232,3048,261],{"class":238},[232,3050,242],{"class":238},[232,3052,79],{"class":245},[232,3054,242],{"class":238},[232,3056,250],{"class":238},[232,3058,242],{"class":238},[232,3060,12],{"class":255},[232,3062,242],{"class":238},[232,3064,261],{"class":238},[232,3066,242],{"class":238},[232,3068,359],{"class":245},[232,3070,242],{"class":238},[232,3072,250],{"class":238},[232,3074,242],{"class":238},[232,3076,256],{"class":255},[232,3078,242],{"class":238},[232,3080,261],{"class":238},[232,3082,242],{"class":238},[232,3084,376],{"class":245},[232,3086,242],{"class":238},[232,3088,250],{"class":238},[232,3090,318],{"class":238},[232,3092,261],{"class":238},[232,3094,242],{"class":238},[232,3096,389],{"class":245},[232,3098,242],{"class":238},[232,3100,250],{"class":238},[232,3102,242],{"class":238},[232,3104,3105],{"class":255},"reduce",[232,3107,242],{"class":238},[232,3109,261],{"class":238},[232,3111,242],{"class":238},[232,3113,407],{"class":245},[232,3115,242],{"class":238},[232,3117,250],{"class":238},[232,3119,242],{"class":238},[232,3121,416],{"class":255},[232,3123,242],{"class":238},[232,3125,261],{"class":238},[232,3127,242],{"class":238},[232,3129,425],{"class":245},[232,3131,242],{"class":238},[232,3133,250],{"class":238},[232,3135,242],{"class":238},[232,3137,434],{"class":255},[232,3139,242],{"class":238},[232,3141,261],{"class":238},[232,3143,242],{"class":238},[232,3145,443],{"class":245},[232,3147,242],{"class":238},[232,3149,250],{"class":238},[232,3151,242],{"class":238},[232,3153,452],{"class":255},[232,3155,242],{"class":238},[232,3157,261],{"class":238},[232,3159,242],{"class":238},[232,3161,91],{"class":245},[232,3163,242],{"class":238},[232,3165,250],{"class":238},[232,3167,242],{"class":238},[232,3169,469],{"class":255},[232,3171,242],{"class":238},[232,3173,261],{"class":238},[232,3175,242],{"class":238},[232,3177,478],{"class":245},[232,3179,242],{"class":238},[232,3181,250],{"class":238},[232,3183,242],{"class":238},[232,3185,488],{"class":487},[232,3187,491],{"class":255},[232,3189,242],{"class":238},[232,3191,261],{"class":238},[232,3193,242],{"class":238},[232,3195,500],{"class":245},[232,3197,242],{"class":238},[232,3199,250],{"class":238},[232,3201,242],{"class":238},[232,3203,509],{"class":255},[232,3205,242],{"class":238},[232,3207,261],{"class":238},[232,3209,242],{"class":238},[232,3211,518],{"class":245},[232,3213,242],{"class":238},[232,3215,523],{"class":238},[232,3217,242],{"class":238},[232,3219,528],{"class":245},[232,3221,242],{"class":238},[232,3223,250],{"class":238},[232,3225,318],{"class":238},[232,3227,261],{"class":238},[232,3229,242],{"class":238},[232,3231,73],{"class":245},[232,3233,242],{"class":238},[232,3235,250],{"class":238},[232,3237,242],{"class":238},[232,3239,549],{"class":255},[232,3241,242],{"class":238},[232,3243,261],{"class":238},[232,3245,242],{"class":238},[232,3247,558],{"class":245},[232,3249,242],{"class":238},[232,3251,306],{"class":238},[232,3253,242],{"class":238},[232,3255,567],{"class":245},[232,3257,242],{"class":238},[232,3259,250],{"class":238},[232,3261,242],{"class":238},[232,3263,2952],{"class":255},[232,3265,242],{"class":238},[232,3267,261],{"class":238},[232,3269,242],{"class":238},[232,3271,580],{"class":245},[232,3273,242],{"class":238},[232,3275,250],{"class":238},[232,3277,242],{"class":238},[232,3279,3280],{"class":255},"0",[232,3282,242],{"class":238},[232,3284,261],{"class":238},[232,3286,242],{"class":238},[232,3288,593],{"class":245},[232,3290,242],{"class":238},[232,3292,250],{"class":238},[232,3294,242],{"class":238},[232,3296,602],{"class":255},[232,3298,242],{"class":238},[232,3300,261],{"class":238},[232,3302,242],{"class":238},[232,3304,611],{"class":245},[232,3306,242],{"class":238},[232,3308,250],{"class":238},[232,3310,242],{"class":238},[232,3312,166],{"class":255},[232,3314,242],{"class":238},[232,3316,261],{"class":238},[232,3318,242],{"class":238},[232,3320,624],{"class":245},[232,3322,242],{"class":238},[232,3324,250],{"class":238},[232,3326,632],{"class":631},[232,3328,261],{"class":238},[232,3330,242],{"class":238},[232,3332,639],{"class":245},[232,3334,242],{"class":238},[232,3336,250],{"class":238},[232,3338,646],{"class":631},[232,3340,261],{"class":238},[232,3342,242],{"class":238},[232,3344,653],{"class":245},[232,3346,242],{"class":238},[232,3348,658],{"class":238},[232,3350,242],{"class":238},[232,3352,663],{"class":255},[232,3354,242],{"class":238},[232,3356,668],{"class":238},[232,3358,242],{"class":238},[232,3360,61],{"class":245},[232,3362,242],{"class":238},[232,3364,250],{"class":238},[232,3366,242],{"class":238},[232,3368,681],{"class":255},[232,3370,242],{"class":238},[232,3372,261],{"class":238},[232,3374,242],{"class":238},[232,3376,79],{"class":245},[232,3378,242],{"class":238},[232,3380,250],{"class":238},[232,3382,242],{"class":238},[232,3384,698],{"class":255},[232,3386,242],{"class":238},[232,3388,261],{"class":238},[232,3390,242],{"class":238},[232,3392,359],{"class":245},[232,3394,242],{"class":238},[232,3396,250],{"class":238},[232,3398,242],{"class":238},[232,3400,256],{"class":255},[232,3402,242],{"class":238},[232,3404,261],{"class":238},[232,3406,242],{"class":238},[232,3408,376],{"class":245},[232,3410,242],{"class":238},[232,3412,250],{"class":238},[232,3414,242],{"class":238},[232,3416,731],{"class":255},[232,3418,242],{"class":238},[232,3420,261],{"class":238},[232,3422,242],{"class":238},[232,3424,740],{"class":245},[232,3426,242],{"class":238},[232,3428,745],{"class":238},[232,3430,242],{"class":238},[232,3432,15],{"class":750},[232,3434,242],{"class":238},[232,3436,250],{"class":238},[232,3438,242],{"class":238},[232,3440,434],{"class":255},[232,3442,242],{"class":238},[232,3444,763],{"class":238},[232,3446,242],{"class":238},[232,3448,768],{"class":245},[232,3450,242],{"class":238},[232,3452,250],{"class":238},[232,3454,318],{"class":238},[232,3456,261],{"class":238},[232,3458,242],{"class":238},[232,3460,781],{"class":245},[232,3462,242],{"class":238},[232,3464,250],{"class":238},[232,3466,318],{"class":238},[232,3468,261],{"class":238},[232,3470,242],{"class":238},[232,3472,794],{"class":245},[232,3474,242],{"class":238},[232,3476,306],{"class":238},[232,3478,242],{"class":238},[232,3480,803],{"class":245},[232,3482,242],{"class":238},[232,3484,250],{"class":238},[232,3486,810],{"class":631},[232,3488,261],{"class":238},[232,3490,242],{"class":238},[232,3492,469],{"class":245},[232,3494,242],{"class":238},[232,3496,250],{"class":238},[232,3498,318],{"class":238},[232,3500,261],{"class":238},[232,3502,242],{"class":238},[232,3504,434],{"class":245},[232,3506,242],{"class":238},[232,3508,250],{"class":238},[232,3510,242],{"class":238},[232,3512,837],{"class":255},[232,3514,840],{"class":487},[232,3516,61],{"class":255},[232,3518,840],{"class":487},[232,3520,847],{"class":255},[232,3522,840],{"class":487},[232,3524,376],{"class":255},[232,3526,840],{"class":487},[232,3528,857],{"class":255},[232,3530,840],{"class":487},[232,3532,3533],{"class":255},"Laptop",[232,3535,840],{"class":487},[232,3537,867],{"class":255},[232,3539,840],{"class":487},[232,3541,3542],{"class":255},"quantity",[232,3544,840],{"class":487},[232,3546,3547],{"class":255},": 15   },   {     ",[232,3549,840],{"class":487},[232,3551,61],{"class":255},[232,3553,840],{"class":487},[232,3555,886],{"class":255},[232,3557,840],{"class":487},[232,3559,376],{"class":255},[232,3561,840],{"class":487},[232,3563,857],{"class":255},[232,3565,840],{"class":487},[232,3567,3568],{"class":255},"Printer",[232,3570,840],{"class":487},[232,3572,867],{"class":255},[232,3574,840],{"class":487},[232,3576,3542],{"class":255},[232,3578,840],{"class":487},[232,3580,3581],{"class":255},": 5   },   {     ",[232,3583,840],{"class":487},[232,3585,61],{"class":255},[232,3587,840],{"class":487},[232,3589,921],{"class":255},[232,3591,840],{"class":487},[232,3593,376],{"class":255},[232,3595,840],{"class":487},[232,3597,857],{"class":255},[232,3599,840],{"class":487},[232,3601,3602],{"class":255},"Monitor",[232,3604,840],{"class":487},[232,3606,867],{"class":255},[232,3608,840],{"class":487},[232,3610,3542],{"class":255},[232,3612,840],{"class":487},[232,3614,3615],{"class":255},": 10   } ]",[232,3617,242],{"class":238},[232,3619,261],{"class":238},[232,3621,242],{"class":238},[232,3623,956],{"class":245},[232,3625,242],{"class":238},[232,3627,250],{"class":238},[232,3629,242],{"class":238},[232,3631,227],{"class":255},[232,3633,242],{"class":238},[232,3635,261],{"class":238},[232,3637,242],{"class":238},[232,3639,624],{"class":245},[232,3641,242],{"class":238},[232,3643,250],{"class":238},[232,3645,979],{"class":631},[232,3647,261],{"class":238},[232,3649,242],{"class":238},[232,3651,639],{"class":245},[232,3653,242],{"class":238},[232,3655,250],{"class":238},[232,3657,646],{"class":631},[232,3659,261],{"class":238},[232,3661,242],{"class":238},[232,3663,653],{"class":245},[232,3665,242],{"class":238},[232,3667,658],{"class":238},[232,3669,242],{"class":238},[232,3671,1006],{"class":255},[232,3673,242],{"class":238},[232,3675,668],{"class":238},[232,3677,242],{"class":238},[232,3679,61],{"class":245},[232,3681,242],{"class":238},[232,3683,250],{"class":238},[232,3685,242],{"class":238},[232,3687,663],{"class":255},[232,3689,242],{"class":238},[232,3691,261],{"class":238},[232,3693,242],{"class":238},[232,3695,79],{"class":245},[232,3697,242],{"class":238},[232,3699,250],{"class":238},[232,3701,242],{"class":238},[232,3703,1039],{"class":255},[232,3705,242],{"class":238},[232,3707,261],{"class":238},[232,3709,242],{"class":238},[232,3711,359],{"class":245},[232,3713,242],{"class":238},[232,3715,250],{"class":238},[232,3717,242],{"class":238},[232,3719,256],{"class":255},[232,3721,242],{"class":238},[232,3723,261],{"class":238},[232,3725,242],{"class":238},[232,3727,376],{"class":245},[232,3729,242],{"class":238},[232,3731,250],{"class":238},[232,3733,242],{"class":238},[232,3735,1072],{"class":255},[232,3737,242],{"class":238},[232,3739,261],{"class":238},[232,3741,242],{"class":238},[232,3743,1081],{"class":245},[232,3745,242],{"class":238},[232,3747,523],{"class":238},[232,3749,242],{"class":238},[232,3751,1090],{"class":245},[232,3753,242],{"class":238},[232,3755,523],{"class":238},[232,3757,242],{"class":238},[232,3759,1099],{"class":245},[232,3761,242],{"class":238},[232,3763,306],{"class":238},[232,3765,242],{"class":238},[232,3767,1108],{"class":245},[232,3769,242],{"class":238},[232,3771,306],{"class":238},[232,3773,242],{"class":238},[232,3775,1117],{"class":245},[232,3777,242],{"class":238},[232,3779,250],{"class":238},[232,3781,242],{"class":238},[232,3783,1126],{"class":255},[232,3785,242],{"class":238},[232,3787,261],{"class":238},[232,3789,242],{"class":238},[232,3791,1135],{"class":245},[232,3793,242],{"class":238},[232,3795,250],{"class":238},[232,3797,318],{"class":238},[232,3799,261],{"class":238},[232,3801,242],{"class":238},[232,3803,1148],{"class":245},[232,3805,242],{"class":238},[232,3807,250],{"class":238},[232,3809,242],{"class":238},[232,3811,398],{"class":255},[232,3813,242],{"class":238},[232,3815,261],{"class":238},[232,3817,242],{"class":238},[232,3819,624],{"class":245},[232,3821,242],{"class":238},[232,3823,250],{"class":238},[232,3825,1171],{"class":631},[232,3827,261],{"class":238},[232,3829,242],{"class":238},[232,3831,639],{"class":245},[232,3833,242],{"class":238},[232,3835,250],{"class":238},[232,3837,646],{"class":631},[232,3839,261],{"class":238},[232,3841,242],{"class":238},[232,3843,653],{"class":245},[232,3845,242],{"class":238},[232,3847,1194],{"class":238},[232,3849,242],{"class":238},[232,3851,61],{"class":245},[232,3853,242],{"class":238},[232,3855,250],{"class":238},[232,3857,242],{"class":238},[232,3859,1207],{"class":255},[232,3861,242],{"class":238},[232,3863,261],{"class":238},[232,3865,242],{"class":238},[232,3867,79],{"class":245},[232,3869,242],{"class":238},[232,3871,250],{"class":238},[232,3873,242],{"class":238},[232,3875,1224],{"class":255},[232,3877,242],{"class":238},[232,3879,261],{"class":238},[232,3881,242],{"class":238},[232,3883,359],{"class":245},[232,3885,242],{"class":238},[232,3887,250],{"class":238},[232,3889,242],{"class":238},[232,3891,256],{"class":255},[232,3893,242],{"class":238},[232,3895,261],{"class":238},[232,3897,242],{"class":238},[232,3899,376],{"class":245},[232,3901,242],{"class":238},[232,3903,250],{"class":238},[232,3905,242],{"class":238},[232,3907,3908],{"class":255},"Calculating total stocks using Join node reduced expression mode",[232,3910,242],{"class":238},[232,3912,261],{"class":238},[232,3914,242],{"class":238},[232,3916,311],{"class":245},[232,3918,242],{"class":238},[232,3920,250],{"class":238},[232,3922,318],{"class":238},[232,3924,261],{"class":238},[232,3926,242],{"class":238},[232,3928,624],{"class":245},[232,3930,242],{"class":238},[232,3932,250],{"class":238},[232,3934,3935],{"class":631},"510",[232,3937,261],{"class":238},[232,3939,242],{"class":238},[232,3941,639],{"class":245},[232,3943,242],{"class":238},[232,3945,250],{"class":238},[232,3947,979],{"class":631},[232,3949,261],{"class":238},[232,3951,242],{"class":238},[232,3953,653],{"class":245},[232,3955,242],{"class":238},[232,3957,1194],{"class":238},[232,3959,242],{"class":238},[232,3961,61],{"class":245},[232,3963,242],{"class":238},[232,3965,250],{"class":238},[232,3967,242],{"class":238},[232,3969,1006],{"class":255},[232,3971,242],{"class":238},[232,3973,261],{"class":238},[232,3975,242],{"class":238},[232,3977,79],{"class":245},[232,3979,242],{"class":238},[232,3981,250],{"class":238},[232,3983,242],{"class":238},[232,3985,1335],{"class":255},[232,3987,242],{"class":238},[232,3989,261],{"class":238},[232,3991,242],{"class":238},[232,3993,359],{"class":245},[232,3995,242],{"class":238},[232,3997,250],{"class":238},[232,3999,242],{"class":238},[232,4001,256],{"class":255},[232,4003,242],{"class":238},[232,4005,261],{"class":238},[232,4007,242],{"class":238},[232,4009,376],{"class":245},[232,4011,242],{"class":238},[232,4013,250],{"class":238},[232,4015,318],{"class":238},[232,4017,261],{"class":238},[232,4019,242],{"class":238},[232,4021,1372],{"class":245},[232,4023,242],{"class":238},[232,4025,250],{"class":238},[232,4027,242],{"class":238},[232,4029,488],{"class":487},[232,4031,491],{"class":255},[232,4033,242],{"class":238},[232,4035,261],{"class":238},[232,4037,242],{"class":238},[232,4039,1391],{"class":245},[232,4041,242],{"class":238},[232,4043,250],{"class":238},[232,4045,242],{"class":238},[232,4047,509],{"class":255},[232,4049,242],{"class":238},[232,4051,261],{"class":238},[232,4053,242],{"class":238},[232,4055,1408],{"class":245},[232,4057,242],{"class":238},[232,4059,250],{"class":238},[232,4061,1415],{"class":631},[232,4063,261],{"class":238},[232,4065,242],{"class":238},[232,4067,1422],{"class":245},[232,4069,242],{"class":238},[232,4071,250],{"class":238},[232,4073,242],{"class":238},[232,4075,97],{"class":255},[232,4077,242],{"class":238},[232,4079,261],{"class":238},[232,4081,242],{"class":238},[232,4083,1439],{"class":245},[232,4085,242],{"class":238},[232,4087,306],{"class":238},[232,4089,242],{"class":238},[232,4091,1448],{"class":245},[232,4093,242],{"class":238},[232,4095,250],{"class":238},[232,4097,318],{"class":238},[232,4099,261],{"class":238},[232,4101,242],{"class":238},[232,4103,624],{"class":245},[232,4105,242],{"class":238},[232,4107,250],{"class":238},[232,4109,1467],{"class":631},[232,4111,261],{"class":238},[232,4113,242],{"class":238},[232,4115,639],{"class":245},[232,4117,242],{"class":238},[232,4119,250],{"class":238},[232,4121,646],{"class":631},[232,4123,261],{"class":238},[232,4125,242],{"class":238},[232,4127,653],{"class":245},[232,4129,242],{"class":238},[232,4131,658],{"class":238},[232,4133,242],{"class":238},[232,4135,334],{"class":255},[232,4137,242],{"class":238},[232,4139,1498],{"class":238},[4141,4142],"node-red-help",{"category":4143,"file":4144,"name":13,"node":12},"sequence","17-split",[4146,4147,4148],"style",{},"html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"title":228,"searchDepth":4150,"depth":4150,"links":4151},4,[4152,4154,4160,4161],{"id":21,"depth":4153,"text":22},2,{"id":28,"depth":4153,"text":29,"children":4155},[4156,4158,4159],{"id":36,"depth":4157,"text":37},3,{"id":101,"depth":4157,"text":102},{"id":152,"depth":4157,"text":153},{"id":185,"depth":4153,"text":186},{"id":210,"depth":4153,"text":211,"children":4162},[4163,4164,4165],{"id":214,"depth":4157,"text":215},{"id":1501,"depth":4157,"text":1502},{"id":2945,"depth":4157,"text":2946},"https:\u002F\u002Fgithub.com\u002FFlowFuse\u002Fwebsite\u002Fedit\u002Fmain\u002Fnuxt\u002Fcontent-guides\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fjoin.md","md",null,{},"Node-RED - Join Node",true,"\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fjoin",{"title":5,"description":17},"docs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fjoin","2026-09-08 12:42:41 +0200","pw6Wu-bdIGLhMwkA_nET6VvSpQ2in-4uwz36R0xU_hk",{"id":4178,"extension":4179,"meta":4180,"sections":4181,"stem":4579,"__hash__":4580},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[4182,4243,4343,4405,4482,4561],{"id":4183,"title":4184,"features":4185},"ai-automation","AI & Automation",[4186,4196,4206,4216,4222,4232,4238],{"id":4187,"title":4188,"description":4189,"docsLink":4190,"changelog":4191,"tiers":4195},"flowfuse-expert-ai","FlowFuse Expert AI","Build industrial apps with agents, and query the state of the factory with an agent. Adapt your current hardware and machines so agentic work can be done against them, without ripping and replacing what's already on the plant floor.","\u002Fdocs\u002Fuser\u002Fexpert\u002F",[4192],{"url":4193,"release":4194},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":4171,"hub":4171,"fleet":4171},{"id":4197,"title":4198,"description":4199,"docsLink":4200,"changelog":4201,"subfeature":4171,"showOnPricing":4204,"tiers":4205},"flowfuse-expert-support-mode","Support Mode","Chat-based assistance for FlowFuse and Node-RED, including Node-RED instance management through natural language.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#support-mode",[4202],{"url":4203,"release":4194},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":4171,"hub":4171,"fleet":4171},{"id":4207,"title":4208,"description":4209,"docsLink":4210,"changelog":4211,"subfeature":4171,"showOnPricing":4204,"tiers":4215},"flowfuse-expert-application-building","Application Building","Describe what you want to build and FlowFuse Expert assembles it on your workspace, adding tabs, wiring nodes, and configuring properties.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F",[4212],{"url":4213,"release":4214},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":4171,"hub":4171,"fleet":4171},{"id":4217,"title":4218,"description":4219,"docsLink":4220,"subfeature":4171,"beta":4171,"showOnPricing":4204,"tiers":4221},"flowfuse-expert-insights-mode","Insights Mode","Connects FlowFuse Expert to MCP servers in your Node-RED instances, enabling real-time data queries and actions through a single chat interface.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#insights-mode",{"edge":4171,"hub":4171,"fleet":4171},{"id":4223,"title":4224,"description":4225,"docsLink":4226,"changelog":4227,"tiers":4231},"third-party-agents","Connect Your Own AI Agent","Point the AI agent your company already uses at FlowFuse, so it can query your teams and instances and build Node-RED applications, with you deciding which teams it reaches and whether it can make changes.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fthird-party-agents\u002F",[4228],{"url":4229,"release":4230},"\u002Fchangelog\u002F2026\u002F08\u002Fconnect-your-own-ai-agent\u002F","3.0",{"edge":4171,"hub":4171,"fleet":4171},{"id":4233,"title":4234,"description":4235,"docsLink":4236,"tiers":4237},"mcp-servers","Agentic Operations","Expose your Node-RED flows as tools an AI agent can call directly, so agents can query the state of the factory or trigger actions without custom integration work.","\u002Fdocs\u002Fflowfuse-nodes\u002Fmcp\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4239,"title":4240,"description":4241,"tiers":4242},"onnx-integration","ONNX Integration","Run trained machine learning models directly in your flows, including on edge hardware, without sending data out to an external inference service.",{"edge":4171,"hub":4171,"fleet":4171},{"id":407,"title":4244,"features":4245},"Build",[4246,4252,4258,4268,4274,4280,4284,4290,4296,4304,4310,4314,4318,4327,4335],{"id":4247,"title":4248,"description":4249,"docsLink":4250,"tiers":4251},"edge-development","Edge Development","Develop and test Node-RED flows directly on edge devices with a remote editor proxy.","\u002Fdocs\u002Fdevice-agent\u002Fquickstart\u002F",{"edge":4171,"hub":4204,"fleet":4171},{"id":4253,"title":4254,"description":4255,"docsLink":4256,"tiers":4257},"private-npm-registry","Custom Node-RED Nodes","Create and manage your own private npm registry for Node-RED nodes, so you can share custom nodes across your team and devices without publishing them publicly.","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4259,"title":4260,"description":4261,"docsLink":4262,"changelog":4263,"tiers":4267},"flowfuse-tables","FlowFuse Tables","A managed PostgreSQL database for every application, so you can store and query structured data without standing up and maintaining your own database.","\u002Fdocs\u002Fuser\u002Fff-tables\u002F",[4264],{"url":4265,"release":4266},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":4171,"hub":4171,"fleet":4171},{"id":4269,"title":4270,"description":4271,"docsLink":4272,"tiers":4273},"persistent-files","File Storage","Store and retrieve files from your Node-RED flows, with automatic replication and backup across your devices and hosted instances.","\u002Fdocs\u002Finstall\u002Ffile-storage\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4275,"title":4276,"description":4277,"docsLink":4278,"showOnPricing":4204,"tiers":4279},"persistent-context","Persistent Context","In-memory values defined in a Node-RED flow persist across project restarts and upgrades.","\u002Fdocs\u002Fuser\u002Fpersistent-context\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4281,"title":4282,"showOnPricing":4204,"tiers":4283},"static-assets","Static Assets",{"edge":4171,"hub":4171,"fleet":4171},{"id":4285,"title":4286,"description":4287,"docsLink":4288,"tiers":4289},"team-library","Team Library","Set up standard nodes and flows that can be shared with all team members across your organisation.","\u002Fdocs\u002Fuser\u002Fshared-library\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4291,"title":4292,"description":4293,"docsLink":4294,"tiers":4295},"personalised-multi-user-dashboards","Personalised Multi-User Dashboards","Build applications that provide unique data to each logged-in user using personalised multi-user dashboards.","https:\u002F\u002Fdashboard.flowfuse.com\u002Fuser\u002Fmulti-tenancy.html",{"edge":4171,"hub":4171,"fleet":4171},{"id":4297,"title":4298,"description":4299,"changelog":4300,"subfeature":4171,"showOnPricing":4204,"tiers":4303},"dashboards-view","Dashboards View","Browse and open every dashboard across your team from a dedicated Dashboards view, at both team and application level, without leaving FlowFuse.",[4301],{"url":4302,"release":4266},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4305,"title":4306,"description":4307,"docsLink":4308,"tiers":4309},"blueprints-converge","Blueprints","Ready-made starting points for your apps, from cross-team Converge templates to OT and IT specific blueprints.","\u002Fdocs\u002Fuser\u002Fconcepts\u002F#blueprint",{"edge":4171,"hub":4171,"fleet":4171},{"id":4311,"title":4312,"subfeature":4171,"showOnPricing":4204,"tiers":4313},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":4171,"hub":4204,"fleet":4171},{"id":4315,"title":4316,"subfeature":4171,"showOnPricing":4204,"tiers":4317},"blueprints-it-apps","Blueprints - IT APPS",{"edge":4204,"hub":4171,"fleet":4204},{"id":4319,"title":4320,"description":4321,"changelog":4322,"showOnPricing":4204,"tiers":4326},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[4323],{"url":4324,"release":4325},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":4171,"hub":4171,"fleet":4171},{"id":4328,"title":4329,"description":4330,"changelog":4331,"showOnPricing":4204,"tiers":4334},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[4332],{"url":4333,"release":4214},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4336,"title":4337,"description":4338,"changelog":4339,"showOnPricing":4204,"tiers":4342},"embedded-editor-tab-title","Embedded Editor Browser Tab Title","The browser tab title updates to reflect the active Node-RED canvas tab when working in the embedded editor.",[4340],{"url":4341,"release":4325},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4344,"title":4345,"features":4346},"deploy","Deploy",[4347,4353,4362,4368,4374,4380,4386,4392,4397],{"id":4348,"title":4349,"description":4350,"docsLink":4351,"tiers":4352},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":4171,"hub":4171,"fleet":4171},{"id":4354,"title":4355,"description":4356,"docsLink":4357,"changelog":4358,"tiers":4361},"edge-devices","Edge Instances","Deploy and mange your Node-RED instances on edge PLCs and gateways, with full visibility and control from the cloud.","\u002Fdocs\u002Fdevice-agent\u002Fintroduction\u002F",[4359],{"url":4360,"release":4194},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":4171,"hub":4204,"fleet":4171},{"id":4363,"title":4364,"description":4365,"docsLink":4366,"tiers":4367},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":4204,"hub":4171,"fleet":4204},{"id":4369,"title":4370,"description":4371,"docsLink":4372,"tiers":4373},"mqtt-broker","MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":4171,"hub":4204,"fleet":4171},{"id":4375,"title":4376,"description":4377,"docsLink":4378,"showOnPricing":4204,"tiers":4379},"project-nodes","Project Nodes aka seamless project comms","FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects.","\u002Fdocs\u002Fuser\u002Fprojectnodes\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4381,"title":4382,"description":4383,"docsLink":4384,"tiers":4385},"devops-pipelines","DevOps Pipelines","Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4387,"title":4388,"description":4389,"docsLink":4390,"tiers":4391},"git-integration","Git Integration","Back up your flows to a remote Git repository through a DevOps Pipeline. Supports GitHub and Azure DevOps repositories.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F#git-repository-stage",{"edge":4204,"hub":4171,"fleet":4204},{"id":4393,"title":4394,"description":4395,"docsLink":4390,"subfeature":4171,"showOnPricing":4204,"tiers":4396},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":4204,"hub":4171,"fleet":4204},{"id":4398,"title":4399,"description":4400,"docsLink":4390,"changelog":4401,"subfeature":4171,"showOnPricing":4204,"tiers":4404},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[4402],{"url":4403,"release":4325},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":4204,"hub":4171,"fleet":4204},{"id":4406,"title":4407,"features":4408},"operate-maintain","Operate & Maintain",[4409,4415,4421,4426,4434,4438,4442,4447,4453,4459,4464,4470,4474,4478],{"id":4410,"title":4411,"description":4412,"docsLink":4413,"tiers":4414},"snapshots","Snapshots & Version History","Automatic snapshots on remote devices and hosted instances, plus a full version history timeline so you can roll back to any prior state.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4416,"title":4417,"description":4418,"docsLink":4419,"subfeature":4171,"showOnPricing":4204,"tiers":4420},"auto-snapshot-remote","Auto Snapshot (Remote)","Automatically capture a snapshot every time a remote instance is deployed, so you always have a recoverable history of what was running on each device.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F#auto-snapshots",{"edge":4171,"hub":4171,"fleet":4171},{"id":4422,"title":4423,"description":4424,"docsLink":4419,"subfeature":4171,"showOnPricing":4204,"tiers":4425},"auto-snapshot-hosted","Auto Snapshot (Hosted)","Automatically capture a snapshot every time a hosted instance is deployed, so you always have a recoverable history of what was running.",{"edge":4171,"hub":4171,"fleet":4171},{"id":4427,"title":4428,"description":4429,"changelog":4430,"subfeature":4171,"showOnPricing":4204,"tiers":4433},"snapshot-comparison","Snapshot Comparison","Compare two snapshots side-by-side with a navigable diff view. Step through every changed, added, or deleted node and see property and code diffs.",[4431],{"url":4432,"release":4325},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4435,"title":4436,"subfeature":4171,"showOnPricing":4204,"tiers":4437},"version-history-timeline","Version History Timeline",{"edge":4171,"hub":4171,"fleet":4171},{"id":4439,"title":4440,"tiers":4441},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":4171,"hub":4171,"fleet":4171},{"id":4443,"title":4444,"description":4445,"tiers":4446},"device-fleet-updates","Device Fleet Updates","Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes, securely without requiring full device access for your whole organisation.",{"edge":4171,"hub":4204,"fleet":4171},{"id":4448,"title":4449,"description":4450,"docsLink":4451,"tiers":4452},"device-group-management","Device Group Management","Logically group devices assigned to an application and integrate device groups into your DevOps Pipeline for coordinated fleet updates.","\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F",{"edge":4171,"hub":4204,"fleet":4171},{"id":4454,"title":4455,"description":4456,"docsLink":4457,"tiers":4458},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":4204,"hub":4171,"fleet":4204},{"id":4460,"title":4461,"description":4462,"tiers":4463},"performance-monitoring","Performance Monitoring & Alerts","Track CPU, memory, and event loop performance across your instances and devices, with email alerts when something needs your attention.",{"edge":4171,"hub":4171,"fleet":4171},{"id":4465,"title":4466,"description":4467,"docsLink":4468,"subfeature":4171,"showOnPricing":4204,"tiers":4469},"instance-monitoring","Instance Monitoring","Enable alerts to be sent via email when your Node-RED instances encounter issues.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#alerts",{"edge":4171,"hub":4171,"fleet":4171},{"id":4471,"title":4472,"subfeature":4171,"showOnPricing":4204,"tiers":4473},"email-alerts","Email Alerts",{"edge":4171,"hub":4171,"fleet":4171},{"id":4475,"title":4476,"showOnPricing":4204,"tiers":4477},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":4171,"hub":4171,"fleet":4171},{"id":4479,"title":4480,"tiers":4481},"protected-instances","Protected Instances",{"edge":4204,"hub":4171,"fleet":4204},{"id":4483,"title":4484,"features":4485},"govern-secure","Govern and Secure",[4486,4495,4501,4507,4512,4518,4524,4530,4538,4544,4550,4556],{"id":4487,"title":4488,"description":4489,"docsLink":4490,"changelog":4491,"tiers":4494},"single-sign-on","Single Sign-On (SSO)","Configure FlowFuse to work with your own SSO provider, allowing users to access FlowFuse with a single set of login credentials.","\u002Fdocs\u002Fadmin\u002Fsso\u002F",[4492],{"url":4493,"release":4266},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4496,"title":4497,"description":4498,"docsLink":4499,"tiers":4500},"two-factor-authentication","Two-Factor Authentication","Two-factor authentication adds an extra layer of security to your FlowFuse account.","\u002Fdocs\u002Fuser\u002Fuser-settings\u002F#two-factor-authentication",{"edge":4171,"hub":4171,"fleet":4171},{"id":4502,"title":4503,"description":4504,"docsLink":4505,"tiers":4506},"certified-nodes-it","Certified Nodes - IT","IT certified node bundle includes: Redis, MQTT, HTTP Request, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server","\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2\u002F",{"edge":4204,"hub":4171,"fleet":4171},{"id":4508,"title":4509,"description":4510,"tiers":4511},"certified-nodes-ot","Certified OT Connections - OPC-UA, Modbus, etc.","OT certified node bundle includes: OPC-UA, Modbus TCP & RTU, RTSP, EtherNet\u002FIP, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server",{"edge":4171,"hub":4204,"fleet":4204},{"id":4513,"title":4514,"description":4515,"docsLink":4516,"tiers":4517},"audit-log","Audit Log","Keep track of everything going on in your Node-RED instances and FlowFuse. Audit Logs provide details on what actions have taken place, when they happened, and who did them.","\u002Fdocs\u002Fuser\u002Flogs\u002F#audit-log",{"edge":4171,"hub":4171,"fleet":4171},{"id":4519,"title":4520,"description":4521,"docsLink":4522,"tiers":4523},"role-based-access-control","Role-Based Access Control","Control who can do what at both the team and application level, from viewers to admins.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4525,"title":4526,"description":4527,"docsLink":4528,"subfeature":4171,"showOnPricing":4204,"tiers":4529},"application-level-rbac","Application-Level RBAC","Fine-grained access control per application, allowing team members to have different permission levels across different applications without requiring separate teams.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F#application-level-rbac",{"edge":4171,"hub":4171,"fleet":4171},{"id":4531,"title":4532,"description":4533,"changelog":4534,"subfeature":4171,"showOnPricing":4204,"tiers":4537},"scoped-personal-access-tokens","Scoped Personal Access Tokens","Restrict a Personal Access Token to specific teams, limit it to read-only operations, or control whether it carries admin privileges.",[4535],{"url":4536,"release":4266},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":4171,"hub":4171,"fleet":4171},{"id":4539,"title":4540,"description":4541,"docsLink":4542,"showOnPricing":4204,"tiers":4543},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":4171,"hub":4171,"fleet":4171},{"id":4545,"title":4546,"description":4547,"docsLink":4548,"showOnPricing":4204,"tiers":4549},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":4171,"hub":4171,"fleet":4171},{"id":4551,"title":4552,"description":4553,"docsLink":4554,"tiers":4555},"baa-for-hipaa","BAA for HIPAA","FlowFuse can sign a Business Associate Agreement to ensure proper safeguarding of protected health information handled on your behalf.","\u002Fhandbook\u002Fsales\u002Fsubscription-agreement-1.6\u002F",{"edge":4204,"hub":4171,"fleet":4204},{"id":4557,"title":4558,"description":4559,"tiers":4560},"sbom","Software Bill of Materials","A complete list of all software components used in your Node-RED instances and hosted applications, including version numbers and license information.",{"edge":4204,"hub":4171,"fleet":4204},{"id":4562,"title":4563,"features":4564},"support","Support",[4565,4570,4574],{"id":4566,"title":4567,"docsLink":4568,"tiers":4569},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":4171,"hub":4171,"fleet":4171},{"id":4571,"title":4572,"showOnPricing":4204,"tiers":4573},"live-chat-support","Live Chat Support",{"edge":4171,"hub":4171,"fleet":4171},{"id":4575,"title":4576,"docsLink":4577,"tiers":4578},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":4171,"hub":4171,"fleet":4171},"feature-catalog","v5NjPsqOkQexQ0Fk82nqY6ZEXj128lclDvrIkmsKbpM",[4582,4669,4908,4979,4992,5132,5142,5223],{"name":4583,"order":4584,"children":4585},"Application Guide",0,[4586,4635],{"title":4587,"path":4588,"group":4583,"groupOrder":4584,"order":235,"children":4589},"Building FlowFuse applications","\u002Fdocs\u002Fapplication-guide",[4590,4594,4606,4610,4626],{"title":4591,"path":4592,"order":235,"children":4593},"Foundations","\u002Fdocs\u002Fapplication-guide\u002Ffoundations",[],{"title":4595,"path":4596,"order":4153,"children":4597},"App delivery methods","\u002Fdocs\u002Fapplication-guide\u002Fapp-delivery-methods",[4598,4602],{"title":4599,"path":4600,"order":235,"children":4601},"Hardware apps","\u002Fdocs\u002Fapplication-guide\u002Fapp-delivery-methods\u002Fhardware-apps",[],{"title":4603,"path":4604,"order":4153,"children":4605},"Software apps","\u002Fdocs\u002Fapplication-guide\u002Fapp-delivery-methods\u002Fsoftware-apps",[],{"title":4607,"path":4608,"order":4157,"children":4609},"Data plane","\u002Fdocs\u002Fapplication-guide\u002Fdata-plane",[],{"title":4611,"path":4612,"order":4150,"children":4613},"Architectures","\u002Fdocs\u002Fapplication-guide\u002Farchitectures",[4614,4618,4622],{"title":4615,"path":4616,"order":235,"children":4617},"IT architectures","\u002Fdocs\u002Fapplication-guide\u002Farchitectures\u002Fit",[],{"title":4619,"path":4620,"order":4153,"children":4621},"OT architectures","\u002Fdocs\u002Fapplication-guide\u002Farchitectures\u002Fot",[],{"title":4623,"path":4624,"order":4157,"children":4625},"IIoT architectures","\u002Fdocs\u002Fapplication-guide\u002Farchitectures\u002Fiiot",[],{"title":4627,"path":4628,"order":4629,"children":4630},"Worked examples","\u002Fdocs\u002Fapplication-guide\u002Fworked-examples",5,[4631],{"title":4632,"path":4633,"order":235,"children":4634},"OEE, end to end","\u002Fdocs\u002Fapplication-guide\u002Fworked-examples\u002Foee",[],{"title":4636,"path":4637,"group":4583,"groupOrder":4584,"order":4153,"children":4638},"Designing Node-RED flows","\u002Fdocs\u002Fnode-red-guide",[4639,4642,4658],{"title":4591,"path":4640,"order":235,"children":4641},"\u002Fdocs\u002Fnode-red-guide\u002Ffoundations",[],{"title":4643,"path":4644,"order":4153,"children":4645},"Patterns","\u002Fdocs\u002Fnode-red-guide\u002Fpatterns",[4646,4650,4654],{"title":4647,"path":4648,"order":235,"children":4649},"Design patterns","\u002Fdocs\u002Fnode-red-guide\u002Fpatterns\u002Fdesign-patterns",[],{"title":4651,"path":4652,"order":4153,"children":4653},"Handling data","\u002Fdocs\u002Fnode-red-guide\u002Fpatterns\u002Fhandling-data",[],{"title":4655,"path":4656,"order":4157,"children":4657},"Good form","\u002Fdocs\u002Fnode-red-guide\u002Fpatterns\u002Fgood-form",[],{"title":4627,"path":4659,"order":4157,"children":4660},"\u002Fdocs\u002Fnode-red-guide\u002Fworked-examples",[4661,4665],{"title":4662,"path":4663,"order":235,"children":4664},"OEE - Edge Aggregator","\u002Fdocs\u002Fnode-red-guide\u002Fworked-examples\u002Foee-edge-aggregator",[],{"title":4666,"path":4667,"order":4153,"children":4668},"OEE - Central Dashboard","\u002Fdocs\u002Fnode-red-guide\u002Fworked-examples\u002Foee-central-dashboard",[],{"name":4670,"order":235,"children":4671},"FlowFuse User Manuals",[4672,4797,4801,4813],{"title":4673,"path":4674,"group":4670,"groupOrder":235,"order":235,"children":4675,"link":4204},"Using FlowFuse","\u002Fdocs\u002Fuser",[4676,4680,4684,4688,4692,4697,4701,4704,4708,4712,4715,4719,4735,4739,4743,4747,4751,4754,4758,4762,4766,4770,4774,4777,4781,4785,4789,4793],{"title":4677,"path":4678,"order":235,"children":4679},"Getting Started","\u002Fdocs\u002Fuser\u002Fintroduction",[],{"title":4681,"path":4682,"order":235,"children":4683},"Static asset service","\u002Fdocs\u002Fuser\u002Fstatic-asset-service",[],{"title":4685,"path":4686,"order":4153,"children":4687},"Bill of Materials","\u002Fdocs\u002Fuser\u002Fbill-of-materials",[],{"title":4689,"path":4690,"order":4153,"children":4691},"FlowFuse Concepts","\u002Fdocs\u002Fuser\u002Fconcepts",[],{"title":4693,"path":4694,"order":4695,"children":4696},"Instance States","\u002Fdocs\u002Fuser\u002Finstance-states",10,[],{"title":4698,"path":4699,"order":4168,"children":4700},"Changing the Stack","\u002Fdocs\u002Fuser\u002Fchangestack",[],{"title":4364,"path":4702,"order":4168,"children":4703},"\u002Fdocs\u002Fuser\u002Fcustom-hostnames",[],{"title":4705,"path":4706,"order":4168,"children":4707},"Custom Node Packages","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages",[],{"title":4709,"path":4710,"order":4168,"children":4711},"Dashboards","\u002Fdocs\u002Fuser\u002Fdashboards",[],{"title":4382,"path":4713,"order":4168,"children":4714},"\u002Fdocs\u002Fuser\u002Fdevops-pipelines",[],{"title":4716,"path":4717,"order":4168,"children":4718},"Environment Variables","\u002Fdocs\u002Fuser\u002Fenvvar",[],{"title":4720,"path":4721,"order":4168,"children":4722},"FlowFuse Expert","\u002Fdocs\u002Fuser\u002Fexpert",[4723,4727,4731],{"title":4724,"path":4725,"order":4168,"children":4726},"AI in Node-RED","\u002Fdocs\u002Fuser\u002Fexpert\u002Fnode-red-embedded-ai",[],{"title":4728,"path":4729,"order":4168,"children":4730},"Chat Interface","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat",[],{"title":4732,"path":4733,"order":4168,"children":4734},"Connect Your Own Agent","\u002Fdocs\u002Fuser\u002Fexpert\u002Fthird-party-agents",[],{"title":4736,"path":4737,"order":4168,"children":4738},"FlowFuse File Nodes","\u002Fdocs\u002Fuser\u002Ffilenodes",[],{"title":4740,"path":4741,"order":4168,"children":4742},"FlowFuse MQTT Nodes","\u002Fdocs\u002Fuser\u002Fmqtt-nodes",[],{"title":4744,"path":4745,"order":4168,"children":4746},"FlowFuse Persistent Context","\u002Fdocs\u002Fuser\u002Fpersistent-context",[],{"title":4748,"path":4749,"order":4168,"children":4750},"FlowFuse Project Nodes","\u002Fdocs\u002Fuser\u002Fprojectnodes",[],{"title":4260,"path":4752,"order":4168,"children":4753},"\u002Fdocs\u002Fuser\u002Fff-tables",[],{"title":4755,"path":4756,"order":4168,"children":4757},"Groups","\u002Fdocs\u002Fuser\u002Fdevice-groups",[],{"title":4759,"path":4760,"order":4168,"children":4761},"High Availability mode","\u002Fdocs\u002Fuser\u002Fhigh-availability",[],{"title":4763,"path":4764,"order":4168,"children":4765},"HTTP Access Tokens","\u002Fdocs\u002Fuser\u002Fhttp-access-tokens",[],{"title":4767,"path":4768,"order":4168,"children":4769},"Instance Settings","\u002Fdocs\u002Fuser\u002Finstance-settings",[],{"title":4771,"path":4772,"order":4168,"children":4773},"Logging","\u002Fdocs\u002Fuser\u002Flogs",[],{"title":4520,"path":4775,"order":4168,"children":4776},"\u002Fdocs\u002Fuser\u002Frole-based-access-control",[],{"title":4778,"path":4779,"order":4168,"children":4780},"Shared Team Library","\u002Fdocs\u002Fuser\u002Fshared-library",[],{"title":4782,"path":4783,"order":4168,"children":4784},"Snapshots","\u002Fdocs\u002Fuser\u002Fsnapshots",[],{"title":4786,"path":4787,"order":4168,"children":4788},"Team Broker","\u002Fdocs\u002Fuser\u002Fteambroker",[],{"title":4790,"path":4791,"order":4168,"children":4792},"Teams","\u002Fdocs\u002Fuser\u002Fteam",[],{"title":4794,"path":4795,"order":4168,"children":4796},"User Settings","\u002Fdocs\u002Fuser\u002Fuser-settings",[],{"title":4798,"path":4799,"group":4670,"groupOrder":235,"order":4153,"children":4800},"FlowFuse API","\u002Fdocs\u002Fapi",[],{"title":4802,"path":4803,"group":4670,"groupOrder":235,"order":4157,"children":4804,"link":4204},"Migrating a Node-RED project to FlowFuse","\u002Fdocs\u002Fmigration",[4805,4809],{"title":4806,"path":4807,"order":235,"children":4808},"Introduction","\u002Fdocs\u002Fmigration\u002Fintroduction",[],{"title":4810,"path":4811,"order":4168,"children":4812},"Node-RED Tools plugin","\u002Fdocs\u002Fmigration\u002Fnode-red-tools",[],{"title":4814,"path":4815,"group":4670,"groupOrder":235,"order":4150,"children":4816},"FlowFuse Node-RED nodes","\u002Fdocs\u002Fflowfuse-nodes",[4817,4842,4862,4869,4889,4900],{"title":4818,"path":4819,"order":235,"children":4820},"AI","\u002Fdocs\u002Fflowfuse-nodes\u002Fai",[4821,4825,4830,4834,4838],{"title":4822,"path":4823,"order":4629,"children":4824},"LLM Nodes","\u002Fdocs\u002Fflowfuse-nodes\u002Fai\u002Fllm-nodes",[],{"title":4826,"path":4827,"order":4828,"children":4829},"Depth Estimation","\u002Fdocs\u002Fflowfuse-nodes\u002Fai\u002Fdepth-estimation",50,[],{"title":4831,"path":4832,"order":4828,"children":4833},"Image Classification","\u002Fdocs\u002Fflowfuse-nodes\u002Fai\u002Fimage-classification",[],{"title":4835,"path":4836,"order":4828,"children":4837},"Object Detection","\u002Fdocs\u002Fflowfuse-nodes\u002Fai\u002Fobject-detection",[],{"title":4839,"path":4840,"order":4828,"children":4841},"ONXX","\u002Fdocs\u002Fflowfuse-nodes\u002Fai\u002Fonxx",[],{"title":4843,"path":4844,"order":4153,"children":4845},"MCP","\u002Fdocs\u002Fflowfuse-nodes\u002Fmcp",[4846,4850,4854,4858],{"title":4847,"path":4848,"order":4828,"children":4849},"MCP Prompt","\u002Fdocs\u002Fflowfuse-nodes\u002Fmcp\u002Fmcp-prompt",[],{"title":4851,"path":4852,"order":4828,"children":4853},"MCP Resource","\u002Fdocs\u002Fflowfuse-nodes\u002Fmcp\u002Fmcp-resource",[],{"title":4855,"path":4856,"order":4828,"children":4857},"MCP Responses","\u002Fdocs\u002Fflowfuse-nodes\u002Fmcp\u002Fmcp-response",[],{"title":4859,"path":4860,"order":4828,"children":4861},"MCP Tool","\u002Fdocs\u002Fflowfuse-nodes\u002Fmcp\u002Fmcp-tool",[],{"title":4260,"path":4863,"order":4157,"children":4864},"\u002Fdocs\u002Fflowfuse-nodes\u002Fflowfuse-tables",[4865],{"title":4866,"path":4867,"order":4828,"children":4868},"Query","\u002Fdocs\u002Fflowfuse-nodes\u002Fflowfuse-tables\u002Fquery",[],{"title":4870,"path":4871,"order":4150,"children":4872},"Edge","\u002Fdocs\u002Fflowfuse-nodes\u002Fedge",[4873,4877,4881,4885],{"title":4874,"path":4875,"order":235,"children":4876},"RTSP Video Feed","\u002Fdocs\u002Fflowfuse-nodes\u002Fedge\u002Frtsp",[],{"title":4878,"path":4879,"order":4153,"children":4880},"CIP Suite, EtherNet\u002FIP Nodes","\u002Fdocs\u002Fflowfuse-nodes\u002Fedge\u002Fcip-suite",[],{"title":4882,"path":4883,"order":4157,"children":4884},"Modbus","\u002Fdocs\u002Fflowfuse-nodes\u002Fedge\u002Fmodbus",[],{"title":4886,"path":4887,"order":4828,"children":4888},"OPC UA","\u002Fdocs\u002Fflowfuse-nodes\u002Fedge\u002Fopcua",[],{"title":4740,"path":4890,"order":4629,"children":4891},"\u002Fdocs\u002Fflowfuse-nodes\u002Fmqtt",[4892,4896],{"title":4893,"path":4894,"order":4828,"children":4895},"MQTT In","\u002Fdocs\u002Fflowfuse-nodes\u002Fmqtt\u002Fmqtt-in",[],{"title":4897,"path":4898,"order":4828,"children":4899},"MQTT Out","\u002Fdocs\u002Fflowfuse-nodes\u002Fmqtt\u002Fmqtt-out",[],{"title":4901,"path":4902,"order":4629,"children":4903},"Hub","\u002Fdocs\u002Fflowfuse-nodes\u002Fhub",[4904],{"title":4905,"path":4906,"order":235,"children":4907},"Redis","\u002Fdocs\u002Fflowfuse-nodes\u002Fhub\u002Fredis",[],{"name":4909,"order":4153,"children":4910},"Device Agent",[4911,4960],{"title":4909,"path":4912,"group":4909,"groupOrder":4153,"order":235,"children":4913,"link":4204},"\u002Fdocs\u002Fdevice-agent",[4914,4918,4922,4947,4951,4955],{"title":4915,"path":4916,"order":235,"children":4917},"FlowFuse Device Agent Introduction","\u002Fdocs\u002Fdevice-agent\u002Fintroduction",[],{"title":4919,"path":4920,"order":4153,"children":4921},"Quick Start","\u002Fdocs\u002Fdevice-agent\u002Fquickstart",[],{"title":4923,"path":4924,"group":4925,"order":4157,"children":4926,"link":4204},"Installation","\u002Fdocs\u002Fdevice-agent\u002Finstall","DeviceAgentInstallation",[4927,4931,4935,4939,4943],{"title":4928,"path":4929,"group":4925,"order":235,"children":4930},"Overview","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Foverview",[],{"title":4932,"path":4933,"group":4925,"order":4153,"children":4934},"Device Agent Installer","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fdevice-agent-installer",[],{"title":4936,"path":4937,"group":4925,"order":4157,"children":4938},"Docker Install","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fdocker",[],{"title":4940,"path":4941,"group":4925,"order":4150,"children":4942},"Kubernetes Install","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fkubernetes",[],{"title":4944,"path":4945,"group":4925,"order":4629,"children":4946},"Manual Install with NPM","\u002Fdocs\u002Fdevice-agent\u002Finstall\u002Fmanual",[],{"title":4948,"path":4949,"order":4150,"children":4950},"Register your Remote Instance","\u002Fdocs\u002Fdevice-agent\u002Fregister",[],{"title":4952,"path":4953,"order":4629,"children":4954},"Running the Agent","\u002Fdocs\u002Fdevice-agent\u002Frunning",[],{"title":4956,"path":4957,"order":4958,"children":4959},"Deploying your Flows","\u002Fdocs\u002Fdevice-agent\u002Fdeploy",6,[],{"title":4961,"path":4962,"group":4909,"groupOrder":4153,"order":4153,"children":4963,"link":4204},"Hardware Guides","\u002Fdocs\u002Fhardware",[4964,4967,4971,4975],{"title":4928,"path":4965,"order":235,"children":4966},"\u002Fdocs\u002Fhardware\u002Fintroduction",[],{"title":4968,"path":4969,"order":4153,"children":4970},"ctrlX - Node-RED","\u002Fdocs\u002Fhardware\u002Fctrlx-node-red",[],{"title":4972,"path":4973,"order":4157,"children":4974},"ctrlX - Device Agent","\u002Fdocs\u002Fhardware\u002Fctrlx-device-agent",[],{"title":4976,"path":4977,"order":4157,"children":4978},"Raspberry Pi with Raspbian","\u002Fdocs\u002Fhardware\u002Fraspbian",[],{"name":4980,"order":4157,"children":4981},"FlowFuse Cloud",[4982],{"title":4980,"path":4983,"group":4980,"groupOrder":4157,"order":4157,"children":4984,"link":4204},"\u002Fdocs\u002Fcloud",[4985,4988],{"title":4806,"path":4986,"order":235,"children":4987},"\u002Fdocs\u002Fcloud\u002Fintroduction",[],{"title":4989,"path":4990,"order":4168,"children":4991},"FlowFuse Cloud Billing","\u002Fdocs\u002Fcloud\u002Fbilling",[],{"name":4993,"order":4150,"children":4994},"FlowFuse Self-Hosted",[4995,4998,5073,5085],{"title":4919,"path":4996,"group":4993,"groupOrder":4150,"order":235,"children":4997},"\u002Fdocs\u002Fquick-start",[],{"title":4999,"path":5000,"group":4993,"groupOrder":4150,"order":4153,"children":5001,"link":4204},"Installing FlowFuse","\u002Fdocs\u002Finstall",[5002,5005,5009,5013,5033,5037,5041,5045],{"title":4928,"path":5003,"order":235,"children":5004},"\u002Fdocs\u002Finstall\u002Fintroduction",[],{"title":5006,"path":5007,"order":4168,"children":5008},"Configuring FlowFuse","\u002Fdocs\u002Finstall\u002Fconfiguration",[],{"title":5010,"path":5011,"order":4168,"children":5012},"DNS Setup","\u002Fdocs\u002Finstall\u002Fdns-setup",[],{"title":5014,"path":5015,"order":4168,"children":5016},"Docker install","\u002Fdocs\u002Finstall\u002Fdocker",[5017,5021,5025,5029],{"title":5018,"path":5019,"order":4168,"children":5020},"Add Project Stacks on Docker","\u002Fdocs\u002Finstall\u002Fdocker\u002Fstacks",[],{"title":5022,"path":5023,"order":4168,"children":5024},"Docker Engine on Windows","\u002Fdocs\u002Finstall\u002Fdocker\u002Fwindows-docker-ce",[],{"title":5026,"path":5027,"order":4168,"children":5028},"Docker from AWS Market Place","\u002Fdocs\u002Finstall\u002Fdocker\u002Faws-marketplace",[],{"title":5030,"path":5031,"order":4168,"children":5032},"Docker on Digital Ocean","\u002Fdocs\u002Finstall\u002Fdocker\u002Fdigital-ocean",[],{"title":5034,"path":5035,"order":4168,"children":5036},"Email configuration","\u002Fdocs\u002Finstall\u002Femail-providers",[],{"title":5038,"path":5039,"order":4168,"children":5040},"First Run Setup","\u002Fdocs\u002Finstall\u002Ffirst-run",[],{"title":5042,"path":5043,"order":4168,"children":5044},"FlowFuse File Storage","\u002Fdocs\u002Finstall\u002Ffile-storage",[],{"title":5046,"path":5047,"order":4168,"children":5048},"Install FlowFuse on Kubernetes","\u002Fdocs\u002Finstall\u002Fkubernetes",[5049,5053,5057,5061,5065,5069],{"title":5050,"path":5051,"order":4168,"children":5052},"AWS EKS Installation","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Faws",[],{"title":5054,"path":5055,"order":4168,"children":5056},"AWS EKS Installation with Terraform and Helm","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Faws-terraform",[],{"title":5058,"path":5059,"order":4168,"children":5060},"Digital Ocean Kubernetes Installation","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fdigital-ocean",[],{"title":5062,"path":5063,"order":4168,"children":5064},"Ingress Controller Migration","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fingress-controller-migration",[],{"title":5066,"path":5067,"order":4168,"children":5068},"Kubernetes Project Stacks","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fstacks",[],{"title":5070,"path":5071,"order":4168,"children":5072},"OpenShift Installation","\u002Fdocs\u002Finstall\u002Fkubernetes\u002Fopenshift",[],{"title":5074,"path":5075,"group":4993,"groupOrder":4150,"order":4157,"children":5076},"Upgrading FlowFuse","\u002Fdocs\u002Fupgrade",[5077,5081],{"title":5078,"path":5079,"order":4168,"children":5080},"Installing a license","\u002Fdocs\u002Fupgrade\u002Fopen-source-to-premium",[],{"title":5082,"path":5083,"order":4168,"children":5084},"Upgrading the Node-RED version","\u002Fdocs\u002Fupgrade\u002Fnodered-version",[],{"title":5086,"path":5087,"group":4993,"groupOrder":4150,"order":4150,"children":5088,"link":4204},"Administering FlowFuse","\u002Fdocs\u002Fadmin",[5089,5092,5104,5112,5116,5120,5124,5128],{"title":5086,"path":5090,"order":235,"children":5091},"\u002Fdocs\u002Fadmin\u002Fintroduction",[],{"title":5093,"path":5094,"order":4168,"children":5095},"Configuring Single Sign-On (SSO)","\u002Fdocs\u002Fadmin\u002Fsso",[5096,5100],{"title":5097,"path":5098,"order":4168,"children":5099},"LDAP SSO","\u002Fdocs\u002Fadmin\u002Fsso\u002Fldap",[],{"title":5101,"path":5102,"order":4168,"children":5103},"SAML SSO","\u002Fdocs\u002Fadmin\u002Fsso\u002Fsaml",[],{"title":5105,"path":5106,"order":4168,"children":5107,"link":4204},"Hardening","\u002Fdocs\u002Fadmin\u002Fhardening",[5108],{"title":5109,"path":5110,"order":4168,"children":5111},"Kubernetes Hardening","\u002Fdocs\u002Fadmin\u002Fhardening\u002Fkubernetes",[],{"title":5113,"path":5114,"order":4168,"children":5115},"Monitoring","\u002Fdocs\u002Fadmin\u002Fmonitoring",[],{"title":5117,"path":5118,"order":4168,"children":5119},"Observability","\u002Fdocs\u002Fadmin\u002Fobservability",[],{"title":5121,"path":5122,"order":4168,"children":5123},"Soft Launch Enablement","\u002Fdocs\u002Fadmin\u002Ffeature-flags",[],{"title":5125,"path":5126,"order":4168,"children":5127},"Telemetry","\u002Fdocs\u002Fadmin\u002Ftelemetry",[],{"title":5129,"path":5130,"order":4168,"children":5131},"User Management","\u002Fdocs\u002Fadmin\u002Fuser-management",[],{"name":4563,"order":4629,"children":5133},[5134,5138],{"title":5135,"path":5136,"group":4563,"groupOrder":4629,"order":4157,"children":5137},"Premium Support","\u002Fdocs\u002Fpremium-support",[],{"title":5139,"path":5140,"group":4563,"groupOrder":4629,"order":4168,"children":5141},"Debugging Node-RED issues","\u002Fdocs\u002Fdebugging",[],{"name":5143,"order":4958,"children":5144},"Contributing",[5145],{"title":5146,"path":5147,"group":5143,"groupOrder":4958,"order":4168,"children":5148,"link":4204},"Contributing to FlowFuse","\u002Fdocs\u002Fcontribute",[5149,5152,5156,5160,5164,5168,5172,5180,5216,5219],{"title":4806,"path":5150,"order":235,"children":5151},"\u002Fdocs\u002Fcontribute\u002Fintroduction",[],{"title":5153,"path":5154,"order":4168,"children":5155},"Adding Template Settings","\u002Fdocs\u002Fcontribute\u002Fadding-template-settings",[],{"title":5157,"path":5158,"order":4168,"children":5159},"API Design","\u002Fdocs\u002Fcontribute\u002Fapi-design",[],{"title":5161,"path":5162,"order":4168,"children":5163},"Creating debug stack containers","\u002Fdocs\u002Fcontribute\u002Fcreating-debug-stack-containers",[],{"title":5165,"path":5166,"order":4168,"children":5167},"Database migrations","\u002Fdocs\u002Fcontribute\u002Fdb-migrations",[],{"title":5169,"path":5170,"order":4168,"children":5171},"FlowFuse Architecture","\u002Fdocs\u002Fcontribute\u002Farchitecture",[],{"title":5173,"path":5174,"order":4168,"children":5175},"Local Install","\u002Fdocs\u002Fcontribute\u002Flocal",[5176],{"title":5177,"path":5178,"order":4168,"children":5179},"Local Stacks","\u002Fdocs\u002Fcontribute\u002Flocal\u002Fstacks",[],{"title":5181,"path":5182,"order":4168,"children":5183},"State Flows","\u002Fdocs\u002Fcontribute\u002Fworkflows",[5184,5188,5192,5196,5200,5204,5208,5212],{"title":5185,"path":5186,"order":4168,"children":5187},"Device Editor","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fdevice-editor",[],{"title":5189,"path":5190,"order":4168,"children":5191},"Instance states","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fproject-states",[],{"title":5193,"path":5194,"order":4168,"children":5195},"Invite External Users","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Finvite-external-user",[],{"title":5197,"path":5198,"order":4168,"children":5199},"Project Creation","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fproject-create",[],{"title":5201,"path":5202,"order":4168,"children":5203},"Reset Password Flow","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fpassword-reset",[],{"title":5205,"path":5206,"order":4168,"children":5207},"Team creation Flow","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fteam-create",[],{"title":5209,"path":5210,"order":4168,"children":5211},"User Login Flows","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Flogin",[],{"title":5213,"path":5214,"order":4168,"children":5215},"User Sign up Flow","\u002Fdocs\u002Fcontribute\u002Fworkflows\u002Fsignup",[],{"title":4786,"path":5217,"order":4168,"children":5218},"\u002Fdocs\u002Fcontribute\u002Fteam-broker",[],{"title":5220,"path":5221,"order":4168,"children":5222},"Working with Feature Flags","\u002Fdocs\u002Fcontribute\u002Ffeature-flags",[],{"name":5224,"order":5225,"children":5226},"Node-RED",7,[5227],{"title":5228,"path":5229,"group":5224,"groupOrder":5225,"order":235,"children":5230},"Using Node-RED","\u002Fdocs\u002Fnode-red",[5231,5304,5481,5508,5547,5563,5579,5607,5627,5631],{"title":5232,"path":5233,"order":4153,"children":5234},"Getting started","\u002Fdocs\u002Fnode-red\u002Fgetting-started",[5235,5255,5259,5263,5267,5271,5275,5279,5283],{"title":5236,"path":5237,"order":235,"children":5238},"Editor","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Feditor",[5239,5243,5247,5251],{"title":5240,"path":5241,"order":4828,"children":5242},"Header","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Feditor\u002Fheader",[],{"title":5244,"path":5245,"order":4828,"children":5246},"Palette","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Feditor\u002Fpalette",[],{"title":5248,"path":5249,"order":4828,"children":5250},"Sidebar","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Feditor\u002Fsidebar",[],{"title":5252,"path":5253,"order":4828,"children":5254},"Workspace","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Feditor\u002Fworkspace",[],{"title":5256,"path":5257,"order":4153,"children":5258},"Port Configuration","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fnode-red-port",[],{"title":5260,"path":5261,"order":4157,"children":5262},"Node-RED Library","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Flibrary",[],{"title":5264,"path":5265,"order":4157,"children":5266},"Update Node-RED","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fupdate-node-red",[],{"title":5268,"path":5269,"order":4150,"children":5270},"Node-RED On Android","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fnode-red-android",[],{"title":5272,"path":5273,"order":4629,"children":5274},"Working with Messages","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fnode-red-messages",[],{"title":5276,"path":5277,"order":4958,"children":5278},"String","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fstring",[],{"title":5280,"path":5281,"order":5225,"children":5282},"Date & Time","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fdate-and-time",[],{"title":5284,"path":5285,"order":5286,"children":5287},"Programming","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fprogramming",8,[5288,5292,5296,5300],{"title":5289,"path":5290,"order":4828,"children":5291},"Data Tranformation","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fprogramming\u002Fdata-tranformation",[],{"title":5293,"path":5294,"order":4828,"children":5295},"Debugging","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fprogramming\u002Fdebugging-flows",[],{"title":5297,"path":5298,"order":4828,"children":5299},"If-Else","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fprogramming\u002Fif-else",[],{"title":5301,"path":5302,"order":4828,"children":5303},"Loop","\u002Fdocs\u002Fnode-red\u002Fgetting-started\u002Fprogramming\u002Floop",[],{"title":5305,"path":5306,"order":4157,"children":5307},"Core nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes",[5308,5344,5385,5427,5445,5469],{"title":5309,"path":5310,"order":235,"children":5311},"Common nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon",[5312,5316,5320,5324,5328,5332,5336,5340],{"title":5313,"path":5314,"order":235,"children":5315},"Inject","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Finject",[],{"title":5317,"path":5318,"order":4153,"children":5319},"Debug","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Fdebug",[],{"title":5321,"path":5322,"order":4157,"children":5323},"Complete","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Fcomplete",[],{"title":5325,"path":5326,"order":4150,"children":5327},"Catch","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Fcatch",[],{"title":5329,"path":5330,"order":4629,"children":5331},"Status","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Fstatus",[],{"title":5333,"path":5334,"order":4958,"children":5335},"Link","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Flink",[],{"title":5337,"path":5338,"order":5225,"children":5339},"Comment","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Fcomment",[],{"title":5341,"path":5342,"order":5286,"children":5343},"Unknown","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fcommon\u002Funknown",[],{"title":5345,"path":5346,"order":4153,"children":5347},"Function nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction",[5348,5352,5356,5360,5364,5368,5372,5376,5380],{"title":5349,"path":5350,"order":235,"children":5351},"Function","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Ffunction",[],{"title":5353,"path":5354,"order":4153,"children":5355},"Switch","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Fswitch",[],{"title":5357,"path":5358,"order":4157,"children":5359},"Change","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Fchange",[],{"title":5361,"path":5362,"order":4150,"children":5363},"Range","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Frange",[],{"title":5365,"path":5366,"order":4629,"children":5367},"Template","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Ftemplate",[],{"title":5369,"path":5370,"order":4958,"children":5371},"Delay","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Fdelay",[],{"title":5373,"path":5374,"order":5225,"children":5375},"Trigger","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Ftrigger",[],{"title":5377,"path":5378,"order":5286,"children":5379},"Exec","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Fexec",[],{"title":5381,"path":5382,"order":5383,"children":5384},"Filter","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Ffunction\u002Ffilter",9,[],{"title":5386,"path":5387,"order":4157,"children":5388},"Network nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork",[5389,5393,5397,5400,5403,5407,5411,5415,5419,5423],{"title":5390,"path":5391,"order":235,"children":5392},"TLS","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Ftls",[],{"title":5394,"path":5395,"order":4153,"children":5396},"HTTP Proxy","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fhttp-proxy",[],{"title":4893,"path":5398,"order":4157,"children":5399},"\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fmqtt-in",[],{"title":4897,"path":5401,"order":4150,"children":5402},"\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fmqtt-out",[],{"title":5404,"path":5405,"order":4629,"children":5406},"HTTP in","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fhttp-in",[],{"title":5408,"path":5409,"order":4958,"children":5410},"HTTP request","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fhttp-request",[],{"title":5412,"path":5413,"order":5225,"children":5414},"WebSocket","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fwebsocket",[],{"title":5416,"path":5417,"order":5286,"children":5418},"TCP in","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Ftcp-in",[],{"title":5420,"path":5421,"order":5383,"children":5422},"UDP In","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fudp-in",[],{"title":5424,"path":5425,"order":4695,"children":5426},"UDP Out","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fnetwork\u002Fudp-out",[],{"title":5428,"path":5429,"order":4150,"children":5430},"Sequence nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence",[5431,5435,5439,5443],{"title":5432,"path":5433,"order":235,"children":5434},"Split","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fsplit",[],{"title":5436,"path":5437,"order":4153,"children":5438},"Sort","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fsort",[],{"title":5440,"path":5441,"order":4157,"children":5442},"Batch","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fsequence\u002Fbatch",[],{"title":13,"path":4172,"order":4150,"children":5444},[],{"title":5446,"path":5447,"order":4629,"children":5448},"Parser nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fparsers",[5449,5453,5457,5461,5465],{"title":5450,"path":5451,"order":235,"children":5452},"CSV","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fparsers\u002Fcsv",[],{"title":5454,"path":5455,"order":4153,"children":5456},"HTML","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fparsers\u002Fhtml",[],{"title":5458,"path":5459,"order":4157,"children":5460},"JSON","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fparsers\u002Fjson",[],{"title":5462,"path":5463,"order":4150,"children":5464},"XML","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fparsers\u002Fxml",[],{"title":5466,"path":5467,"order":4629,"children":5468},"YAML","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fparsers\u002Fyaml",[],{"title":5470,"path":5471,"order":4958,"children":5472},"Storage nodes","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fstorage",[5473,5477],{"title":5474,"path":5475,"order":235,"children":5476},"Write File","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fstorage\u002Fwrite-file",[],{"title":5478,"path":5479,"order":4153,"children":5480},"Read File","\u002Fdocs\u002Fnode-red\u002Fcore-nodes\u002Fstorage\u002Fread-file",[],{"title":5482,"path":5483,"order":4150,"children":5484},"Communication protocols","\u002Fdocs\u002Fnode-red\u002Fprotocol",[5485,5489,5493,5496,5500,5504],{"title":5486,"path":5487,"order":4828,"children":5488},"AMQP","\u002Fdocs\u002Fnode-red\u002Fprotocol\u002Famqp",[],{"title":5490,"path":5491,"order":4828,"children":5492},"LwM2M","\u002Fdocs\u002Fnode-red\u002Fprotocol\u002Flwm2m",[],{"title":4882,"path":5494,"order":4828,"children":5495},"\u002Fdocs\u002Fnode-red\u002Fprotocol\u002Fmodbus",[],{"title":5497,"path":5498,"order":4828,"children":5499},"MQTT","\u002Fdocs\u002Fnode-red\u002Fprotocol\u002Fmqtt",[],{"title":5501,"path":5502,"order":4828,"children":5503},"OPC-UA","\u002Fdocs\u002Fnode-red\u002Fprotocol\u002Fopc-ua",[],{"title":5505,"path":5506,"order":4828,"children":5507},"Websocket","\u002Fdocs\u002Fnode-red\u002Fprotocol\u002Fwebsocket",[],{"title":5509,"path":5510,"order":4629,"children":5511},"Databases","\u002Fdocs\u002Fnode-red\u002Fdatabase",[5512,5516,5520,5524,5528,5532,5536,5539,5543],{"title":5513,"path":5514,"order":4828,"children":5515},"DynamoDB","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Fdynamodb",[],{"title":5517,"path":5518,"order":4828,"children":5519},"Firebase","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Ffirebase",[],{"title":5521,"path":5522,"order":4828,"children":5523},"InfluxDB","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Finfluxdb",[],{"title":5525,"path":5526,"order":4828,"children":5527},"MongoDB","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Fmongodb",[],{"title":5529,"path":5530,"order":4828,"children":5531},"MySQL","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Fmysql",[],{"title":5533,"path":5534,"order":4828,"children":5535},"PostgreSQL","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Fpostgresql",[],{"title":4905,"path":5537,"order":4828,"children":5538},"\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Fredis",[],{"title":5540,"path":5541,"order":4828,"children":5542},"SQLite","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Fsqlite",[],{"title":5544,"path":5545,"order":4828,"children":5546},"TimescaleDB","\u002Fdocs\u002Fnode-red\u002Fdatabase\u002Ftimescaledb",[],{"title":5548,"path":5549,"order":4958,"children":5550},"Integration technologies","\u002Fdocs\u002Fnode-red\u002Fintegration-technologies",[5551,5555,5559],{"title":5552,"path":5553,"order":4828,"children":5554},"GraphQL API","\u002Fdocs\u002Fnode-red\u002Fintegration-technologies\u002Fgraphql",[],{"title":5556,"path":5557,"order":4828,"children":5558},"REST API","\u002Fdocs\u002Fnode-red\u002Fintegration-technologies\u002Frest",[],{"title":5560,"path":5561,"order":4828,"children":5562},"Webhook","\u002Fdocs\u002Fnode-red\u002Fintegration-technologies\u002Fwebhook",[],{"title":5564,"path":5565,"order":5225,"children":5566},"Notification services","\u002Fdocs\u002Fnode-red\u002Fnotification",[5567,5571,5575],{"title":5568,"path":5569,"order":4828,"children":5570},"Discord","\u002Fdocs\u002Fnode-red\u002Fnotification\u002Fdiscord",[],{"title":5572,"path":5573,"order":4828,"children":5574},"Email","\u002Fdocs\u002Fnode-red\u002Fnotification\u002Femail",[],{"title":5576,"path":5577,"order":4828,"children":5578},"Telegram","\u002Fdocs\u002Fnode-red\u002Fnotification\u002Ftelegram",[],{"title":5580,"path":5581,"order":5286,"children":5582},"Hardware","\u002Fdocs\u002Fnode-red\u002Fhardware",[5583,5587,5591,5595,5599,5603],{"title":5584,"path":5585,"order":4828,"children":5586},"BLIIOT ARMxy BL340","\u002Fdocs\u002Fnode-red\u002Fhardware\u002Farmxy-bl340",[],{"title":5588,"path":5589,"order":4828,"children":5590},"Opto-22 Groov Epic","\u002Fdocs\u002Fnode-red\u002Fhardware\u002Fopto-22-groove-rio-7-mm2001-10",[],{"title":5592,"path":5593,"order":4828,"children":5594},"Raspberry Pi 4","\u002Fdocs\u002Fnode-red\u002Fhardware\u002Fraspberry-pi-4",[],{"title":5596,"path":5597,"order":4828,"children":5598},"Raspberry Pi 5","\u002Fdocs\u002Fnode-red\u002Fhardware\u002Fraspberry-pi-5",[],{"title":5600,"path":5601,"order":4828,"children":5602},"Robustel EG5120","\u002Fdocs\u002Fnode-red\u002Fhardware\u002Frobustel-eg5120",[],{"title":5604,"path":5605,"order":4828,"children":5606},"Siemens IoT2050","\u002Fdocs\u002Fnode-red\u002Fhardware\u002Fsiemens-iot-2050",[],{"title":5608,"path":5609,"order":5383,"children":5610},"Peripheral devices","\u002Fdocs\u002Fnode-red\u002Fperipheral",[5611,5615,5619,5623],{"title":5612,"path":5613,"order":4828,"children":5614},"Arduino","\u002Fdocs\u002Fnode-red\u002Fperipheral\u002Fardiuno",[],{"title":5616,"path":5617,"order":4828,"children":5618},"Barcode Scanner","\u002Fdocs\u002Fnode-red\u002Fperipheral\u002Fbarcodescanner",[],{"title":5620,"path":5621,"order":4828,"children":5622},"ESP32","\u002Fdocs\u002Fnode-red\u002Fperipheral\u002Fesp32",[],{"title":5624,"path":5625,"order":4828,"children":5626},"Webcam","\u002Fdocs\u002Fnode-red\u002Fperipheral\u002Fwebcam",[],{"title":5628,"path":5629,"order":4695,"children":5630},"Terminology","\u002Fdocs\u002Fnode-red\u002Fterminology",[],{"title":5632,"path":5633,"order":5634,"children":5635},"Keyboard shortcuts","\u002Fdocs\u002Fnode-red\u002Fkeyboard",11,[],{"html":5637},"\u003Cp>Joins sequences of messages into a single message.\u003C\u002Fp>\n    \u003Cp>There are three modes available:\u003C\u002Fp>\n    \u003Cdl>\n        \u003Cdt>automatic\u003C\u002Fdt>\n        \u003Cdd>When paired with the \u003Cb>split\u003C\u002Fb> node, it will automatically join the messages to reverse the split that was performed.\u003C\u002Fdd>\n        \u003Cdt>manual\u003C\u002Fdt>\n        \u003Cdd>Join sequences of messages in a variety of ways.\u003C\u002Fdd>\n        \u003Cdt>reduce sequence\u003C\u002Fdt>\n        \u003Cdd>Apply an expression against all messages in a sequence to reduce it to a single message.\u003C\u002Fdd>\n    \u003C\u002Fdl>\n    \u003Ch3>Inputs\u003C\u002Fh3>\n    \u003Cdl class=\"message-properties\">\n        \u003Cdt class=\"optional\">parts\u003Cspan class=\"property-type\">object\u003C\u002Fspan>\u003C\u002Fdt>\n        \u003Cdd>To automatically join a sequence of messages, they should all have\n        this property set. The \u003Cb>split\u003C\u002Fb> node generates this property but it\n        can be manually created. It has the following properties:\n        \u003Cul>\n            \u003Cli>\u003Ccode>id\u003C\u002Fcode> - an identifier for the group of messages\u003C\u002Fli>\n            \u003Cli>\u003Ccode>index\u003C\u002Fcode> - the position within the group\u003C\u002Fli>\n            \u003Cli>\u003Ccode>count\u003C\u002Fcode> - the total number of messages in the group\u003C\u002Fli>\n            \u003Cli>\u003Ccode>type\u003C\u002Fcode> - the type of message - string\u002Farray\u002Fobject\u002Fbuffer\u003C\u002Fli>\n            \u003Cli>\u003Ccode>ch\u003C\u002Fcode> - for a string or buffer, the data used to the split the message as either the string or an array of bytes\u003C\u002Fli>\n            \u003Cli>\u003Ccode>key\u003C\u002Fcode> - for an object, the key of the property this message was created from\u003C\u002Fli>\n            \u003Cli>\u003Ccode>len\u003C\u002Fcode> - the length of each message when split using a fixed length value\u003C\u002Fli>\n        \u003C\u002Ful>\n        \u003C\u002Fdd>\n        \u003Cdt class=\"optional\">complete\u003C\u002Fdt>\n        \u003Cdd>If set, the node will append the payload, and then send the output message in its current state.\n            If you don't wish to append the payload, delete it from the msg.\u003C\u002Fdd>\n        \u003Cdt class=\"optional\">reset\u003C\u002Fdt>\n        \u003Cdd>If set, the node will clear any partially complete message and not send it.\u003C\u002Fdd>\n        \u003Cdt class=\"optional\">restartTimeout\u003C\u002Fdt>\n        \u003Cdd>If set, and the node has a timeout configured, that timeout will be restarted.\u003C\u002Fdd>\n    \u003C\u002Fdl>\n    \u003Ch3>Details\u003C\u002Fh3>\n\n    \u003Ch4>Automatic mode\u003C\u002Fh4>\n    \u003Cp>Automatic mode uses the \u003Ccode>parts\u003C\u002Fcode> property of incoming messages to\n       determine how the sequence should be joined. This allows it to automatically\n       reverse the action of a \u003Cb>split\u003C\u002Fb> node.\u003C\u002Fp>\n\n    \u003Ch4>Manual mode\u003C\u002Fh4>\n    \u003Cp>When configured to join in manual mode, the node is able to join sequences\n     of messages into a number of different results:\u003C\u002Fp>\n    \u003Cul>\n        \u003Cli>a \u003Cb>string\u003C\u002Fb> or \u003Cb>buffer\u003C\u002Fb> - created by joining the selected property of each message with the specified join characters or buffer.\u003C\u002Fli>\n        \u003Cli>an \u003Cb>array\u003C\u002Fb> - created by adding each selected property, or entire message, to the output array.\u003C\u002Fli>\n        \u003Cli>a \u003Cb>key\u002Fvalue object\u003C\u002Fb> - created by using a property of each message to determine the key under which\n        the required value is stored.\u003C\u002Fli>\n        \u003Cli>a \u003Cb>merged object\u003C\u002Fb> - created by merging the property of each message under a single object.\u003C\u002Fli>\n    \u003C\u002Ful>\n    \u003Cp>The other properties of the output message are taken from the last message received before the result is sent.\u003C\u002Fp>\n    \u003Cp>A \u003Ci>count\u003C\u002Fi> can be set for how many messages should be received before generating the output message.\n    For object outputs, once this count has been reached, the node can be configured to send a message for each subsequent message\n    received.\u003C\u002Fp>\n    \u003Cp>A \u003Ci>timeout\u003C\u002Fi> can be set to trigger sending the new message using whatever has been received so far.\n     This timeout can be restarted by sending a message with the \u003Ccode>msg.restartTimeout\u003C\u002Fcode> property set.\u003C\u002Fp>\n    \u003Cp>If a message is received with the \u003Ccode>msg.complete\u003C\u002Fcode> property set, the output message is finalised and sent.\n    This resets any part counts.\u003C\u002Fp>\n    \u003Cp>If a message is received with the \u003Ccode>msg.reset\u003C\u002Fcode> property set, the partly complete message is deleted and not sent.\n    This resets any part counts.\u003C\u002Fp>\n\n    \u003Ch4>Reduce Sequence mode\u003C\u002Fh4>\n    \u003Cp>When configured to join in reduce mode, an expression is applied to each\n       message in a sequence and the result accumulated to produce a single message.\u003C\u002Fp>\n\n    \u003Cdl class=\"message-properties\">\n        \u003Cdt>Initial value\u003C\u002Fdt>\n        \u003Cdd>The initial value of the accumulated value (\u003Ccode>$A\u003C\u002Fcode>).\u003C\u002Fdd>\n        \u003Cdt>Reduce expression\u003C\u002Fdt>\n        \u003Cdd>A JSONata expression that is called for each message in the sequence.\n            The result is passed to the next call of the expression as the accumulated value.\n            In the expression, the following special variables can be used:\n            \u003Cul>\n                \u003Cli>\u003Ccode>$A\u003C\u002Fcode>: the accumulated value, \u003C\u002Fli>\n                \u003Cli>\u003Ccode>$I\u003C\u002Fcode>: index of the message in the sequence, \u003C\u002Fli>\n                \u003Cli>\u003Ccode>$N\u003C\u002Fcode>: number of messages in the sequence.\u003C\u002Fli>\n            \u003C\u002Ful>\n        \u003C\u002Fdd>\n        \u003Cdt>Fix-up expression\u003C\u002Fdt>\n        \u003Cdd>An optional JSONata expression that is applied after the reduce expression\n            has been applied to all messages in the sequence.\n            In the expression, following special variables can be used:\n            \u003Cul>\n                \u003Cli>\u003Ccode>$A\u003C\u002Fcode>: the accumulated value, \u003C\u002Fli>\n                \u003Cli>\u003Ccode>$N\u003C\u002Fcode>: number of messages in the sequence.\u003C\u002Fli>\n            \u003C\u002Ful>\n        \u003C\u002Fdd>\n        \u003Cp>By default, the reduce expression is applied in order, from the first\n           to the last message of the sequence. It can optionally be applied in\n           reverse order.\u003C\u002Fp>\n        \u003Cp>$N is the number of messages that arrive - even if they are identical.\u003C\u002Fp>\n    \u003C\u002Fdl>\n    \u003Cp>\u003Cb>Example:\u003C\u002Fb> the following settings, given a sequence of numeric values,\n       calculates the average value:\n        \u003C\u002Fp>\u003Cul>\n            \u003Cli>\u003Cb>Reduce expression\u003C\u002Fb>: \u003Ccode>$A+payload\u003C\u002Fcode>\u003C\u002Fli>\n            \u003Cli>\u003Cb>Initial value\u003C\u002Fb>: \u003Ccode>0\u003C\u002Fcode>\u003C\u002Fli>\n            \u003Cli>\u003Cb>Fix-up expression\u003C\u002Fb>: \u003Ccode>$A\u002F$N\u003C\u002Fcode>\u003C\u002Fli>\n        \u003C\u002Ful>\n    \u003Cp>\u003C\u002Fp>\n    \u003Ch4>Storing messages\u003C\u002Fh4>\n    \u003Cp>This node will buffer messages internally in order to work across sequences. The\n       runtime setting \u003Ccode>nodeMessageBufferMaxLength\u003C\u002Fcode> can be used to limit how many messages nodes\n       will buffer.\u003C\u002Fp>",1788888664084]