[{"data":1,"prerenderedAt":5831},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse":3,"featureCatalog":4904,"changelog-titles":5296,"blog-all-for-related":5830},{"id":4,"title":5,"authors":6,"body":8,"cta":4884,"date":4885,"description":4886,"extension":4887,"features":4884,"image":4888,"lastUpdated":4884,"meta":4889,"navigation":4894,"path":4895,"release":4884,"seo":4896,"sitemap":4897,"stem":4898,"subtitle":4899,"tags":4900,"tldr":4884,"video":4884,"__hash__":4903},"blog\u002Fblog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse.md","Managing MQTT Connections at Scale in FlowFuse",[7],"sumit-shinde",{"type":9,"value":10,"toc":4866},"minimark",[11,15,18,23,26,29,43,47,50,53,124,128,131,136,143,154,162,170,178,188,245,248,251,256,259,262,274,283,289,297,303,311,316,319,322,4741,4745,4748,4751,4759,4762,4765,4796,4804,4807,4811,4814,4822,4825,4829,4832,4840,4848,4852,4855,4862],[12,13,14],"p",{},"FlowFuse makes it easy to deploy Node-RED flows at scale using DevOps pipelines and device groups. However, different stages in a pipeline may need different MQTT brokers, for example, one for development and another for production. Manually configuring each stage can be time-consuming, especially when a stage has multiple remote instances (devices).",[12,16,17],{},"This article shows how to continue using FlowFuse’s one-click deployment while ensuring that remote instances in each stage of your pipeline connect to the desired MQTT broker without manual configuration.",[19,20,22],"h2",{"id":21},"goal-and-prerequisites","Goal and Prerequisites",[12,24,25],{},"This article explains how to deploy Node-RED flows across different pipeline stages while ensuring each stage connects to its appropriate MQTT broker.",[12,27,28],{},"To proceed, ensure that the DevOps pipeline is created with the correct stages. If a stage includes remote instances, verify that all instances are running the FlowFuse Device Agent and are connected to your team.",[12,30,31,32,37,38,42],{},"For more information on how to create a DevOps pipeline, refer to ",[33,34,36],"a",{"href":35},"\u002Fblog\u002F2024\u002F10\u002Fhow-to-build-automate-devops-pipelines-node-red-deployments\u002F","How to Build and Automate DevOps Pipelines for Node-RED Deployments",". For instructions on how to create a device group, refer to the ",[33,39,41],{"href":40},"\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F","Device Groups Documentation",".",[19,44,46],{"id":45},"setting-environment-variables-for-development-instance","Setting Environment Variables for Development Instance",[12,48,49],{},"For this guide, environment variables will be the key tool to ensure each pipeline stage connects to the correct MQTT broker without manual intervention, allowing for a smooth deployment process.",[12,51,52],{},"Since the development remote instance is where the flow will be built and tested, start by adding the necessary environment variables for its MQTT configuration. Setting these up first ensures the flow runs as expected before deploying it to other pipeline stages.",[54,55,56,60,68,117],"ol",{},[57,58,59],"li",{},"Go to the remote\u002Fhosted instance settings in the FlowFuse platform.",[57,61,62,63,67],{},"Switch to the ",[64,65,66],"strong",{},"Environment"," settings.",[57,69,70,71],{},"Add the following environment variables with the appropriate values for that specific device:",[72,73,74,81,87,93,99,105,111],"ul",{},[57,75,76,80],{},[77,78,79],"code",{},"HOST"," – The MQTT broker's hostname or IP address.",[57,82,83,86],{},[77,84,85],{},"PORT"," – The port number the broker is listening on.",[57,88,89,92],{},[77,90,91],{},"USERNAME"," – The authentication username for the MQTT broker.",[57,94,95,98],{},[77,96,97],{},"PASSWORD"," – The authentication password for the MQTT broker.",[57,100,101,104],{},[77,102,103],{},"CLIENT_ID"," – A unique identifier for the device connecting to the broker.",[57,106,107,110],{},[77,108,109],{},"CLIENT_ID_SUFFIX"," – A suffix shared among client IDs within the broker.",[57,112,113,116],{},[77,114,115],{},"TOPIC"," – The MQTT topic used for message communication.",[57,118,119,120,123],{},"Click ",[64,121,122],{},"Save Settings"," to apply the changes and restart the device.",[19,125,127],{"id":126},"configuring-mqtt-in-node-red-with-environment-variables","Configuring MQTT in Node-RED with Environment Variables",[12,129,130],{},"Now, let's explore how these environment variables can be used within Node-RED to configure the MQTT broker. Node-RED offers multiple ways to reference environment variables. Here are two primary methods to configure MQTT nodes using environment variables:",[132,133,135],"h3",{"id":134},"_1-using-the-configuration-dialog","1. Using the Configuration Dialog:",[12,137,138,139,142],{},"Environment variables can be directly referenced in the MQTT node properties using the ",[77,140,141],{},"${ENV_NAME}"," syntax as shown in the following images.",[12,144,145,151],{},[146,147],"img",{"alt":148,"dataZoomable":149,"src":150},"Setting up MQTT connection using environment variables.","","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fmqtt-config-with-env.png",[152,153,148],"em",{},[12,155,156,160],{},[146,157],{"alt":158,"dataZoomable":149,"src":159},"Configuring MQTT node security settings using environment variables in Node-RED.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fmqtt-node-security-config.png",[152,161,158],{},[12,163,164,168],{},[146,165],{"alt":166,"dataZoomable":149,"src":167},"Configuring the MQTT topic in Node-RED using environment variables.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fmqtt-broker-out-config.png",[152,169,166],{},[132,171,173,174,177],{"id":172},"_2-setting-values-dynamically-via-the-msg-object","2. Setting Values Dynamically via the ",[77,175,176],{},"msg"," Object",[12,179,180,181,184,185,187],{},"In this approach, a ",[64,182,183],{},"Change node"," is used to retrieve environment variables and set the necessary MQTT configuration properties in the ",[77,186,176],{}," object. These properties include:",[72,189,190,196,206,215,221,227,233,239],{},[57,191,192,195],{},[77,193,194],{},"msg.broker.broker"," – The MQTT broker’s URL or IP address.",[57,197,198,201,202,205],{},[77,199,200],{},"msg.action"," – Must be set to ",[77,203,204],{},"\"connect\""," when establishing a connection.",[57,207,208,201,211,214],{},[77,209,210],{},"msg.broker.force",[77,212,213],{},"true"," to enforce the connection.",[57,216,217,220],{},[77,218,219],{},"msg.broker.port"," – The port number for the MQTT connection.",[57,222,223,226],{},[77,224,225],{},"msg.broker.clientid"," – The unique client identifier for the device.",[57,228,229,232],{},[77,230,231],{},"msg.broker.username"," – The MQTT username for authentication.",[57,234,235,238],{},[77,236,237],{},"msg.broker.password"," – The MQTT password for authentication.",[57,240,241,244],{},[77,242,243],{},"msg.topic"," – The MQTT topic to which the device will publish or subscribe.",[12,246,247],{},"While the first method (direct reference in the MQTT node) is simpler and does not require additional nodes, it has limitations. It works well when there is only a single instance in the pipeline stage. However, when multiple instances exist within the same stage, the client ID, username, password, and topics often vary from device to device. The second method provides greater flexibility by dynamically adjusting these values, ensuring each device connects with the correct credentials and configurations. This approach makes the setup scalable and adaptable, eliminating the need for manual updates during deployment.",[12,249,250],{},"Unlike the first approach, which restricts direct combinations (e.g., string + environment variables or environment variables + environment variables), the second method enables dynamic modifications.",[252,253,255],"h4",{"id":254},"ensuring-unique-mqtt-credentials-and-topics","Ensuring Unique MQTT Credentials and Topics",[12,257,258],{},"As we mentioned in the multi-device deployment scenario, each device needs to establish its own connection to the MQTT broker while maintaining unique credentials and topics. If multiple devices in the same stage use identical configurations, connection conflicts, such as client ID duplication, may occur. To avoid these issues, each device must be assigned a unique client ID, username, password for security, and topic.",[12,260,261],{},"To ensure uniqueness, we can use the default environment variables available for each remote instance, such as:",[72,263,264,269],{},[57,265,266],{},[77,267,268],{},"FF_DEVICE_NAME",[57,270,271],{},[77,272,273],{},"FF_DEVICE_ID",[12,275,276,277,279,280,282],{},"When generating the client ID for the MQTT broker, the device name (",[77,278,268],{},") can be used as the username. Since all client IDs share the same suffix, this suffix can be stored as a device-level environment variable (",[77,281,109],{},"). By combining both values, we can get the client ID of the device without manual intervention.",[12,284,285,286,288],{},"For the password, you can use the device ID (",[77,287,273],{},"), which is assigned when creating the client. Alternatively, you can set a common password for all clients by defining it as a device group-level environment variable.",[12,290,291,295],{},[146,292],{"alt":293,"dataZoomable":149,"src":294},"Using a Change node to dynamically set MQTT broker connection properties.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002FCHANGE-NODE-1.png",[152,296,293],{},[12,298,299,300,302],{},"For topics, a combination of a string and ",[77,301,268],{}," can be used to ensure uniqueness.",[12,304,305,309],{},[146,306],{"alt":307,"dataZoomable":149,"src":308},"Configuring MQTT topics dynamically using a Change node in Node-RED.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002FCHANGE-NODE-TOPIC-1.png",[152,310,307],{},[12,312,313],{},[152,314,315],{},"Note: Ensure that the topic configuration is set dynamically when sending the payload, not when establishing the connection.",[12,317,318],{},"Once you have built your flow to connect to the intended MQTT broker using environment variables, deploy it and verify that it works as expected.",[12,320,321],{},"Also, if you need an example flow to test and explore in more detail, the following flow is provided. It demonstrates how to configure the MQTT connection dynamically using environment variables and, where needed, generate some settings by combining strings with environment variables.",[323,324,325],"render-flow",{},[326,327,331],"pre",{"className":328,"code":329,"language":330,"meta":149,"style":149},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"0301bbe611a22e6d\",\"type\":\"cpu\",\"z\":\"aeaff62b91a987d4\",\"name\":\"\",\"msgCore\":false,\"msgOverall\":true,\"msgArray\":false,\"msgTemp\":false,\"x\":450,\"y\":380,\"wires\":[[\"0c0ee596549272d4\"]]},{\"id\":\"4b8f4fec3983d558\",\"type\":\"inject\",\"z\":\"aeaff62b91a987d4\",\"name\":\"Trigger every 5-second interval.\",\"props\":[],\"repeat\":\"5\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"x\":190,\"y\":440,\"wires\":[[\"0301bbe611a22e6d\",\"e12765d187a7b502\",\"43e83b87e202428b\",\"552b49b55fbf8071\"]]},{\"id\":\"e12765d187a7b502\",\"type\":\"Memory\",\"z\":\"aeaff62b91a987d4\",\"name\":\"\",\"scale\":\"Gigabyte\",\"x\":440,\"y\":420,\"wires\":[[\"fe3d07cd9f4f1b20\"]]},{\"id\":\"43e83b87e202428b\",\"type\":\"Uptime\",\"z\":\"aeaff62b91a987d4\",\"name\":\"\",\"x\":440,\"y\":460,\"wires\":[[\"29541f3dafd85db9\"]]},{\"id\":\"552b49b55fbf8071\",\"type\":\"Loadavg\",\"z\":\"aeaff62b91a987d4\",\"name\":\"\",\"x\":440,\"y\":500,\"wires\":[[\"7b09b1eae14fac16\"]]},{\"id\":\"0c0ee596549272d4\",\"type\":\"change\",\"z\":\"aeaff62b91a987d4\",\"name\":\"CPU USAGE\",\"rules\":[{\"t\":\"set\",\"p\":\"data\",\"pt\":\"msg\",\"to\":\"{}\",\"tot\":\"json\"},{\"t\":\"set\",\"p\":\"data.CPU_USAGE\",\"pt\":\"msg\",\"to\":\"payload\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":650,\"y\":380,\"wires\":[[\"75445a62bac2e0c7\"]]},{\"id\":\"fe3d07cd9f4f1b20\",\"type\":\"change\",\"z\":\"aeaff62b91a987d4\",\"name\":\"MEMORY USAGE\",\"rules\":[{\"t\":\"set\",\"p\":\"data\",\"pt\":\"msg\",\"to\":\"{}\",\"tot\":\"json\"},{\"t\":\"set\",\"p\":\"data.MEMORY_USAGE\",\"pt\":\"msg\",\"to\":\"payload\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":670,\"y\":420,\"wires\":[[\"75445a62bac2e0c7\"]]},{\"id\":\"29541f3dafd85db9\",\"type\":\"change\",\"z\":\"aeaff62b91a987d4\",\"name\":\"SYSTEM UPTIME\",\"rules\":[{\"t\":\"set\",\"p\":\"data\",\"pt\":\"msg\",\"to\":\"{}\",\"tot\":\"json\"},{\"t\":\"set\",\"p\":\"data.UPTIME\",\"pt\":\"msg\",\"to\":\"payload.uptime\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":670,\"y\":460,\"wires\":[[\"75445a62bac2e0c7\"]]},{\"id\":\"7b09b1eae14fac16\",\"type\":\"change\",\"z\":\"aeaff62b91a987d4\",\"name\":\"LOAD AVERAGE\",\"rules\":[{\"t\":\"set\",\"p\":\"data\",\"pt\":\"msg\",\"to\":\"{}\",\"tot\":\"json\"},{\"t\":\"set\",\"p\":\"data.LOAD_AVERAGE.ONE_MIN\",\"pt\":\"msg\",\"to\":\"payload.loadavg[0]\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"data.LOAD_AVERAGE.FIVE_MIN\",\"pt\":\"msg\",\"to\":\"payload.loadavg[1]\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"data.LOAD_AVERAGE.FIFTEEN_MIN\",\"pt\":\"msg\",\"to\":\"payload.loadavg[2]\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":670,\"y\":500,\"wires\":[[\"75445a62bac2e0c7\"]]},{\"id\":\"75445a62bac2e0c7\",\"type\":\"join\",\"z\":\"aeaff62b91a987d4\",\"name\":\"\",\"mode\":\"custom\",\"build\":\"merged\",\"property\":\"data\",\"propertyType\":\"msg\",\"key\":\"topic\",\"joiner\":\"\\\\n\",\"joinerType\":\"str\",\"useparts\":false,\"accumulate\":false,\"timeout\":\"\",\"count\":\"4\",\"reduceRight\":false,\"reduceExp\":\"\",\"reduceInit\":\"\",\"reduceInitType\":\"\",\"reduceFixup\":\"\",\"x\":870,\"y\":440,\"wires\":[[\"acf3b791d682a13d\"]]},{\"id\":\"272ec74227a151db\",\"type\":\"change\",\"z\":\"aeaff62b91a987d4\",\"name\":\"Dynamically Configure MQTT Connection Using Environment Variables\",\"rules\":[{\"t\":\"set\",\"p\":\"action\",\"pt\":\"msg\",\"to\":\"connect\",\"tot\":\"str\"},{\"t\":\"set\",\"p\":\"broker.broker\",\"pt\":\"msg\",\"to\":\"HOST\",\"tot\":\"env\"},{\"t\":\"set\",\"p\":\"broker.port\",\"pt\":\"msg\",\"to\":\"PORT\",\"tot\":\"env\"},{\"t\":\"set\",\"p\":\"broker.clientid\",\"pt\":\"msg\",\"to\":\"${FF_DEVICE_NAME}${Client_ID_SUFFIX}\",\"tot\":\"env\"},{\"t\":\"set\",\"p\":\"broker.username\",\"pt\":\"msg\",\"to\":\"broker.clientid\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"broker.password\",\"pt\":\"msg\",\"to\":\"FF_DEVICE_ID\",\"tot\":\"env\"},{\"t\":\"set\",\"p\":\"broker.force\",\"pt\":\"msg\",\"to\":\"true\",\"tot\":\"bool\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":820,\"y\":580,\"wires\":[[\"4860cc23dfca9720\"]]},{\"id\":\"4860cc23dfca9720\",\"type\":\"mqtt out\",\"z\":\"aeaff62b91a987d4\",\"name\":\"\",\"topic\":\"\",\"qos\":\"0\",\"retain\":\"\",\"respTopic\":\"\",\"contentType\":\"\",\"userProps\":\"\",\"correl\":\"\",\"expiry\":\"\",\"broker\":\"f484702903e298e7\",\"x\":1270,\"y\":580,\"wires\":[]},{\"id\":\"acf3b791d682a13d\",\"type\":\"change\",\"z\":\"aeaff62b91a987d4\",\"name\":\"Set payload and topic\",\"rules\":[{\"t\":\"set\",\"p\":\"payload\",\"pt\":\"msg\",\"to\":\"data\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"topic\",\"pt\":\"msg\",\"to\":\"factory\u002Fline2\u002F${FF_DEVICE_NAME}\",\"tot\":\"env\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":1080,\"y\":440,\"wires\":[[\"4860cc23dfca9720\"]]},{\"id\":\"79dfc62b4b21d20b\",\"type\":\"inject\",\"z\":\"aeaff62b91a987d4\",\"name\":\"Trigger on deploy\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":true,\"onceDelay\":0.1,\"topic\":\"\",\"x\":210,\"y\":580,\"wires\":[[\"272ec74227a151db\"]]},{\"id\":\"f484702903e298e7\",\"type\":\"mqtt-broker\",\"name\":\"\",\"broker\":\"localhost\",\"port\":1883,\"clientid\":\"\",\"autoConnect\":false,\"usetls\":false,\"protocolVersion\":4,\"keepalive\":60,\"cleansession\":true,\"autoUnsubscribe\":true,\"birthTopic\":\"\",\"birthQos\":\"0\",\"birthRetain\":\"false\",\"birthPayload\":\"\",\"birthMsg\":{},\"closeTopic\":\"\",\"closeQos\":\"0\",\"closeRetain\":\"false\",\"closePayload\":\"\",\"closeMsg\":{},\"willTopic\":\"\",\"willQos\":\"0\",\"willRetain\":\"false\",\"willPayload\":\"\",\"willMsg\":{},\"userProps\":\"\",\"sessionExpiry\":\"\"}]\n","json",[77,332,333],{"__ignoreMap":149},[334,335,338,342,345,349,351,354,356,360,362,365,367,370,372,374,376,379,381,383,385,388,390,392,394,397,399,401,403,406,408,410,413,415,417,420,422,425,427,430,432,435,437,440,442,444,446,449,451,453,455,458,460,462,466,468,470,473,475,477,480,482,484,487,489,492,494,497,499,502,504,506,508,510,512,515,517,519,521,523,525,527,529,532,534,536,538,540,542,544,546,548,550,552,554,556,558,560,562,565,567,569,571,574,576,579,581,584,586,588,590,593,595,597,599,602,604,606,608,610,612,615,617,619,621,624,626,628,631,633,635,638,640,642,644,646,648,650,652,654,657,659,661,663,665,667,670,672,674,676,678,680,682,684,686,688,690,693,695,697,699,702,704,706,708,711,713,715,717,719,721,723,725,727,729,731,733,735,737,739,741,744,746,748,750,752,754,756,758,760,762,764,766,768,770,772,774,776,778,781,783,785,787,790,792,794,796,798,800,802,804,806,808,810,812,814,817,819,821,823,825,827,829,832,834,836,838,840,842,844,846,848,850,852,854,856,858,860,862,865,867,869,871,873,875,877,879,881,883,885,887,889,891,893,895,897,899,901,903,905,907,909,911,913,915,917,920,922,924,926,928,930,932,935,937,939,941,943,945,947,949,951,953,955,957,959,961,963,965,968,970,972,974,976,978,980,982,984,986,988,990,992,994,996,998,1000,1002,1004,1006,1008,1010,1012,1014,1016,1018,1020,1023,1025,1027,1029,1031,1033,1035,1038,1040,1042,1044,1046,1048,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068,1071,1073,1075,1077,1079,1081,1083,1085,1087,1089,1091,1093,1095,1097,1099,1101,1104,1106,1108,1110,1113,1115,1118,1120,1124,1126,1128,1130,1133,1135,1137,1139,1141,1143,1145,1147,1150,1152,1154,1156,1159,1161,1163,1165,1167,1169,1171,1173,1176,1178,1180,1182,1185,1187,1189,1191,1194,1196,1198,1200,1202,1204,1207,1209,1211,1213,1215,1217,1219,1221,1223,1225,1227,1229,1231,1233,1236,1238,1240,1242,1244,1246,1248,1250,1252,1254,1256,1258,1260,1262,1264,1266,1269,1271,1273,1275,1277,1279,1281,1283,1285,1287,1290,1292,1295,1297,1299,1301,1303,1305,1308,1310,1312,1314,1316,1318,1321,1323,1325,1327,1329,1331,1333,1335,1337,1339,1341,1343,1346,1348,1350,1352,1354,1356,1358,1361,1363,1365,1367,1369,1371,1373,1375,1377,1379,1381,1383,1385,1388,1390,1392,1394,1396,1398,1400,1402,1404,1406,1408,1410,1412,1414,1416,1418,1420,1422,1424,1426,1428,1430,1432,1434,1436,1438,1440,1442,1444,1446,1448,1450,1453,1455,1457,1459,1461,1463,1465,1467,1469,1471,1473,1475,1477,1479,1481,1483,1485,1487,1489,1491,1493,1495,1497,1499,1501,1503,1505,1507,1509,1511,1513,1515,1517,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,1574,1576,1578,1580,1582,1584,1586,1588,1590,1592,1594,1596,1598,1600,1602,1604,1606,1608,1610,1612,1614,1616,1618,1620,1622,1624,1626,1628,1630,1632,1634,1636,1638,1640,1642,1644,1646,1648,1650,1652,1654,1656,1658,1660,1662,1664,1666,1668,1670,1672,1674,1676,1678,1680,1682,1684,1686,1688,1690,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1713,1715,1717,1719,1721,1723,1725,1727,1729,1731,1733,1735,1737,1739,1741,1743,1745,1747,1749,1751,1753,1755,1757,1759,1761,1763,1765,1767,1769,1771,1773,1775,1777,1779,1781,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,1870,1872,1874,1876,1878,1880,1882,1884,1886,1888,1890,1892,1894,1896,1898,1900,1902,1905,1907,1909,1911,1913,1915,1917,1919,1921,1923,1925,1927,1929,1931,1933,1935,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,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,2074,2076,2078,2080,2082,2084,2086,2088,2090,2092,2094,2096,2098,2100,2102,2104,2106,2108,2110,2112,2115,2117,2119,2121,2123,2125,2127,2129,2131,2133,2135,2137,2139,2141,2143,2145,2147,2149,2151,2153,2155,2157,2159,2161,2163,2165,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,2236,2238,2240,2242,2244,2246,2248,2250,2252,2254,2256,2258,2260,2262,2264,2266,2269,2271,2273,2275,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2313,2315,2318,2320,2322,2324,2326,2328,2330,2332,2334,2336,2338,2340,2342,2344,2346,2348,2351,2353,2355,2357,2359,2361,2363,2365,2367,2369,2371,2373,2375,2377,2379,2381,2383,2385,2387,2389,2391,2393,2395,2397,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,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,2578,2580,2582,2584,2586,2588,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610,2612,2615,2617,2619,2621,2624,2626,2628,2630,2633,2635,2637,2639,2642,2644,2646,2648,2650,2652,2654,2656,2658,2660,2662,2664,2667,2669,2671,2673,2675,2677,2679,2681,2684,2686,2688,2690,2692,2694,2696,2698,2701,2703,2705,2707,2711,2714,2716,2718,2720,2723,2725,2727,2729,2732,2734,2736,2738,2741,2743,2745,2747,2750,2752,2754,2756,2759,2761,2763,2765,2767,2769,2772,2774,2776,2778,2781,2783,2785,2787,2790,2792,2794,2796,2799,2801,2803,2805,2807,2809,2812,2814,2816,2818,2820,2822,2825,2827,2829,2831,2833,2835,2838,2840,2842,2844,2846,2848,2850,2852,2854,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,2884,2886,2888,2890,2892,2894,2896,2898,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2937,2939,2941,2943,2945,2947,2950,2952,2954,2956,2958,2960,2962,2964,2966,2968,2970,2972,2974,2976,2978,2980,2982,2984,2986,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3023,3025,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3072,3074,3076,3078,3080,3082,3084,3086,3088,3090,3092,3094,3096,3098,3100,3102,3104,3106,3108,3110,3112,3114,3116,3118,3121,3123,3125,3127,3129,3131,3133,3135,3137,3139,3141,3143,3145,3147,3149,3151,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,3235,3237,3239,3241,3243,3245,3247,3249,3251,3253,3255,3257,3259,3261,3263,3265,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,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,3398,3400,3402,3404,3406,3408,3410,3412,3414,3416,3418,3420,3422,3424,3426,3428,3430,3432,3434,3436,3438,3440,3442,3444,3446,3448,3450,3452,3454,3456,3458,3460,3462,3464,3466,3468,3470,3472,3474,3476,3479,3481,3483,3485,3487,3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3509,3511,3513,3515,3517,3519,3521,3523,3525,3528,3530,3532,3534,3536,3538,3540,3542,3544,3546,3548,3550,3552,3554,3556,3558,3560,3562,3564,3566,3568,3570,3572,3574,3576,3578,3580,3582,3584,3586,3588,3590,3592,3594,3596,3599,3601,3603,3605,3607,3609,3612,3614,3616,3618,3620,3622,3624,3627,3629,3631,3633,3635,3637,3639,3641,3643,3645,3647,3649,3651,3653,3655,3657,3660,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3709,3711,3713,3715,3718,3720,3722,3724,3727,3729,3731,3733,3735,3737,3740,3742,3744,3746,3748,3750,3753,3755,3757,3759,3761,3763,3766,3768,3770,3772,3774,3776,3779,3781,3783,3785,3787,3789,3792,3794,3796,3798,3800,3802,3805,3807,3809,3811,3814,3816,3818,3820,3822,3824,3826,3829,3831,3833,3835,3837,3839,3841,3843,3845,3847,3849,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,3908,3910,3913,3915,3917,3919,3921,3923,3925,3927,3929,3931,3933,3935,3937,3939,3941,3943,3945,3947,3949,3951,3953,3955,3957,3959,3961,3963,3965,3967,3969,3971,3973,3975,3977,3979,3981,3983,3985,3987,3989,3991,3993,3995,3997,3999,4001,4003,4005,4007,4009,4011,4013,4015,4017,4019,4021,4023,4025,4027,4029,4031,4033,4035,4037,4039,4041,4043,4045,4047,4049,4051,4053,4055,4057,4059,4061,4063,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,4140,4142,4144,4146,4148,4150,4153,4155,4157,4159,4161,4163,4165,4167,4169,4171,4173,4175,4177,4179,4181,4183,4185,4187,4189,4191,4193,4196,4198,4200,4202,4204,4206,4208,4210,4212,4214,4216,4218,4220,4222,4224,4226,4228,4230,4232,4234,4236,4238,4240,4242,4245,4247,4249,4251,4253,4255,4257,4259,4261,4263,4265,4267,4269,4271,4273,4275,4277,4279,4281,4283,4285,4287,4289,4291,4293,4295,4297,4299,4301,4303,4305,4307,4309,4311,4313,4315,4317,4319,4321,4324,4326,4328,4330,4332,4334,4336,4338,4340,4342,4344,4346,4348,4350,4352,4354,4356,4358,4360,4362,4364,4366,4368,4370,4372,4374,4376,4378,4380,4383,4385,4387,4389,4391,4393,4395,4397,4399,4401,4403,4405,4407,4409,4412,4414,4416,4418,4421,4423,4425,4428,4430,4432,4435,4437,4439,4441,4443,4445,4448,4450,4452,4454,4457,4459,4461,4463,4466,4468,4470,4472,4474,4476,4479,4481,4483,4486,4488,4490,4493,4495,4497,4499,4502,4504,4506,4508,4511,4513,4515,4517,4519,4521,4524,4526,4528,4530,4532,4534,4536,4538,4541,4543,4545,4547,4550,4552,4554,4556,4559,4561,4563,4565,4567,4569,4572,4574,4577,4579,4582,4584,4586,4588,4590,4592,4595,4597,4599,4601,4603,4605,4607,4609,4612,4614,4616,4618,4620,4622,4624,4626,4629,4631,4633,4635,4637,4639,4642,4644,4646,4648,4651,4653,4655,4657,4659,4661,4664,4666,4668,4670,4672,4674,4676,4678,4681,4683,4685,4687,4689,4691,4693,4695,4698,4700,4702,4704,4706,4708,4711,4713,4715,4717,4719,4721,4723,4725,4727,4729,4732,4734,4736,4738],"span",{"class":336,"line":337},"line",1,[334,339,341],{"class":340},"sMK4o","[{",[334,343,344],{"class":340},"\"",[334,346,348],{"class":347},"spNyl","id",[334,350,344],{"class":340},[334,352,353],{"class":340},":",[334,355,344],{"class":340},[334,357,359],{"class":358},"sfazB","0301bbe611a22e6d",[334,361,344],{"class":340},[334,363,364],{"class":340},",",[334,366,344],{"class":340},[334,368,369],{"class":347},"type",[334,371,344],{"class":340},[334,373,353],{"class":340},[334,375,344],{"class":340},[334,377,378],{"class":358},"cpu",[334,380,344],{"class":340},[334,382,364],{"class":340},[334,384,344],{"class":340},[334,386,387],{"class":347},"z",[334,389,344],{"class":340},[334,391,353],{"class":340},[334,393,344],{"class":340},[334,395,396],{"class":358},"aeaff62b91a987d4",[334,398,344],{"class":340},[334,400,364],{"class":340},[334,402,344],{"class":340},[334,404,405],{"class":347},"name",[334,407,344],{"class":340},[334,409,353],{"class":340},[334,411,412],{"class":340},"\"\"",[334,414,364],{"class":340},[334,416,344],{"class":340},[334,418,419],{"class":347},"msgCore",[334,421,344],{"class":340},[334,423,424],{"class":340},":false,",[334,426,344],{"class":340},[334,428,429],{"class":347},"msgOverall",[334,431,344],{"class":340},[334,433,434],{"class":340},":true,",[334,436,344],{"class":340},[334,438,439],{"class":347},"msgArray",[334,441,344],{"class":340},[334,443,424],{"class":340},[334,445,344],{"class":340},[334,447,448],{"class":347},"msgTemp",[334,450,344],{"class":340},[334,452,424],{"class":340},[334,454,344],{"class":340},[334,456,457],{"class":347},"x",[334,459,344],{"class":340},[334,461,353],{"class":340},[334,463,465],{"class":464},"sbssI","450",[334,467,364],{"class":340},[334,469,344],{"class":340},[334,471,472],{"class":347},"y",[334,474,344],{"class":340},[334,476,353],{"class":340},[334,478,479],{"class":464},"380",[334,481,364],{"class":340},[334,483,344],{"class":340},[334,485,486],{"class":347},"wires",[334,488,344],{"class":340},[334,490,491],{"class":340},":[[",[334,493,344],{"class":340},[334,495,496],{"class":358},"0c0ee596549272d4",[334,498,344],{"class":340},[334,500,501],{"class":340},"]]},{",[334,503,344],{"class":340},[334,505,348],{"class":347},[334,507,344],{"class":340},[334,509,353],{"class":340},[334,511,344],{"class":340},[334,513,514],{"class":358},"4b8f4fec3983d558",[334,516,344],{"class":340},[334,518,364],{"class":340},[334,520,344],{"class":340},[334,522,369],{"class":347},[334,524,344],{"class":340},[334,526,353],{"class":340},[334,528,344],{"class":340},[334,530,531],{"class":358},"inject",[334,533,344],{"class":340},[334,535,364],{"class":340},[334,537,344],{"class":340},[334,539,387],{"class":347},[334,541,344],{"class":340},[334,543,353],{"class":340},[334,545,344],{"class":340},[334,547,396],{"class":358},[334,549,344],{"class":340},[334,551,364],{"class":340},[334,553,344],{"class":340},[334,555,405],{"class":347},[334,557,344],{"class":340},[334,559,353],{"class":340},[334,561,344],{"class":340},[334,563,564],{"class":358},"Trigger every 5-second interval.",[334,566,344],{"class":340},[334,568,364],{"class":340},[334,570,344],{"class":340},[334,572,573],{"class":347},"props",[334,575,344],{"class":340},[334,577,578],{"class":340},":[],",[334,580,344],{"class":340},[334,582,583],{"class":347},"repeat",[334,585,344],{"class":340},[334,587,353],{"class":340},[334,589,344],{"class":340},[334,591,592],{"class":358},"5",[334,594,344],{"class":340},[334,596,364],{"class":340},[334,598,344],{"class":340},[334,600,601],{"class":347},"crontab",[334,603,344],{"class":340},[334,605,353],{"class":340},[334,607,412],{"class":340},[334,609,364],{"class":340},[334,611,344],{"class":340},[334,613,614],{"class":347},"once",[334,616,344],{"class":340},[334,618,424],{"class":340},[334,620,344],{"class":340},[334,622,623],{"class":347},"onceDelay",[334,625,344],{"class":340},[334,627,353],{"class":340},[334,629,630],{"class":464},"0.1",[334,632,364],{"class":340},[334,634,344],{"class":340},[334,636,637],{"class":347},"topic",[334,639,344],{"class":340},[334,641,353],{"class":340},[334,643,412],{"class":340},[334,645,364],{"class":340},[334,647,344],{"class":340},[334,649,457],{"class":347},[334,651,344],{"class":340},[334,653,353],{"class":340},[334,655,656],{"class":464},"190",[334,658,364],{"class":340},[334,660,344],{"class":340},[334,662,472],{"class":347},[334,664,344],{"class":340},[334,666,353],{"class":340},[334,668,669],{"class":464},"440",[334,671,364],{"class":340},[334,673,344],{"class":340},[334,675,486],{"class":347},[334,677,344],{"class":340},[334,679,491],{"class":340},[334,681,344],{"class":340},[334,683,359],{"class":358},[334,685,344],{"class":340},[334,687,364],{"class":340},[334,689,344],{"class":340},[334,691,692],{"class":358},"e12765d187a7b502",[334,694,344],{"class":340},[334,696,364],{"class":340},[334,698,344],{"class":340},[334,700,701],{"class":358},"43e83b87e202428b",[334,703,344],{"class":340},[334,705,364],{"class":340},[334,707,344],{"class":340},[334,709,710],{"class":358},"552b49b55fbf8071",[334,712,344],{"class":340},[334,714,501],{"class":340},[334,716,344],{"class":340},[334,718,348],{"class":347},[334,720,344],{"class":340},[334,722,353],{"class":340},[334,724,344],{"class":340},[334,726,692],{"class":358},[334,728,344],{"class":340},[334,730,364],{"class":340},[334,732,344],{"class":340},[334,734,369],{"class":347},[334,736,344],{"class":340},[334,738,353],{"class":340},[334,740,344],{"class":340},[334,742,743],{"class":358},"Memory",[334,745,344],{"class":340},[334,747,364],{"class":340},[334,749,344],{"class":340},[334,751,387],{"class":347},[334,753,344],{"class":340},[334,755,353],{"class":340},[334,757,344],{"class":340},[334,759,396],{"class":358},[334,761,344],{"class":340},[334,763,364],{"class":340},[334,765,344],{"class":340},[334,767,405],{"class":347},[334,769,344],{"class":340},[334,771,353],{"class":340},[334,773,412],{"class":340},[334,775,364],{"class":340},[334,777,344],{"class":340},[334,779,780],{"class":347},"scale",[334,782,344],{"class":340},[334,784,353],{"class":340},[334,786,344],{"class":340},[334,788,789],{"class":358},"Gigabyte",[334,791,344],{"class":340},[334,793,364],{"class":340},[334,795,344],{"class":340},[334,797,457],{"class":347},[334,799,344],{"class":340},[334,801,353],{"class":340},[334,803,669],{"class":464},[334,805,364],{"class":340},[334,807,344],{"class":340},[334,809,472],{"class":347},[334,811,344],{"class":340},[334,813,353],{"class":340},[334,815,816],{"class":464},"420",[334,818,364],{"class":340},[334,820,344],{"class":340},[334,822,486],{"class":347},[334,824,344],{"class":340},[334,826,491],{"class":340},[334,828,344],{"class":340},[334,830,831],{"class":358},"fe3d07cd9f4f1b20",[334,833,344],{"class":340},[334,835,501],{"class":340},[334,837,344],{"class":340},[334,839,348],{"class":347},[334,841,344],{"class":340},[334,843,353],{"class":340},[334,845,344],{"class":340},[334,847,701],{"class":358},[334,849,344],{"class":340},[334,851,364],{"class":340},[334,853,344],{"class":340},[334,855,369],{"class":347},[334,857,344],{"class":340},[334,859,353],{"class":340},[334,861,344],{"class":340},[334,863,864],{"class":358},"Uptime",[334,866,344],{"class":340},[334,868,364],{"class":340},[334,870,344],{"class":340},[334,872,387],{"class":347},[334,874,344],{"class":340},[334,876,353],{"class":340},[334,878,344],{"class":340},[334,880,396],{"class":358},[334,882,344],{"class":340},[334,884,364],{"class":340},[334,886,344],{"class":340},[334,888,405],{"class":347},[334,890,344],{"class":340},[334,892,353],{"class":340},[334,894,412],{"class":340},[334,896,364],{"class":340},[334,898,344],{"class":340},[334,900,457],{"class":347},[334,902,344],{"class":340},[334,904,353],{"class":340},[334,906,669],{"class":464},[334,908,364],{"class":340},[334,910,344],{"class":340},[334,912,472],{"class":347},[334,914,344],{"class":340},[334,916,353],{"class":340},[334,918,919],{"class":464},"460",[334,921,364],{"class":340},[334,923,344],{"class":340},[334,925,486],{"class":347},[334,927,344],{"class":340},[334,929,491],{"class":340},[334,931,344],{"class":340},[334,933,934],{"class":358},"29541f3dafd85db9",[334,936,344],{"class":340},[334,938,501],{"class":340},[334,940,344],{"class":340},[334,942,348],{"class":347},[334,944,344],{"class":340},[334,946,353],{"class":340},[334,948,344],{"class":340},[334,950,710],{"class":358},[334,952,344],{"class":340},[334,954,364],{"class":340},[334,956,344],{"class":340},[334,958,369],{"class":347},[334,960,344],{"class":340},[334,962,353],{"class":340},[334,964,344],{"class":340},[334,966,967],{"class":358},"Loadavg",[334,969,344],{"class":340},[334,971,364],{"class":340},[334,973,344],{"class":340},[334,975,387],{"class":347},[334,977,344],{"class":340},[334,979,353],{"class":340},[334,981,344],{"class":340},[334,983,396],{"class":358},[334,985,344],{"class":340},[334,987,364],{"class":340},[334,989,344],{"class":340},[334,991,405],{"class":347},[334,993,344],{"class":340},[334,995,353],{"class":340},[334,997,412],{"class":340},[334,999,364],{"class":340},[334,1001,344],{"class":340},[334,1003,457],{"class":347},[334,1005,344],{"class":340},[334,1007,353],{"class":340},[334,1009,669],{"class":464},[334,1011,364],{"class":340},[334,1013,344],{"class":340},[334,1015,472],{"class":347},[334,1017,344],{"class":340},[334,1019,353],{"class":340},[334,1021,1022],{"class":464},"500",[334,1024,364],{"class":340},[334,1026,344],{"class":340},[334,1028,486],{"class":347},[334,1030,344],{"class":340},[334,1032,491],{"class":340},[334,1034,344],{"class":340},[334,1036,1037],{"class":358},"7b09b1eae14fac16",[334,1039,344],{"class":340},[334,1041,501],{"class":340},[334,1043,344],{"class":340},[334,1045,348],{"class":347},[334,1047,344],{"class":340},[334,1049,353],{"class":340},[334,1051,344],{"class":340},[334,1053,496],{"class":358},[334,1055,344],{"class":340},[334,1057,364],{"class":340},[334,1059,344],{"class":340},[334,1061,369],{"class":347},[334,1063,344],{"class":340},[334,1065,353],{"class":340},[334,1067,344],{"class":340},[334,1069,1070],{"class":358},"change",[334,1072,344],{"class":340},[334,1074,364],{"class":340},[334,1076,344],{"class":340},[334,1078,387],{"class":347},[334,1080,344],{"class":340},[334,1082,353],{"class":340},[334,1084,344],{"class":340},[334,1086,396],{"class":358},[334,1088,344],{"class":340},[334,1090,364],{"class":340},[334,1092,344],{"class":340},[334,1094,405],{"class":347},[334,1096,344],{"class":340},[334,1098,353],{"class":340},[334,1100,344],{"class":340},[334,1102,1103],{"class":358},"CPU USAGE",[334,1105,344],{"class":340},[334,1107,364],{"class":340},[334,1109,344],{"class":340},[334,1111,1112],{"class":347},"rules",[334,1114,344],{"class":340},[334,1116,1117],{"class":340},":[{",[334,1119,344],{"class":340},[334,1121,1123],{"class":1122},"sBMFI","t",[334,1125,344],{"class":340},[334,1127,353],{"class":340},[334,1129,344],{"class":340},[334,1131,1132],{"class":358},"set",[334,1134,344],{"class":340},[334,1136,364],{"class":340},[334,1138,344],{"class":340},[334,1140,12],{"class":1122},[334,1142,344],{"class":340},[334,1144,353],{"class":340},[334,1146,344],{"class":340},[334,1148,1149],{"class":358},"data",[334,1151,344],{"class":340},[334,1153,364],{"class":340},[334,1155,344],{"class":340},[334,1157,1158],{"class":1122},"pt",[334,1160,344],{"class":340},[334,1162,353],{"class":340},[334,1164,344],{"class":340},[334,1166,176],{"class":358},[334,1168,344],{"class":340},[334,1170,364],{"class":340},[334,1172,344],{"class":340},[334,1174,1175],{"class":1122},"to",[334,1177,344],{"class":340},[334,1179,353],{"class":340},[334,1181,344],{"class":340},[334,1183,1184],{"class":358},"{}",[334,1186,344],{"class":340},[334,1188,364],{"class":340},[334,1190,344],{"class":340},[334,1192,1193],{"class":1122},"tot",[334,1195,344],{"class":340},[334,1197,353],{"class":340},[334,1199,344],{"class":340},[334,1201,330],{"class":358},[334,1203,344],{"class":340},[334,1205,1206],{"class":340},"},{",[334,1208,344],{"class":340},[334,1210,1123],{"class":1122},[334,1212,344],{"class":340},[334,1214,353],{"class":340},[334,1216,344],{"class":340},[334,1218,1132],{"class":358},[334,1220,344],{"class":340},[334,1222,364],{"class":340},[334,1224,344],{"class":340},[334,1226,12],{"class":1122},[334,1228,344],{"class":340},[334,1230,353],{"class":340},[334,1232,344],{"class":340},[334,1234,1235],{"class":358},"data.CPU_USAGE",[334,1237,344],{"class":340},[334,1239,364],{"class":340},[334,1241,344],{"class":340},[334,1243,1158],{"class":1122},[334,1245,344],{"class":340},[334,1247,353],{"class":340},[334,1249,344],{"class":340},[334,1251,176],{"class":358},[334,1253,344],{"class":340},[334,1255,364],{"class":340},[334,1257,344],{"class":340},[334,1259,1175],{"class":1122},[334,1261,344],{"class":340},[334,1263,353],{"class":340},[334,1265,344],{"class":340},[334,1267,1268],{"class":358},"payload",[334,1270,344],{"class":340},[334,1272,364],{"class":340},[334,1274,344],{"class":340},[334,1276,1193],{"class":1122},[334,1278,344],{"class":340},[334,1280,353],{"class":340},[334,1282,344],{"class":340},[334,1284,176],{"class":358},[334,1286,344],{"class":340},[334,1288,1289],{"class":340},"}],",[334,1291,344],{"class":340},[334,1293,1294],{"class":347},"action",[334,1296,344],{"class":340},[334,1298,353],{"class":340},[334,1300,412],{"class":340},[334,1302,364],{"class":340},[334,1304,344],{"class":340},[334,1306,1307],{"class":347},"property",[334,1309,344],{"class":340},[334,1311,353],{"class":340},[334,1313,412],{"class":340},[334,1315,364],{"class":340},[334,1317,344],{"class":340},[334,1319,1320],{"class":347},"from",[334,1322,344],{"class":340},[334,1324,353],{"class":340},[334,1326,412],{"class":340},[334,1328,364],{"class":340},[334,1330,344],{"class":340},[334,1332,1175],{"class":347},[334,1334,344],{"class":340},[334,1336,353],{"class":340},[334,1338,412],{"class":340},[334,1340,364],{"class":340},[334,1342,344],{"class":340},[334,1344,1345],{"class":347},"reg",[334,1347,344],{"class":340},[334,1349,424],{"class":340},[334,1351,344],{"class":340},[334,1353,457],{"class":347},[334,1355,344],{"class":340},[334,1357,353],{"class":340},[334,1359,1360],{"class":464},"650",[334,1362,364],{"class":340},[334,1364,344],{"class":340},[334,1366,472],{"class":347},[334,1368,344],{"class":340},[334,1370,353],{"class":340},[334,1372,479],{"class":464},[334,1374,364],{"class":340},[334,1376,344],{"class":340},[334,1378,486],{"class":347},[334,1380,344],{"class":340},[334,1382,491],{"class":340},[334,1384,344],{"class":340},[334,1386,1387],{"class":358},"75445a62bac2e0c7",[334,1389,344],{"class":340},[334,1391,501],{"class":340},[334,1393,344],{"class":340},[334,1395,348],{"class":347},[334,1397,344],{"class":340},[334,1399,353],{"class":340},[334,1401,344],{"class":340},[334,1403,831],{"class":358},[334,1405,344],{"class":340},[334,1407,364],{"class":340},[334,1409,344],{"class":340},[334,1411,369],{"class":347},[334,1413,344],{"class":340},[334,1415,353],{"class":340},[334,1417,344],{"class":340},[334,1419,1070],{"class":358},[334,1421,344],{"class":340},[334,1423,364],{"class":340},[334,1425,344],{"class":340},[334,1427,387],{"class":347},[334,1429,344],{"class":340},[334,1431,353],{"class":340},[334,1433,344],{"class":340},[334,1435,396],{"class":358},[334,1437,344],{"class":340},[334,1439,364],{"class":340},[334,1441,344],{"class":340},[334,1443,405],{"class":347},[334,1445,344],{"class":340},[334,1447,353],{"class":340},[334,1449,344],{"class":340},[334,1451,1452],{"class":358},"MEMORY USAGE",[334,1454,344],{"class":340},[334,1456,364],{"class":340},[334,1458,344],{"class":340},[334,1460,1112],{"class":347},[334,1462,344],{"class":340},[334,1464,1117],{"class":340},[334,1466,344],{"class":340},[334,1468,1123],{"class":1122},[334,1470,344],{"class":340},[334,1472,353],{"class":340},[334,1474,344],{"class":340},[334,1476,1132],{"class":358},[334,1478,344],{"class":340},[334,1480,364],{"class":340},[334,1482,344],{"class":340},[334,1484,12],{"class":1122},[334,1486,344],{"class":340},[334,1488,353],{"class":340},[334,1490,344],{"class":340},[334,1492,1149],{"class":358},[334,1494,344],{"class":340},[334,1496,364],{"class":340},[334,1498,344],{"class":340},[334,1500,1158],{"class":1122},[334,1502,344],{"class":340},[334,1504,353],{"class":340},[334,1506,344],{"class":340},[334,1508,176],{"class":358},[334,1510,344],{"class":340},[334,1512,364],{"class":340},[334,1514,344],{"class":340},[334,1516,1175],{"class":1122},[334,1518,344],{"class":340},[334,1520,353],{"class":340},[334,1522,344],{"class":340},[334,1524,1184],{"class":358},[334,1526,344],{"class":340},[334,1528,364],{"class":340},[334,1530,344],{"class":340},[334,1532,1193],{"class":1122},[334,1534,344],{"class":340},[334,1536,353],{"class":340},[334,1538,344],{"class":340},[334,1540,330],{"class":358},[334,1542,344],{"class":340},[334,1544,1206],{"class":340},[334,1546,344],{"class":340},[334,1548,1123],{"class":1122},[334,1550,344],{"class":340},[334,1552,353],{"class":340},[334,1554,344],{"class":340},[334,1556,1132],{"class":358},[334,1558,344],{"class":340},[334,1560,364],{"class":340},[334,1562,344],{"class":340},[334,1564,12],{"class":1122},[334,1566,344],{"class":340},[334,1568,353],{"class":340},[334,1570,344],{"class":340},[334,1572,1573],{"class":358},"data.MEMORY_USAGE",[334,1575,344],{"class":340},[334,1577,364],{"class":340},[334,1579,344],{"class":340},[334,1581,1158],{"class":1122},[334,1583,344],{"class":340},[334,1585,353],{"class":340},[334,1587,344],{"class":340},[334,1589,176],{"class":358},[334,1591,344],{"class":340},[334,1593,364],{"class":340},[334,1595,344],{"class":340},[334,1597,1175],{"class":1122},[334,1599,344],{"class":340},[334,1601,353],{"class":340},[334,1603,344],{"class":340},[334,1605,1268],{"class":358},[334,1607,344],{"class":340},[334,1609,364],{"class":340},[334,1611,344],{"class":340},[334,1613,1193],{"class":1122},[334,1615,344],{"class":340},[334,1617,353],{"class":340},[334,1619,344],{"class":340},[334,1621,176],{"class":358},[334,1623,344],{"class":340},[334,1625,1289],{"class":340},[334,1627,344],{"class":340},[334,1629,1294],{"class":347},[334,1631,344],{"class":340},[334,1633,353],{"class":340},[334,1635,412],{"class":340},[334,1637,364],{"class":340},[334,1639,344],{"class":340},[334,1641,1307],{"class":347},[334,1643,344],{"class":340},[334,1645,353],{"class":340},[334,1647,412],{"class":340},[334,1649,364],{"class":340},[334,1651,344],{"class":340},[334,1653,1320],{"class":347},[334,1655,344],{"class":340},[334,1657,353],{"class":340},[334,1659,412],{"class":340},[334,1661,364],{"class":340},[334,1663,344],{"class":340},[334,1665,1175],{"class":347},[334,1667,344],{"class":340},[334,1669,353],{"class":340},[334,1671,412],{"class":340},[334,1673,364],{"class":340},[334,1675,344],{"class":340},[334,1677,1345],{"class":347},[334,1679,344],{"class":340},[334,1681,424],{"class":340},[334,1683,344],{"class":340},[334,1685,457],{"class":347},[334,1687,344],{"class":340},[334,1689,353],{"class":340},[334,1691,1692],{"class":464},"670",[334,1694,364],{"class":340},[334,1696,344],{"class":340},[334,1698,472],{"class":347},[334,1700,344],{"class":340},[334,1702,353],{"class":340},[334,1704,816],{"class":464},[334,1706,364],{"class":340},[334,1708,344],{"class":340},[334,1710,486],{"class":347},[334,1712,344],{"class":340},[334,1714,491],{"class":340},[334,1716,344],{"class":340},[334,1718,1387],{"class":358},[334,1720,344],{"class":340},[334,1722,501],{"class":340},[334,1724,344],{"class":340},[334,1726,348],{"class":347},[334,1728,344],{"class":340},[334,1730,353],{"class":340},[334,1732,344],{"class":340},[334,1734,934],{"class":358},[334,1736,344],{"class":340},[334,1738,364],{"class":340},[334,1740,344],{"class":340},[334,1742,369],{"class":347},[334,1744,344],{"class":340},[334,1746,353],{"class":340},[334,1748,344],{"class":340},[334,1750,1070],{"class":358},[334,1752,344],{"class":340},[334,1754,364],{"class":340},[334,1756,344],{"class":340},[334,1758,387],{"class":347},[334,1760,344],{"class":340},[334,1762,353],{"class":340},[334,1764,344],{"class":340},[334,1766,396],{"class":358},[334,1768,344],{"class":340},[334,1770,364],{"class":340},[334,1772,344],{"class":340},[334,1774,405],{"class":347},[334,1776,344],{"class":340},[334,1778,353],{"class":340},[334,1780,344],{"class":340},[334,1782,1783],{"class":358},"SYSTEM UPTIME",[334,1785,344],{"class":340},[334,1787,364],{"class":340},[334,1789,344],{"class":340},[334,1791,1112],{"class":347},[334,1793,344],{"class":340},[334,1795,1117],{"class":340},[334,1797,344],{"class":340},[334,1799,1123],{"class":1122},[334,1801,344],{"class":340},[334,1803,353],{"class":340},[334,1805,344],{"class":340},[334,1807,1132],{"class":358},[334,1809,344],{"class":340},[334,1811,364],{"class":340},[334,1813,344],{"class":340},[334,1815,12],{"class":1122},[334,1817,344],{"class":340},[334,1819,353],{"class":340},[334,1821,344],{"class":340},[334,1823,1149],{"class":358},[334,1825,344],{"class":340},[334,1827,364],{"class":340},[334,1829,344],{"class":340},[334,1831,1158],{"class":1122},[334,1833,344],{"class":340},[334,1835,353],{"class":340},[334,1837,344],{"class":340},[334,1839,176],{"class":358},[334,1841,344],{"class":340},[334,1843,364],{"class":340},[334,1845,344],{"class":340},[334,1847,1175],{"class":1122},[334,1849,344],{"class":340},[334,1851,353],{"class":340},[334,1853,344],{"class":340},[334,1855,1184],{"class":358},[334,1857,344],{"class":340},[334,1859,364],{"class":340},[334,1861,344],{"class":340},[334,1863,1193],{"class":1122},[334,1865,344],{"class":340},[334,1867,353],{"class":340},[334,1869,344],{"class":340},[334,1871,330],{"class":358},[334,1873,344],{"class":340},[334,1875,1206],{"class":340},[334,1877,344],{"class":340},[334,1879,1123],{"class":1122},[334,1881,344],{"class":340},[334,1883,353],{"class":340},[334,1885,344],{"class":340},[334,1887,1132],{"class":358},[334,1889,344],{"class":340},[334,1891,364],{"class":340},[334,1893,344],{"class":340},[334,1895,12],{"class":1122},[334,1897,344],{"class":340},[334,1899,353],{"class":340},[334,1901,344],{"class":340},[334,1903,1904],{"class":358},"data.UPTIME",[334,1906,344],{"class":340},[334,1908,364],{"class":340},[334,1910,344],{"class":340},[334,1912,1158],{"class":1122},[334,1914,344],{"class":340},[334,1916,353],{"class":340},[334,1918,344],{"class":340},[334,1920,176],{"class":358},[334,1922,344],{"class":340},[334,1924,364],{"class":340},[334,1926,344],{"class":340},[334,1928,1175],{"class":1122},[334,1930,344],{"class":340},[334,1932,353],{"class":340},[334,1934,344],{"class":340},[334,1936,1937],{"class":358},"payload.uptime",[334,1939,344],{"class":340},[334,1941,364],{"class":340},[334,1943,344],{"class":340},[334,1945,1193],{"class":1122},[334,1947,344],{"class":340},[334,1949,353],{"class":340},[334,1951,344],{"class":340},[334,1953,176],{"class":358},[334,1955,344],{"class":340},[334,1957,1289],{"class":340},[334,1959,344],{"class":340},[334,1961,1294],{"class":347},[334,1963,344],{"class":340},[334,1965,353],{"class":340},[334,1967,412],{"class":340},[334,1969,364],{"class":340},[334,1971,344],{"class":340},[334,1973,1307],{"class":347},[334,1975,344],{"class":340},[334,1977,353],{"class":340},[334,1979,412],{"class":340},[334,1981,364],{"class":340},[334,1983,344],{"class":340},[334,1985,1320],{"class":347},[334,1987,344],{"class":340},[334,1989,353],{"class":340},[334,1991,412],{"class":340},[334,1993,364],{"class":340},[334,1995,344],{"class":340},[334,1997,1175],{"class":347},[334,1999,344],{"class":340},[334,2001,353],{"class":340},[334,2003,412],{"class":340},[334,2005,364],{"class":340},[334,2007,344],{"class":340},[334,2009,1345],{"class":347},[334,2011,344],{"class":340},[334,2013,424],{"class":340},[334,2015,344],{"class":340},[334,2017,457],{"class":347},[334,2019,344],{"class":340},[334,2021,353],{"class":340},[334,2023,1692],{"class":464},[334,2025,364],{"class":340},[334,2027,344],{"class":340},[334,2029,472],{"class":347},[334,2031,344],{"class":340},[334,2033,353],{"class":340},[334,2035,919],{"class":464},[334,2037,364],{"class":340},[334,2039,344],{"class":340},[334,2041,486],{"class":347},[334,2043,344],{"class":340},[334,2045,491],{"class":340},[334,2047,344],{"class":340},[334,2049,1387],{"class":358},[334,2051,344],{"class":340},[334,2053,501],{"class":340},[334,2055,344],{"class":340},[334,2057,348],{"class":347},[334,2059,344],{"class":340},[334,2061,353],{"class":340},[334,2063,344],{"class":340},[334,2065,1037],{"class":358},[334,2067,344],{"class":340},[334,2069,364],{"class":340},[334,2071,344],{"class":340},[334,2073,369],{"class":347},[334,2075,344],{"class":340},[334,2077,353],{"class":340},[334,2079,344],{"class":340},[334,2081,1070],{"class":358},[334,2083,344],{"class":340},[334,2085,364],{"class":340},[334,2087,344],{"class":340},[334,2089,387],{"class":347},[334,2091,344],{"class":340},[334,2093,353],{"class":340},[334,2095,344],{"class":340},[334,2097,396],{"class":358},[334,2099,344],{"class":340},[334,2101,364],{"class":340},[334,2103,344],{"class":340},[334,2105,405],{"class":347},[334,2107,344],{"class":340},[334,2109,353],{"class":340},[334,2111,344],{"class":340},[334,2113,2114],{"class":358},"LOAD AVERAGE",[334,2116,344],{"class":340},[334,2118,364],{"class":340},[334,2120,344],{"class":340},[334,2122,1112],{"class":347},[334,2124,344],{"class":340},[334,2126,1117],{"class":340},[334,2128,344],{"class":340},[334,2130,1123],{"class":1122},[334,2132,344],{"class":340},[334,2134,353],{"class":340},[334,2136,344],{"class":340},[334,2138,1132],{"class":358},[334,2140,344],{"class":340},[334,2142,364],{"class":340},[334,2144,344],{"class":340},[334,2146,12],{"class":1122},[334,2148,344],{"class":340},[334,2150,353],{"class":340},[334,2152,344],{"class":340},[334,2154,1149],{"class":358},[334,2156,344],{"class":340},[334,2158,364],{"class":340},[334,2160,344],{"class":340},[334,2162,1158],{"class":1122},[334,2164,344],{"class":340},[334,2166,353],{"class":340},[334,2168,344],{"class":340},[334,2170,176],{"class":358},[334,2172,344],{"class":340},[334,2174,364],{"class":340},[334,2176,344],{"class":340},[334,2178,1175],{"class":1122},[334,2180,344],{"class":340},[334,2182,353],{"class":340},[334,2184,344],{"class":340},[334,2186,1184],{"class":358},[334,2188,344],{"class":340},[334,2190,364],{"class":340},[334,2192,344],{"class":340},[334,2194,1193],{"class":1122},[334,2196,344],{"class":340},[334,2198,353],{"class":340},[334,2200,344],{"class":340},[334,2202,330],{"class":358},[334,2204,344],{"class":340},[334,2206,1206],{"class":340},[334,2208,344],{"class":340},[334,2210,1123],{"class":1122},[334,2212,344],{"class":340},[334,2214,353],{"class":340},[334,2216,344],{"class":340},[334,2218,1132],{"class":358},[334,2220,344],{"class":340},[334,2222,364],{"class":340},[334,2224,344],{"class":340},[334,2226,12],{"class":1122},[334,2228,344],{"class":340},[334,2230,353],{"class":340},[334,2232,344],{"class":340},[334,2234,2235],{"class":358},"data.LOAD_AVERAGE.ONE_MIN",[334,2237,344],{"class":340},[334,2239,364],{"class":340},[334,2241,344],{"class":340},[334,2243,1158],{"class":1122},[334,2245,344],{"class":340},[334,2247,353],{"class":340},[334,2249,344],{"class":340},[334,2251,176],{"class":358},[334,2253,344],{"class":340},[334,2255,364],{"class":340},[334,2257,344],{"class":340},[334,2259,1175],{"class":1122},[334,2261,344],{"class":340},[334,2263,353],{"class":340},[334,2265,344],{"class":340},[334,2267,2268],{"class":358},"payload.loadavg[0]",[334,2270,344],{"class":340},[334,2272,364],{"class":340},[334,2274,344],{"class":340},[334,2276,1193],{"class":1122},[334,2278,344],{"class":340},[334,2280,353],{"class":340},[334,2282,344],{"class":340},[334,2284,176],{"class":358},[334,2286,344],{"class":340},[334,2288,1206],{"class":340},[334,2290,344],{"class":340},[334,2292,1123],{"class":1122},[334,2294,344],{"class":340},[334,2296,353],{"class":340},[334,2298,344],{"class":340},[334,2300,1132],{"class":358},[334,2302,344],{"class":340},[334,2304,364],{"class":340},[334,2306,344],{"class":340},[334,2308,12],{"class":1122},[334,2310,344],{"class":340},[334,2312,353],{"class":340},[334,2314,344],{"class":340},[334,2316,2317],{"class":358},"data.LOAD_AVERAGE.FIVE_MIN",[334,2319,344],{"class":340},[334,2321,364],{"class":340},[334,2323,344],{"class":340},[334,2325,1158],{"class":1122},[334,2327,344],{"class":340},[334,2329,353],{"class":340},[334,2331,344],{"class":340},[334,2333,176],{"class":358},[334,2335,344],{"class":340},[334,2337,364],{"class":340},[334,2339,344],{"class":340},[334,2341,1175],{"class":1122},[334,2343,344],{"class":340},[334,2345,353],{"class":340},[334,2347,344],{"class":340},[334,2349,2350],{"class":358},"payload.loadavg[1]",[334,2352,344],{"class":340},[334,2354,364],{"class":340},[334,2356,344],{"class":340},[334,2358,1193],{"class":1122},[334,2360,344],{"class":340},[334,2362,353],{"class":340},[334,2364,344],{"class":340},[334,2366,176],{"class":358},[334,2368,344],{"class":340},[334,2370,1206],{"class":340},[334,2372,344],{"class":340},[334,2374,1123],{"class":1122},[334,2376,344],{"class":340},[334,2378,353],{"class":340},[334,2380,344],{"class":340},[334,2382,1132],{"class":358},[334,2384,344],{"class":340},[334,2386,364],{"class":340},[334,2388,344],{"class":340},[334,2390,12],{"class":1122},[334,2392,344],{"class":340},[334,2394,353],{"class":340},[334,2396,344],{"class":340},[334,2398,2399],{"class":358},"data.LOAD_AVERAGE.FIFTEEN_MIN",[334,2401,344],{"class":340},[334,2403,364],{"class":340},[334,2405,344],{"class":340},[334,2407,1158],{"class":1122},[334,2409,344],{"class":340},[334,2411,353],{"class":340},[334,2413,344],{"class":340},[334,2415,176],{"class":358},[334,2417,344],{"class":340},[334,2419,364],{"class":340},[334,2421,344],{"class":340},[334,2423,1175],{"class":1122},[334,2425,344],{"class":340},[334,2427,353],{"class":340},[334,2429,344],{"class":340},[334,2431,2432],{"class":358},"payload.loadavg[2]",[334,2434,344],{"class":340},[334,2436,364],{"class":340},[334,2438,344],{"class":340},[334,2440,1193],{"class":1122},[334,2442,344],{"class":340},[334,2444,353],{"class":340},[334,2446,344],{"class":340},[334,2448,176],{"class":358},[334,2450,344],{"class":340},[334,2452,1289],{"class":340},[334,2454,344],{"class":340},[334,2456,1294],{"class":347},[334,2458,344],{"class":340},[334,2460,353],{"class":340},[334,2462,412],{"class":340},[334,2464,364],{"class":340},[334,2466,344],{"class":340},[334,2468,1307],{"class":347},[334,2470,344],{"class":340},[334,2472,353],{"class":340},[334,2474,412],{"class":340},[334,2476,364],{"class":340},[334,2478,344],{"class":340},[334,2480,1320],{"class":347},[334,2482,344],{"class":340},[334,2484,353],{"class":340},[334,2486,412],{"class":340},[334,2488,364],{"class":340},[334,2490,344],{"class":340},[334,2492,1175],{"class":347},[334,2494,344],{"class":340},[334,2496,353],{"class":340},[334,2498,412],{"class":340},[334,2500,364],{"class":340},[334,2502,344],{"class":340},[334,2504,1345],{"class":347},[334,2506,344],{"class":340},[334,2508,424],{"class":340},[334,2510,344],{"class":340},[334,2512,457],{"class":347},[334,2514,344],{"class":340},[334,2516,353],{"class":340},[334,2518,1692],{"class":464},[334,2520,364],{"class":340},[334,2522,344],{"class":340},[334,2524,472],{"class":347},[334,2526,344],{"class":340},[334,2528,353],{"class":340},[334,2530,1022],{"class":464},[334,2532,364],{"class":340},[334,2534,344],{"class":340},[334,2536,486],{"class":347},[334,2538,344],{"class":340},[334,2540,491],{"class":340},[334,2542,344],{"class":340},[334,2544,1387],{"class":358},[334,2546,344],{"class":340},[334,2548,501],{"class":340},[334,2550,344],{"class":340},[334,2552,348],{"class":347},[334,2554,344],{"class":340},[334,2556,353],{"class":340},[334,2558,344],{"class":340},[334,2560,1387],{"class":358},[334,2562,344],{"class":340},[334,2564,364],{"class":340},[334,2566,344],{"class":340},[334,2568,369],{"class":347},[334,2570,344],{"class":340},[334,2572,353],{"class":340},[334,2574,344],{"class":340},[334,2576,2577],{"class":358},"join",[334,2579,344],{"class":340},[334,2581,364],{"class":340},[334,2583,344],{"class":340},[334,2585,387],{"class":347},[334,2587,344],{"class":340},[334,2589,353],{"class":340},[334,2591,344],{"class":340},[334,2593,396],{"class":358},[334,2595,344],{"class":340},[334,2597,364],{"class":340},[334,2599,344],{"class":340},[334,2601,405],{"class":347},[334,2603,344],{"class":340},[334,2605,353],{"class":340},[334,2607,412],{"class":340},[334,2609,364],{"class":340},[334,2611,344],{"class":340},[334,2613,2614],{"class":347},"mode",[334,2616,344],{"class":340},[334,2618,353],{"class":340},[334,2620,344],{"class":340},[334,2622,2623],{"class":358},"custom",[334,2625,344],{"class":340},[334,2627,364],{"class":340},[334,2629,344],{"class":340},[334,2631,2632],{"class":347},"build",[334,2634,344],{"class":340},[334,2636,353],{"class":340},[334,2638,344],{"class":340},[334,2640,2641],{"class":358},"merged",[334,2643,344],{"class":340},[334,2645,364],{"class":340},[334,2647,344],{"class":340},[334,2649,1307],{"class":347},[334,2651,344],{"class":340},[334,2653,353],{"class":340},[334,2655,344],{"class":340},[334,2657,1149],{"class":358},[334,2659,344],{"class":340},[334,2661,364],{"class":340},[334,2663,344],{"class":340},[334,2665,2666],{"class":347},"propertyType",[334,2668,344],{"class":340},[334,2670,353],{"class":340},[334,2672,344],{"class":340},[334,2674,176],{"class":358},[334,2676,344],{"class":340},[334,2678,364],{"class":340},[334,2680,344],{"class":340},[334,2682,2683],{"class":347},"key",[334,2685,344],{"class":340},[334,2687,353],{"class":340},[334,2689,344],{"class":340},[334,2691,637],{"class":358},[334,2693,344],{"class":340},[334,2695,364],{"class":340},[334,2697,344],{"class":340},[334,2699,2700],{"class":347},"joiner",[334,2702,344],{"class":340},[334,2704,353],{"class":340},[334,2706,344],{"class":340},[334,2708,2710],{"class":2709},"sTEyZ","\\\\",[334,2712,2713],{"class":358},"n",[334,2715,344],{"class":340},[334,2717,364],{"class":340},[334,2719,344],{"class":340},[334,2721,2722],{"class":347},"joinerType",[334,2724,344],{"class":340},[334,2726,353],{"class":340},[334,2728,344],{"class":340},[334,2730,2731],{"class":358},"str",[334,2733,344],{"class":340},[334,2735,364],{"class":340},[334,2737,344],{"class":340},[334,2739,2740],{"class":347},"useparts",[334,2742,344],{"class":340},[334,2744,424],{"class":340},[334,2746,344],{"class":340},[334,2748,2749],{"class":347},"accumulate",[334,2751,344],{"class":340},[334,2753,424],{"class":340},[334,2755,344],{"class":340},[334,2757,2758],{"class":347},"timeout",[334,2760,344],{"class":340},[334,2762,353],{"class":340},[334,2764,412],{"class":340},[334,2766,364],{"class":340},[334,2768,344],{"class":340},[334,2770,2771],{"class":347},"count",[334,2773,344],{"class":340},[334,2775,353],{"class":340},[334,2777,344],{"class":340},[334,2779,2780],{"class":358},"4",[334,2782,344],{"class":340},[334,2784,364],{"class":340},[334,2786,344],{"class":340},[334,2788,2789],{"class":347},"reduceRight",[334,2791,344],{"class":340},[334,2793,424],{"class":340},[334,2795,344],{"class":340},[334,2797,2798],{"class":347},"reduceExp",[334,2800,344],{"class":340},[334,2802,353],{"class":340},[334,2804,412],{"class":340},[334,2806,364],{"class":340},[334,2808,344],{"class":340},[334,2810,2811],{"class":347},"reduceInit",[334,2813,344],{"class":340},[334,2815,353],{"class":340},[334,2817,412],{"class":340},[334,2819,364],{"class":340},[334,2821,344],{"class":340},[334,2823,2824],{"class":347},"reduceInitType",[334,2826,344],{"class":340},[334,2828,353],{"class":340},[334,2830,412],{"class":340},[334,2832,364],{"class":340},[334,2834,344],{"class":340},[334,2836,2837],{"class":347},"reduceFixup",[334,2839,344],{"class":340},[334,2841,353],{"class":340},[334,2843,412],{"class":340},[334,2845,364],{"class":340},[334,2847,344],{"class":340},[334,2849,457],{"class":347},[334,2851,344],{"class":340},[334,2853,353],{"class":340},[334,2855,2856],{"class":464},"870",[334,2858,364],{"class":340},[334,2860,344],{"class":340},[334,2862,472],{"class":347},[334,2864,344],{"class":340},[334,2866,353],{"class":340},[334,2868,669],{"class":464},[334,2870,364],{"class":340},[334,2872,344],{"class":340},[334,2874,486],{"class":347},[334,2876,344],{"class":340},[334,2878,491],{"class":340},[334,2880,344],{"class":340},[334,2882,2883],{"class":358},"acf3b791d682a13d",[334,2885,344],{"class":340},[334,2887,501],{"class":340},[334,2889,344],{"class":340},[334,2891,348],{"class":347},[334,2893,344],{"class":340},[334,2895,353],{"class":340},[334,2897,344],{"class":340},[334,2899,2900],{"class":358},"272ec74227a151db",[334,2902,344],{"class":340},[334,2904,364],{"class":340},[334,2906,344],{"class":340},[334,2908,369],{"class":347},[334,2910,344],{"class":340},[334,2912,353],{"class":340},[334,2914,344],{"class":340},[334,2916,1070],{"class":358},[334,2918,344],{"class":340},[334,2920,364],{"class":340},[334,2922,344],{"class":340},[334,2924,387],{"class":347},[334,2926,344],{"class":340},[334,2928,353],{"class":340},[334,2930,344],{"class":340},[334,2932,396],{"class":358},[334,2934,344],{"class":340},[334,2936,364],{"class":340},[334,2938,344],{"class":340},[334,2940,405],{"class":347},[334,2942,344],{"class":340},[334,2944,353],{"class":340},[334,2946,344],{"class":340},[334,2948,2949],{"class":358},"Dynamically Configure MQTT Connection Using Environment Variables",[334,2951,344],{"class":340},[334,2953,364],{"class":340},[334,2955,344],{"class":340},[334,2957,1112],{"class":347},[334,2959,344],{"class":340},[334,2961,1117],{"class":340},[334,2963,344],{"class":340},[334,2965,1123],{"class":1122},[334,2967,344],{"class":340},[334,2969,353],{"class":340},[334,2971,344],{"class":340},[334,2973,1132],{"class":358},[334,2975,344],{"class":340},[334,2977,364],{"class":340},[334,2979,344],{"class":340},[334,2981,12],{"class":1122},[334,2983,344],{"class":340},[334,2985,353],{"class":340},[334,2987,344],{"class":340},[334,2989,1294],{"class":358},[334,2991,344],{"class":340},[334,2993,364],{"class":340},[334,2995,344],{"class":340},[334,2997,1158],{"class":1122},[334,2999,344],{"class":340},[334,3001,353],{"class":340},[334,3003,344],{"class":340},[334,3005,176],{"class":358},[334,3007,344],{"class":340},[334,3009,364],{"class":340},[334,3011,344],{"class":340},[334,3013,1175],{"class":1122},[334,3015,344],{"class":340},[334,3017,353],{"class":340},[334,3019,344],{"class":340},[334,3021,3022],{"class":358},"connect",[334,3024,344],{"class":340},[334,3026,364],{"class":340},[334,3028,344],{"class":340},[334,3030,1193],{"class":1122},[334,3032,344],{"class":340},[334,3034,353],{"class":340},[334,3036,344],{"class":340},[334,3038,2731],{"class":358},[334,3040,344],{"class":340},[334,3042,1206],{"class":340},[334,3044,344],{"class":340},[334,3046,1123],{"class":1122},[334,3048,344],{"class":340},[334,3050,353],{"class":340},[334,3052,344],{"class":340},[334,3054,1132],{"class":358},[334,3056,344],{"class":340},[334,3058,364],{"class":340},[334,3060,344],{"class":340},[334,3062,12],{"class":1122},[334,3064,344],{"class":340},[334,3066,353],{"class":340},[334,3068,344],{"class":340},[334,3070,3071],{"class":358},"broker.broker",[334,3073,344],{"class":340},[334,3075,364],{"class":340},[334,3077,344],{"class":340},[334,3079,1158],{"class":1122},[334,3081,344],{"class":340},[334,3083,353],{"class":340},[334,3085,344],{"class":340},[334,3087,176],{"class":358},[334,3089,344],{"class":340},[334,3091,364],{"class":340},[334,3093,344],{"class":340},[334,3095,1175],{"class":1122},[334,3097,344],{"class":340},[334,3099,353],{"class":340},[334,3101,344],{"class":340},[334,3103,79],{"class":358},[334,3105,344],{"class":340},[334,3107,364],{"class":340},[334,3109,344],{"class":340},[334,3111,1193],{"class":1122},[334,3113,344],{"class":340},[334,3115,353],{"class":340},[334,3117,344],{"class":340},[334,3119,3120],{"class":358},"env",[334,3122,344],{"class":340},[334,3124,1206],{"class":340},[334,3126,344],{"class":340},[334,3128,1123],{"class":1122},[334,3130,344],{"class":340},[334,3132,353],{"class":340},[334,3134,344],{"class":340},[334,3136,1132],{"class":358},[334,3138,344],{"class":340},[334,3140,364],{"class":340},[334,3142,344],{"class":340},[334,3144,12],{"class":1122},[334,3146,344],{"class":340},[334,3148,353],{"class":340},[334,3150,344],{"class":340},[334,3152,3153],{"class":358},"broker.port",[334,3155,344],{"class":340},[334,3157,364],{"class":340},[334,3159,344],{"class":340},[334,3161,1158],{"class":1122},[334,3163,344],{"class":340},[334,3165,353],{"class":340},[334,3167,344],{"class":340},[334,3169,176],{"class":358},[334,3171,344],{"class":340},[334,3173,364],{"class":340},[334,3175,344],{"class":340},[334,3177,1175],{"class":1122},[334,3179,344],{"class":340},[334,3181,353],{"class":340},[334,3183,344],{"class":340},[334,3185,85],{"class":358},[334,3187,344],{"class":340},[334,3189,364],{"class":340},[334,3191,344],{"class":340},[334,3193,1193],{"class":1122},[334,3195,344],{"class":340},[334,3197,353],{"class":340},[334,3199,344],{"class":340},[334,3201,3120],{"class":358},[334,3203,344],{"class":340},[334,3205,1206],{"class":340},[334,3207,344],{"class":340},[334,3209,1123],{"class":1122},[334,3211,344],{"class":340},[334,3213,353],{"class":340},[334,3215,344],{"class":340},[334,3217,1132],{"class":358},[334,3219,344],{"class":340},[334,3221,364],{"class":340},[334,3223,344],{"class":340},[334,3225,12],{"class":1122},[334,3227,344],{"class":340},[334,3229,353],{"class":340},[334,3231,344],{"class":340},[334,3233,3234],{"class":358},"broker.clientid",[334,3236,344],{"class":340},[334,3238,364],{"class":340},[334,3240,344],{"class":340},[334,3242,1158],{"class":1122},[334,3244,344],{"class":340},[334,3246,353],{"class":340},[334,3248,344],{"class":340},[334,3250,176],{"class":358},[334,3252,344],{"class":340},[334,3254,364],{"class":340},[334,3256,344],{"class":340},[334,3258,1175],{"class":1122},[334,3260,344],{"class":340},[334,3262,353],{"class":340},[334,3264,344],{"class":340},[334,3266,3267],{"class":358},"${FF_DEVICE_NAME}${Client_ID_SUFFIX}",[334,3269,344],{"class":340},[334,3271,364],{"class":340},[334,3273,344],{"class":340},[334,3275,1193],{"class":1122},[334,3277,344],{"class":340},[334,3279,353],{"class":340},[334,3281,344],{"class":340},[334,3283,3120],{"class":358},[334,3285,344],{"class":340},[334,3287,1206],{"class":340},[334,3289,344],{"class":340},[334,3291,1123],{"class":1122},[334,3293,344],{"class":340},[334,3295,353],{"class":340},[334,3297,344],{"class":340},[334,3299,1132],{"class":358},[334,3301,344],{"class":340},[334,3303,364],{"class":340},[334,3305,344],{"class":340},[334,3307,12],{"class":1122},[334,3309,344],{"class":340},[334,3311,353],{"class":340},[334,3313,344],{"class":340},[334,3315,3316],{"class":358},"broker.username",[334,3318,344],{"class":340},[334,3320,364],{"class":340},[334,3322,344],{"class":340},[334,3324,1158],{"class":1122},[334,3326,344],{"class":340},[334,3328,353],{"class":340},[334,3330,344],{"class":340},[334,3332,176],{"class":358},[334,3334,344],{"class":340},[334,3336,364],{"class":340},[334,3338,344],{"class":340},[334,3340,1175],{"class":1122},[334,3342,344],{"class":340},[334,3344,353],{"class":340},[334,3346,344],{"class":340},[334,3348,3234],{"class":358},[334,3350,344],{"class":340},[334,3352,364],{"class":340},[334,3354,344],{"class":340},[334,3356,1193],{"class":1122},[334,3358,344],{"class":340},[334,3360,353],{"class":340},[334,3362,344],{"class":340},[334,3364,176],{"class":358},[334,3366,344],{"class":340},[334,3368,1206],{"class":340},[334,3370,344],{"class":340},[334,3372,1123],{"class":1122},[334,3374,344],{"class":340},[334,3376,353],{"class":340},[334,3378,344],{"class":340},[334,3380,1132],{"class":358},[334,3382,344],{"class":340},[334,3384,364],{"class":340},[334,3386,344],{"class":340},[334,3388,12],{"class":1122},[334,3390,344],{"class":340},[334,3392,353],{"class":340},[334,3394,344],{"class":340},[334,3396,3397],{"class":358},"broker.password",[334,3399,344],{"class":340},[334,3401,364],{"class":340},[334,3403,344],{"class":340},[334,3405,1158],{"class":1122},[334,3407,344],{"class":340},[334,3409,353],{"class":340},[334,3411,344],{"class":340},[334,3413,176],{"class":358},[334,3415,344],{"class":340},[334,3417,364],{"class":340},[334,3419,344],{"class":340},[334,3421,1175],{"class":1122},[334,3423,344],{"class":340},[334,3425,353],{"class":340},[334,3427,344],{"class":340},[334,3429,273],{"class":358},[334,3431,344],{"class":340},[334,3433,364],{"class":340},[334,3435,344],{"class":340},[334,3437,1193],{"class":1122},[334,3439,344],{"class":340},[334,3441,353],{"class":340},[334,3443,344],{"class":340},[334,3445,3120],{"class":358},[334,3447,344],{"class":340},[334,3449,1206],{"class":340},[334,3451,344],{"class":340},[334,3453,1123],{"class":1122},[334,3455,344],{"class":340},[334,3457,353],{"class":340},[334,3459,344],{"class":340},[334,3461,1132],{"class":358},[334,3463,344],{"class":340},[334,3465,364],{"class":340},[334,3467,344],{"class":340},[334,3469,12],{"class":1122},[334,3471,344],{"class":340},[334,3473,353],{"class":340},[334,3475,344],{"class":340},[334,3477,3478],{"class":358},"broker.force",[334,3480,344],{"class":340},[334,3482,364],{"class":340},[334,3484,344],{"class":340},[334,3486,1158],{"class":1122},[334,3488,344],{"class":340},[334,3490,353],{"class":340},[334,3492,344],{"class":340},[334,3494,176],{"class":358},[334,3496,344],{"class":340},[334,3498,364],{"class":340},[334,3500,344],{"class":340},[334,3502,1175],{"class":1122},[334,3504,344],{"class":340},[334,3506,353],{"class":340},[334,3508,344],{"class":340},[334,3510,213],{"class":358},[334,3512,344],{"class":340},[334,3514,364],{"class":340},[334,3516,344],{"class":340},[334,3518,1193],{"class":1122},[334,3520,344],{"class":340},[334,3522,353],{"class":340},[334,3524,344],{"class":340},[334,3526,3527],{"class":358},"bool",[334,3529,344],{"class":340},[334,3531,1289],{"class":340},[334,3533,344],{"class":340},[334,3535,1294],{"class":347},[334,3537,344],{"class":340},[334,3539,353],{"class":340},[334,3541,412],{"class":340},[334,3543,364],{"class":340},[334,3545,344],{"class":340},[334,3547,1307],{"class":347},[334,3549,344],{"class":340},[334,3551,353],{"class":340},[334,3553,412],{"class":340},[334,3555,364],{"class":340},[334,3557,344],{"class":340},[334,3559,1320],{"class":347},[334,3561,344],{"class":340},[334,3563,353],{"class":340},[334,3565,412],{"class":340},[334,3567,364],{"class":340},[334,3569,344],{"class":340},[334,3571,1175],{"class":347},[334,3573,344],{"class":340},[334,3575,353],{"class":340},[334,3577,412],{"class":340},[334,3579,364],{"class":340},[334,3581,344],{"class":340},[334,3583,1345],{"class":347},[334,3585,344],{"class":340},[334,3587,424],{"class":340},[334,3589,344],{"class":340},[334,3591,457],{"class":347},[334,3593,344],{"class":340},[334,3595,353],{"class":340},[334,3597,3598],{"class":464},"820",[334,3600,364],{"class":340},[334,3602,344],{"class":340},[334,3604,472],{"class":347},[334,3606,344],{"class":340},[334,3608,353],{"class":340},[334,3610,3611],{"class":464},"580",[334,3613,364],{"class":340},[334,3615,344],{"class":340},[334,3617,486],{"class":347},[334,3619,344],{"class":340},[334,3621,491],{"class":340},[334,3623,344],{"class":340},[334,3625,3626],{"class":358},"4860cc23dfca9720",[334,3628,344],{"class":340},[334,3630,501],{"class":340},[334,3632,344],{"class":340},[334,3634,348],{"class":347},[334,3636,344],{"class":340},[334,3638,353],{"class":340},[334,3640,344],{"class":340},[334,3642,3626],{"class":358},[334,3644,344],{"class":340},[334,3646,364],{"class":340},[334,3648,344],{"class":340},[334,3650,369],{"class":347},[334,3652,344],{"class":340},[334,3654,353],{"class":340},[334,3656,344],{"class":340},[334,3658,3659],{"class":358},"mqtt out",[334,3661,344],{"class":340},[334,3663,364],{"class":340},[334,3665,344],{"class":340},[334,3667,387],{"class":347},[334,3669,344],{"class":340},[334,3671,353],{"class":340},[334,3673,344],{"class":340},[334,3675,396],{"class":358},[334,3677,344],{"class":340},[334,3679,364],{"class":340},[334,3681,344],{"class":340},[334,3683,405],{"class":347},[334,3685,344],{"class":340},[334,3687,353],{"class":340},[334,3689,412],{"class":340},[334,3691,364],{"class":340},[334,3693,344],{"class":340},[334,3695,637],{"class":347},[334,3697,344],{"class":340},[334,3699,353],{"class":340},[334,3701,412],{"class":340},[334,3703,364],{"class":340},[334,3705,344],{"class":340},[334,3707,3708],{"class":347},"qos",[334,3710,344],{"class":340},[334,3712,353],{"class":340},[334,3714,344],{"class":340},[334,3716,3717],{"class":358},"0",[334,3719,344],{"class":340},[334,3721,364],{"class":340},[334,3723,344],{"class":340},[334,3725,3726],{"class":347},"retain",[334,3728,344],{"class":340},[334,3730,353],{"class":340},[334,3732,412],{"class":340},[334,3734,364],{"class":340},[334,3736,344],{"class":340},[334,3738,3739],{"class":347},"respTopic",[334,3741,344],{"class":340},[334,3743,353],{"class":340},[334,3745,412],{"class":340},[334,3747,364],{"class":340},[334,3749,344],{"class":340},[334,3751,3752],{"class":347},"contentType",[334,3754,344],{"class":340},[334,3756,353],{"class":340},[334,3758,412],{"class":340},[334,3760,364],{"class":340},[334,3762,344],{"class":340},[334,3764,3765],{"class":347},"userProps",[334,3767,344],{"class":340},[334,3769,353],{"class":340},[334,3771,412],{"class":340},[334,3773,364],{"class":340},[334,3775,344],{"class":340},[334,3777,3778],{"class":347},"correl",[334,3780,344],{"class":340},[334,3782,353],{"class":340},[334,3784,412],{"class":340},[334,3786,364],{"class":340},[334,3788,344],{"class":340},[334,3790,3791],{"class":347},"expiry",[334,3793,344],{"class":340},[334,3795,353],{"class":340},[334,3797,412],{"class":340},[334,3799,364],{"class":340},[334,3801,344],{"class":340},[334,3803,3804],{"class":347},"broker",[334,3806,344],{"class":340},[334,3808,353],{"class":340},[334,3810,344],{"class":340},[334,3812,3813],{"class":358},"f484702903e298e7",[334,3815,344],{"class":340},[334,3817,364],{"class":340},[334,3819,344],{"class":340},[334,3821,457],{"class":347},[334,3823,344],{"class":340},[334,3825,353],{"class":340},[334,3827,3828],{"class":464},"1270",[334,3830,364],{"class":340},[334,3832,344],{"class":340},[334,3834,472],{"class":347},[334,3836,344],{"class":340},[334,3838,353],{"class":340},[334,3840,3611],{"class":464},[334,3842,364],{"class":340},[334,3844,344],{"class":340},[334,3846,486],{"class":347},[334,3848,344],{"class":340},[334,3850,3851],{"class":340},":[]},{",[334,3853,344],{"class":340},[334,3855,348],{"class":347},[334,3857,344],{"class":340},[334,3859,353],{"class":340},[334,3861,344],{"class":340},[334,3863,2883],{"class":358},[334,3865,344],{"class":340},[334,3867,364],{"class":340},[334,3869,344],{"class":340},[334,3871,369],{"class":347},[334,3873,344],{"class":340},[334,3875,353],{"class":340},[334,3877,344],{"class":340},[334,3879,1070],{"class":358},[334,3881,344],{"class":340},[334,3883,364],{"class":340},[334,3885,344],{"class":340},[334,3887,387],{"class":347},[334,3889,344],{"class":340},[334,3891,353],{"class":340},[334,3893,344],{"class":340},[334,3895,396],{"class":358},[334,3897,344],{"class":340},[334,3899,364],{"class":340},[334,3901,344],{"class":340},[334,3903,405],{"class":347},[334,3905,344],{"class":340},[334,3907,353],{"class":340},[334,3909,344],{"class":340},[334,3911,3912],{"class":358},"Set payload and topic",[334,3914,344],{"class":340},[334,3916,364],{"class":340},[334,3918,344],{"class":340},[334,3920,1112],{"class":347},[334,3922,344],{"class":340},[334,3924,1117],{"class":340},[334,3926,344],{"class":340},[334,3928,1123],{"class":1122},[334,3930,344],{"class":340},[334,3932,353],{"class":340},[334,3934,344],{"class":340},[334,3936,1132],{"class":358},[334,3938,344],{"class":340},[334,3940,364],{"class":340},[334,3942,344],{"class":340},[334,3944,12],{"class":1122},[334,3946,344],{"class":340},[334,3948,353],{"class":340},[334,3950,344],{"class":340},[334,3952,1268],{"class":358},[334,3954,344],{"class":340},[334,3956,364],{"class":340},[334,3958,344],{"class":340},[334,3960,1158],{"class":1122},[334,3962,344],{"class":340},[334,3964,353],{"class":340},[334,3966,344],{"class":340},[334,3968,176],{"class":358},[334,3970,344],{"class":340},[334,3972,364],{"class":340},[334,3974,344],{"class":340},[334,3976,1175],{"class":1122},[334,3978,344],{"class":340},[334,3980,353],{"class":340},[334,3982,344],{"class":340},[334,3984,1149],{"class":358},[334,3986,344],{"class":340},[334,3988,364],{"class":340},[334,3990,344],{"class":340},[334,3992,1193],{"class":1122},[334,3994,344],{"class":340},[334,3996,353],{"class":340},[334,3998,344],{"class":340},[334,4000,176],{"class":358},[334,4002,344],{"class":340},[334,4004,1206],{"class":340},[334,4006,344],{"class":340},[334,4008,1123],{"class":1122},[334,4010,344],{"class":340},[334,4012,353],{"class":340},[334,4014,344],{"class":340},[334,4016,1132],{"class":358},[334,4018,344],{"class":340},[334,4020,364],{"class":340},[334,4022,344],{"class":340},[334,4024,12],{"class":1122},[334,4026,344],{"class":340},[334,4028,353],{"class":340},[334,4030,344],{"class":340},[334,4032,637],{"class":358},[334,4034,344],{"class":340},[334,4036,364],{"class":340},[334,4038,344],{"class":340},[334,4040,1158],{"class":1122},[334,4042,344],{"class":340},[334,4044,353],{"class":340},[334,4046,344],{"class":340},[334,4048,176],{"class":358},[334,4050,344],{"class":340},[334,4052,364],{"class":340},[334,4054,344],{"class":340},[334,4056,1175],{"class":1122},[334,4058,344],{"class":340},[334,4060,353],{"class":340},[334,4062,344],{"class":340},[334,4064,4065],{"class":358},"factory\u002Fline2\u002F${FF_DEVICE_NAME}",[334,4067,344],{"class":340},[334,4069,364],{"class":340},[334,4071,344],{"class":340},[334,4073,1193],{"class":1122},[334,4075,344],{"class":340},[334,4077,353],{"class":340},[334,4079,344],{"class":340},[334,4081,3120],{"class":358},[334,4083,344],{"class":340},[334,4085,1289],{"class":340},[334,4087,344],{"class":340},[334,4089,1294],{"class":347},[334,4091,344],{"class":340},[334,4093,353],{"class":340},[334,4095,412],{"class":340},[334,4097,364],{"class":340},[334,4099,344],{"class":340},[334,4101,1307],{"class":347},[334,4103,344],{"class":340},[334,4105,353],{"class":340},[334,4107,412],{"class":340},[334,4109,364],{"class":340},[334,4111,344],{"class":340},[334,4113,1320],{"class":347},[334,4115,344],{"class":340},[334,4117,353],{"class":340},[334,4119,412],{"class":340},[334,4121,364],{"class":340},[334,4123,344],{"class":340},[334,4125,1175],{"class":347},[334,4127,344],{"class":340},[334,4129,353],{"class":340},[334,4131,412],{"class":340},[334,4133,364],{"class":340},[334,4135,344],{"class":340},[334,4137,1345],{"class":347},[334,4139,344],{"class":340},[334,4141,424],{"class":340},[334,4143,344],{"class":340},[334,4145,457],{"class":347},[334,4147,344],{"class":340},[334,4149,353],{"class":340},[334,4151,4152],{"class":464},"1080",[334,4154,364],{"class":340},[334,4156,344],{"class":340},[334,4158,472],{"class":347},[334,4160,344],{"class":340},[334,4162,353],{"class":340},[334,4164,669],{"class":464},[334,4166,364],{"class":340},[334,4168,344],{"class":340},[334,4170,486],{"class":347},[334,4172,344],{"class":340},[334,4174,491],{"class":340},[334,4176,344],{"class":340},[334,4178,3626],{"class":358},[334,4180,344],{"class":340},[334,4182,501],{"class":340},[334,4184,344],{"class":340},[334,4186,348],{"class":347},[334,4188,344],{"class":340},[334,4190,353],{"class":340},[334,4192,344],{"class":340},[334,4194,4195],{"class":358},"79dfc62b4b21d20b",[334,4197,344],{"class":340},[334,4199,364],{"class":340},[334,4201,344],{"class":340},[334,4203,369],{"class":347},[334,4205,344],{"class":340},[334,4207,353],{"class":340},[334,4209,344],{"class":340},[334,4211,531],{"class":358},[334,4213,344],{"class":340},[334,4215,364],{"class":340},[334,4217,344],{"class":340},[334,4219,387],{"class":347},[334,4221,344],{"class":340},[334,4223,353],{"class":340},[334,4225,344],{"class":340},[334,4227,396],{"class":358},[334,4229,344],{"class":340},[334,4231,364],{"class":340},[334,4233,344],{"class":340},[334,4235,405],{"class":347},[334,4237,344],{"class":340},[334,4239,353],{"class":340},[334,4241,344],{"class":340},[334,4243,4244],{"class":358},"Trigger on deploy",[334,4246,344],{"class":340},[334,4248,364],{"class":340},[334,4250,344],{"class":340},[334,4252,573],{"class":347},[334,4254,344],{"class":340},[334,4256,578],{"class":340},[334,4258,344],{"class":340},[334,4260,583],{"class":347},[334,4262,344],{"class":340},[334,4264,353],{"class":340},[334,4266,412],{"class":340},[334,4268,364],{"class":340},[334,4270,344],{"class":340},[334,4272,601],{"class":347},[334,4274,344],{"class":340},[334,4276,353],{"class":340},[334,4278,412],{"class":340},[334,4280,364],{"class":340},[334,4282,344],{"class":340},[334,4284,614],{"class":347},[334,4286,344],{"class":340},[334,4288,434],{"class":340},[334,4290,344],{"class":340},[334,4292,623],{"class":347},[334,4294,344],{"class":340},[334,4296,353],{"class":340},[334,4298,630],{"class":464},[334,4300,364],{"class":340},[334,4302,344],{"class":340},[334,4304,637],{"class":347},[334,4306,344],{"class":340},[334,4308,353],{"class":340},[334,4310,412],{"class":340},[334,4312,364],{"class":340},[334,4314,344],{"class":340},[334,4316,457],{"class":347},[334,4318,344],{"class":340},[334,4320,353],{"class":340},[334,4322,4323],{"class":464},"210",[334,4325,364],{"class":340},[334,4327,344],{"class":340},[334,4329,472],{"class":347},[334,4331,344],{"class":340},[334,4333,353],{"class":340},[334,4335,3611],{"class":464},[334,4337,364],{"class":340},[334,4339,344],{"class":340},[334,4341,486],{"class":347},[334,4343,344],{"class":340},[334,4345,491],{"class":340},[334,4347,344],{"class":340},[334,4349,2900],{"class":358},[334,4351,344],{"class":340},[334,4353,501],{"class":340},[334,4355,344],{"class":340},[334,4357,348],{"class":347},[334,4359,344],{"class":340},[334,4361,353],{"class":340},[334,4363,344],{"class":340},[334,4365,3813],{"class":358},[334,4367,344],{"class":340},[334,4369,364],{"class":340},[334,4371,344],{"class":340},[334,4373,369],{"class":347},[334,4375,344],{"class":340},[334,4377,353],{"class":340},[334,4379,344],{"class":340},[334,4381,4382],{"class":358},"mqtt-broker",[334,4384,344],{"class":340},[334,4386,364],{"class":340},[334,4388,344],{"class":340},[334,4390,405],{"class":347},[334,4392,344],{"class":340},[334,4394,353],{"class":340},[334,4396,412],{"class":340},[334,4398,364],{"class":340},[334,4400,344],{"class":340},[334,4402,3804],{"class":347},[334,4404,344],{"class":340},[334,4406,353],{"class":340},[334,4408,344],{"class":340},[334,4410,4411],{"class":358},"localhost",[334,4413,344],{"class":340},[334,4415,364],{"class":340},[334,4417,344],{"class":340},[334,4419,4420],{"class":347},"port",[334,4422,344],{"class":340},[334,4424,353],{"class":340},[334,4426,4427],{"class":464},"1883",[334,4429,364],{"class":340},[334,4431,344],{"class":340},[334,4433,4434],{"class":347},"clientid",[334,4436,344],{"class":340},[334,4438,353],{"class":340},[334,4440,412],{"class":340},[334,4442,364],{"class":340},[334,4444,344],{"class":340},[334,4446,4447],{"class":347},"autoConnect",[334,4449,344],{"class":340},[334,4451,424],{"class":340},[334,4453,344],{"class":340},[334,4455,4456],{"class":347},"usetls",[334,4458,344],{"class":340},[334,4460,424],{"class":340},[334,4462,344],{"class":340},[334,4464,4465],{"class":347},"protocolVersion",[334,4467,344],{"class":340},[334,4469,353],{"class":340},[334,4471,2780],{"class":464},[334,4473,364],{"class":340},[334,4475,344],{"class":340},[334,4477,4478],{"class":347},"keepalive",[334,4480,344],{"class":340},[334,4482,353],{"class":340},[334,4484,4485],{"class":464},"60",[334,4487,364],{"class":340},[334,4489,344],{"class":340},[334,4491,4492],{"class":347},"cleansession",[334,4494,344],{"class":340},[334,4496,434],{"class":340},[334,4498,344],{"class":340},[334,4500,4501],{"class":347},"autoUnsubscribe",[334,4503,344],{"class":340},[334,4505,434],{"class":340},[334,4507,344],{"class":340},[334,4509,4510],{"class":347},"birthTopic",[334,4512,344],{"class":340},[334,4514,353],{"class":340},[334,4516,412],{"class":340},[334,4518,364],{"class":340},[334,4520,344],{"class":340},[334,4522,4523],{"class":347},"birthQos",[334,4525,344],{"class":340},[334,4527,353],{"class":340},[334,4529,344],{"class":340},[334,4531,3717],{"class":358},[334,4533,344],{"class":340},[334,4535,364],{"class":340},[334,4537,344],{"class":340},[334,4539,4540],{"class":347},"birthRetain",[334,4542,344],{"class":340},[334,4544,353],{"class":340},[334,4546,344],{"class":340},[334,4548,4549],{"class":358},"false",[334,4551,344],{"class":340},[334,4553,364],{"class":340},[334,4555,344],{"class":340},[334,4557,4558],{"class":347},"birthPayload",[334,4560,344],{"class":340},[334,4562,353],{"class":340},[334,4564,412],{"class":340},[334,4566,364],{"class":340},[334,4568,344],{"class":340},[334,4570,4571],{"class":347},"birthMsg",[334,4573,344],{"class":340},[334,4575,4576],{"class":340},":{},",[334,4578,344],{"class":340},[334,4580,4581],{"class":347},"closeTopic",[334,4583,344],{"class":340},[334,4585,353],{"class":340},[334,4587,412],{"class":340},[334,4589,364],{"class":340},[334,4591,344],{"class":340},[334,4593,4594],{"class":347},"closeQos",[334,4596,344],{"class":340},[334,4598,353],{"class":340},[334,4600,344],{"class":340},[334,4602,3717],{"class":358},[334,4604,344],{"class":340},[334,4606,364],{"class":340},[334,4608,344],{"class":340},[334,4610,4611],{"class":347},"closeRetain",[334,4613,344],{"class":340},[334,4615,353],{"class":340},[334,4617,344],{"class":340},[334,4619,4549],{"class":358},[334,4621,344],{"class":340},[334,4623,364],{"class":340},[334,4625,344],{"class":340},[334,4627,4628],{"class":347},"closePayload",[334,4630,344],{"class":340},[334,4632,353],{"class":340},[334,4634,412],{"class":340},[334,4636,364],{"class":340},[334,4638,344],{"class":340},[334,4640,4641],{"class":347},"closeMsg",[334,4643,344],{"class":340},[334,4645,4576],{"class":340},[334,4647,344],{"class":340},[334,4649,4650],{"class":347},"willTopic",[334,4652,344],{"class":340},[334,4654,353],{"class":340},[334,4656,412],{"class":340},[334,4658,364],{"class":340},[334,4660,344],{"class":340},[334,4662,4663],{"class":347},"willQos",[334,4665,344],{"class":340},[334,4667,353],{"class":340},[334,4669,344],{"class":340},[334,4671,3717],{"class":358},[334,4673,344],{"class":340},[334,4675,364],{"class":340},[334,4677,344],{"class":340},[334,4679,4680],{"class":347},"willRetain",[334,4682,344],{"class":340},[334,4684,353],{"class":340},[334,4686,344],{"class":340},[334,4688,4549],{"class":358},[334,4690,344],{"class":340},[334,4692,364],{"class":340},[334,4694,344],{"class":340},[334,4696,4697],{"class":347},"willPayload",[334,4699,344],{"class":340},[334,4701,353],{"class":340},[334,4703,412],{"class":340},[334,4705,364],{"class":340},[334,4707,344],{"class":340},[334,4709,4710],{"class":347},"willMsg",[334,4712,344],{"class":340},[334,4714,4576],{"class":340},[334,4716,344],{"class":340},[334,4718,3765],{"class":347},[334,4720,344],{"class":340},[334,4722,353],{"class":340},[334,4724,412],{"class":340},[334,4726,364],{"class":340},[334,4728,344],{"class":340},[334,4730,4731],{"class":347},"sessionExpiry",[334,4733,344],{"class":340},[334,4735,353],{"class":340},[334,4737,412],{"class":340},[334,4739,4740],{"class":340},"}]\n",[19,4742,4744],{"id":4743},"setting-environment-variables-for-a-device-group","Setting Environment Variables for a Device Group",[12,4746,4747],{},"After confirming that your flow in the development stage remote instance works as expected and connects to the broker correctly, the next step is to add environment variables.",[12,4749,4750],{},"If your target stage has only a single instance, you can set the environment variables at the instance level, as shown in the image below, and use the first method discussed earlier. This approach is straightforward and efficient for configuring a single instance using environment variables.",[12,4752,4753,4757],{},[146,4754],{"alt":4755,"dataZoomable":149,"src":4756},"Setting environment variables at the instance level in FlowFuse.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fenv-vars-blur.png",[152,4758,4755],{},[12,4760,4761],{},"However, when multiple remote instances exist within the same stage, such as in a device group, configuring them individually can be impractical, especially when most settings remain the same. To simplify this process, FlowFuse allows you to set environment variables at the device group level, and you can use the second method to make the configuration quick and easy while using remote instance default environment variables.",[12,4763,4764],{},"To add the device group level environment variables follow the steps:",[54,4766,4767,4774,4791],{},[57,4768,4769,4770,4773],{},"Go to your ",[64,4771,4772],{},"device group’s settings"," in the FlowFuse platform.",[57,4775,4776,4777],{},"Add the following environment variables with the appropriate values:",[72,4778,4779,4783,4787],{},[57,4780,4781],{},[77,4782,79],{},[57,4784,4785],{},[77,4786,85],{},[57,4788,4789],{},[77,4790,109],{},[57,4792,119,4793,4795],{},[64,4794,122],{}," to apply the changes.",[12,4797,4798,4802],{},[146,4799],{"alt":4800,"dataZoomable":149,"src":4801},"Configuring environment variables at the device group level.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fenv-settings.png",[152,4803,4800],{},[12,4805,4806],{},"With this approach, you do not need to set environment variables separately for each instance. Instead, the environment variables defined at the device group level will apply to all remote instances within the group, ensuring a consistent and efficient configuration.",[19,4808,4810],{"id":4809},"deploying-flow-with-stage-specific-configurations-via-devops-pipeline","Deploying Flow with Stage-Specific Configurations via DevOps Pipeline",[12,4812,4813],{},"Now that everything is set up, trigger the deployment pipeline for the development stage. This will push the flow and settings to the next-stage instances while preserving the existing environment variables. Before applying the new configuration, all remote instances in the target stage will restart automatically.",[12,4815,4816,4820],{},[146,4817],{"alt":4818,"dataZoomable":149,"src":4819},"Deploying Node-RED flows using FlowFuse's DevOps pipeline.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fdevops-pipeline.png",[152,4821,4818],{},[12,4823,4824],{},"If everything is configured correctly, the MQTT nodes in each remote Node-RED instance will connect to the appropriate broker configured at the device group level.",[19,4826,4828],{"id":4827},"monitoring-mqtt-topic-hierarchy-with-flowfuse","Monitoring MQTT Topic Hierarchy with FlowFuse",[12,4830,4831],{},"Once the Node-RED flow is deployed on all remote instances in the device group and the MQTT nodes in each instance are connected to the broker, you can monitor and manage all topics across all brokers directly in FlowFuse.",[12,4833,4834,4838],{},[146,4835],{"alt":4836,"dataZoomable":149,"src":4837},"Monitoring MQTT topics in FlowFuse across multiple brokers.","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fmqtt-broker-monitoring.png",[152,4839,4836],{},[12,4841,4842,4843],{},"Watch this short video to learn how to bring your own brokers for topic monitoring in FlowFuse: ",[33,4844,4845],{"href":4845,"rel":4846},"https:\u002F\u002Fyoutube.com\u002Fshorts\u002F-8TPXb0h0vA?si=wi3wghi4vUWlXJTZ",[4847],"nofollow",[19,4849,4851],{"id":4850},"conclusion","Conclusion",[12,4853,4854],{},"FlowFuse makes it easy to deploy Node-RED flows while ensuring each stage connects to the right MQTT broker. By using environment variables at both the instance and device group levels, you can automate MQTT configurations, reducing manual setup and ensuring consistency.",[12,4856,4857],{},[33,4858,4861],{"href":4859,"rel":4860},"https:\u002F\u002Fapp.flowfuse.com\u002Faccount\u002Fcreate",[4847],"Get Started Now",[4863,4864,4865],"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 .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 pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}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":149,"searchDepth":4867,"depth":4867,"links":4868},4,[4869,4871,4872,4880,4881,4882,4883],{"id":21,"depth":4870,"text":22},2,{"id":45,"depth":4870,"text":46},{"id":126,"depth":4870,"text":127,"children":4873},[4874,4876],{"id":134,"depth":4875,"text":135},3,{"id":172,"depth":4875,"text":4877,"children":4878},"2. Setting Values Dynamically via the msg Object",[4879],{"id":254,"depth":4867,"text":255},{"id":4743,"depth":4870,"text":4744},{"id":4809,"depth":4870,"text":4810},{"id":4827,"depth":4870,"text":4828},{"id":4850,"depth":4870,"text":4851},null,"2025-03-28","Learn how to configure MQTT brokers dynamically in FlowFuse using environment variables at both instance and device group levels. Streamline deployments across pipeline stages and monitor MQTT topics efficiently.","md","\u002Fblog\u002F2025\u002F03\u002Fimages\u002Fscaling-mqtt-connections.png",{"excerpt":4890},{"type":9,"value":4891},[4892],[12,4893,14],{},true,"\u002Fblog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse",{"title":5,"description":4886},{"loc":4895},"blog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse","Automating MQTT Configuration in FlowFuse Using Environment Variables",[4901,4902],"flowfuse","mqtt","vavQx8ZLzW3G3OwROBqLJ27-MogjukAVr41rJep3nMw",{"id":4905,"extension":4906,"meta":4907,"sections":4908,"stem":5294,"__hash__":5295},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[4909,4960,5060,5121,5197,5276],{"id":4910,"title":4911,"features":4912},"ai-automation","AI & Automation",[4913,4923,4933,4943,4949,4955],{"id":4914,"title":4915,"description":4916,"docsLink":4917,"changelog":4918,"tiers":4922},"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",[4919],{"url":4920,"release":4921},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":4894,"hub":4894,"fleet":4894},{"id":4924,"title":4925,"description":4926,"docsLink":4927,"changelog":4928,"subfeature":4894,"showOnPricing":4931,"tiers":4932},"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",[4929],{"url":4930,"release":4921},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":4894,"hub":4894,"fleet":4894},{"id":4934,"title":4935,"description":4936,"docsLink":4937,"changelog":4938,"subfeature":4894,"showOnPricing":4931,"tiers":4942},"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",[4939],{"url":4940,"release":4941},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":4894,"hub":4894,"fleet":4894},{"id":4944,"title":4945,"description":4946,"docsLink":4947,"subfeature":4894,"beta":4894,"showOnPricing":4931,"tiers":4948},"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":4894,"hub":4894,"fleet":4894},{"id":4950,"title":4951,"description":4952,"docsLink":4953,"tiers":4954},"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.","\u002Fnode-red\u002Fflowfuse\u002Fmcp\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":4956,"title":4957,"description":4958,"tiers":4959},"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":4894,"hub":4894,"fleet":4894},{"id":2632,"title":4961,"features":4962},"Build",[4963,4969,4975,4985,4991,4997,5001,5007,5013,5021,5027,5031,5035,5044,5052],{"id":4964,"title":4965,"description":4966,"docsLink":4967,"tiers":4968},"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":4894,"hub":4931,"fleet":4894},{"id":4970,"title":4971,"description":4972,"docsLink":4973,"tiers":4974},"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":4894,"hub":4894,"fleet":4894},{"id":4976,"title":4977,"description":4978,"docsLink":4979,"changelog":4980,"tiers":4984},"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",[4981],{"url":4982,"release":4983},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":4894,"hub":4894,"fleet":4894},{"id":4986,"title":4987,"description":4988,"docsLink":4989,"tiers":4990},"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":4894,"hub":4894,"fleet":4894},{"id":4992,"title":4993,"description":4994,"docsLink":4995,"showOnPricing":4931,"tiers":4996},"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":4894,"hub":4894,"fleet":4894},{"id":4998,"title":4999,"showOnPricing":4931,"tiers":5000},"static-assets","Static Assets",{"edge":4894,"hub":4894,"fleet":4894},{"id":5002,"title":5003,"description":5004,"docsLink":5005,"tiers":5006},"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":4894,"hub":4894,"fleet":4894},{"id":5008,"title":5009,"description":5010,"docsLink":5011,"tiers":5012},"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":4894,"hub":4894,"fleet":4894},{"id":5014,"title":5015,"description":5016,"changelog":5017,"subfeature":4894,"showOnPricing":4931,"tiers":5020},"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.",[5018],{"url":5019,"release":4983},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":5022,"title":5023,"description":5024,"docsLink":5025,"tiers":5026},"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":4894,"hub":4894,"fleet":4894},{"id":5028,"title":5029,"subfeature":4894,"showOnPricing":4931,"tiers":5030},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":4894,"hub":4931,"fleet":4894},{"id":5032,"title":5033,"subfeature":4894,"showOnPricing":4931,"tiers":5034},"blueprints-it-apps","Blueprints - IT APPS",{"edge":4931,"hub":4894,"fleet":4931},{"id":5036,"title":5037,"description":5038,"changelog":5039,"showOnPricing":4931,"tiers":5043},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[5040],{"url":5041,"release":5042},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":4894,"hub":4894,"fleet":4894},{"id":5045,"title":5046,"description":5047,"changelog":5048,"showOnPricing":4931,"tiers":5051},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[5049],{"url":5050,"release":4941},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":5053,"title":5054,"description":5055,"changelog":5056,"showOnPricing":4931,"tiers":5059},"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.",[5057],{"url":5058,"release":5042},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":5061,"title":5062,"features":5063},"deploy","Deploy",[5064,5070,5079,5085,5090,5096,5102,5108,5113],{"id":5065,"title":5066,"description":5067,"docsLink":5068,"tiers":5069},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":4894,"hub":4894,"fleet":4894},{"id":5071,"title":5072,"description":5073,"docsLink":5074,"changelog":5075,"tiers":5078},"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",[5076],{"url":5077,"release":4921},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":4894,"hub":4931,"fleet":4894},{"id":5080,"title":5081,"description":5082,"docsLink":5083,"tiers":5084},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":4931,"hub":4894,"fleet":4931},{"id":4382,"title":5086,"description":5087,"docsLink":5088,"tiers":5089},"MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":4894,"hub":4931,"fleet":4894},{"id":5091,"title":5092,"description":5093,"docsLink":5094,"showOnPricing":4931,"tiers":5095},"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":4894,"hub":4894,"fleet":4894},{"id":5097,"title":5098,"description":5099,"docsLink":5100,"tiers":5101},"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":4894,"hub":4894,"fleet":4894},{"id":5103,"title":5104,"description":5105,"docsLink":5106,"tiers":5107},"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":4931,"hub":4894,"fleet":4931},{"id":5109,"title":5110,"description":5111,"docsLink":5106,"subfeature":4894,"showOnPricing":4931,"tiers":5112},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":4931,"hub":4894,"fleet":4931},{"id":5114,"title":5115,"description":5116,"docsLink":5106,"changelog":5117,"subfeature":4894,"showOnPricing":4931,"tiers":5120},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[5118],{"url":5119,"release":5042},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":4931,"hub":4894,"fleet":4931},{"id":5122,"title":5123,"features":5124},"operate-maintain","Operate & Maintain",[5125,5131,5137,5142,5150,5154,5158,5163,5168,5174,5179,5185,5189,5193],{"id":5126,"title":5127,"description":5128,"docsLink":5129,"tiers":5130},"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":4894,"hub":4894,"fleet":4894},{"id":5132,"title":5133,"description":5134,"docsLink":5135,"subfeature":4894,"showOnPricing":4931,"tiers":5136},"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":4894,"hub":4894,"fleet":4894},{"id":5138,"title":5139,"description":5140,"docsLink":5135,"subfeature":4894,"showOnPricing":4931,"tiers":5141},"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":4894,"hub":4894,"fleet":4894},{"id":5143,"title":5144,"description":5145,"changelog":5146,"subfeature":4894,"showOnPricing":4931,"tiers":5149},"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.",[5147],{"url":5148,"release":5042},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":5151,"title":5152,"subfeature":4894,"showOnPricing":4931,"tiers":5153},"version-history-timeline","Version History Timeline",{"edge":4894,"hub":4894,"fleet":4894},{"id":5155,"title":5156,"tiers":5157},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":4894,"hub":4894,"fleet":4894},{"id":5159,"title":5160,"description":5161,"tiers":5162},"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":4894,"hub":4931,"fleet":4894},{"id":5164,"title":5165,"description":5166,"docsLink":40,"tiers":5167},"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.",{"edge":4894,"hub":4931,"fleet":4894},{"id":5169,"title":5170,"description":5171,"docsLink":5172,"tiers":5173},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":4931,"hub":4894,"fleet":4931},{"id":5175,"title":5176,"description":5177,"tiers":5178},"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":4894,"hub":4894,"fleet":4894},{"id":5180,"title":5181,"description":5182,"docsLink":5183,"subfeature":4894,"showOnPricing":4931,"tiers":5184},"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":4894,"hub":4894,"fleet":4894},{"id":5186,"title":5187,"subfeature":4894,"showOnPricing":4931,"tiers":5188},"email-alerts","Email Alerts",{"edge":4894,"hub":4894,"fleet":4894},{"id":5190,"title":5191,"showOnPricing":4931,"tiers":5192},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":4894,"hub":4894,"fleet":4894},{"id":5194,"title":5195,"tiers":5196},"protected-instances","Protected Instances",{"edge":4931,"hub":4894,"fleet":4931},{"id":5198,"title":5199,"features":5200},"govern-secure","Govern and Secure",[5201,5210,5216,5222,5227,5233,5239,5245,5253,5259,5265,5271],{"id":5202,"title":5203,"description":5204,"docsLink":5205,"changelog":5206,"tiers":5209},"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",[5207],{"url":5208,"release":4983},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":5211,"title":5212,"description":5213,"docsLink":5214,"tiers":5215},"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":4894,"hub":4894,"fleet":4894},{"id":5217,"title":5218,"description":5219,"docsLink":5220,"tiers":5221},"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":4931,"hub":4894,"fleet":4894},{"id":5223,"title":5224,"description":5225,"tiers":5226},"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":4894,"hub":4931,"fleet":4931},{"id":5228,"title":5229,"description":5230,"docsLink":5231,"tiers":5232},"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":4894,"hub":4894,"fleet":4894},{"id":5234,"title":5235,"description":5236,"docsLink":5237,"tiers":5238},"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":4894,"hub":4894,"fleet":4894},{"id":5240,"title":5241,"description":5242,"docsLink":5243,"subfeature":4894,"showOnPricing":4931,"tiers":5244},"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":4894,"hub":4894,"fleet":4894},{"id":5246,"title":5247,"description":5248,"changelog":5249,"subfeature":4894,"showOnPricing":4931,"tiers":5252},"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.",[5250],{"url":5251,"release":4983},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":4894,"hub":4894,"fleet":4894},{"id":5254,"title":5255,"description":5256,"docsLink":5257,"showOnPricing":4931,"tiers":5258},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":4894,"hub":4894,"fleet":4894},{"id":5260,"title":5261,"description":5262,"docsLink":5263,"showOnPricing":4931,"tiers":5264},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":4894,"hub":4894,"fleet":4894},{"id":5266,"title":5267,"description":5268,"docsLink":5269,"tiers":5270},"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.5\u002F",{"edge":4931,"hub":4894,"fleet":4931},{"id":5272,"title":5273,"description":5274,"tiers":5275},"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":4931,"hub":4894,"fleet":4931},{"id":5277,"title":5278,"features":5279},"support","Support",[5280,5285,5289],{"id":5281,"title":5282,"docsLink":5283,"tiers":5284},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":4894,"hub":4894,"fleet":4894},{"id":5286,"title":5287,"showOnPricing":4931,"tiers":5288},"live-chat-support","Live Chat Support",{"edge":4894,"hub":4894,"fleet":4894},{"id":5290,"title":5291,"docsLink":5292,"tiers":5293},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":4894,"hub":4894,"fleet":4894},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[5297,5300,5303,5306,5309,5312,5314,5317,5320,5323,5326,5328,5331,5334,5337,5340,5343,5346,5349,5352,5355,5358,5361,5364,5367,5370,5373,5376,5379,5382,5385,5388,5391,5394,5397,5400,5403,5406,5409,5412,5415,5418,5421,5424,5427,5430,5433,5436,5439,5441,5444,5447,5450,5453,5456,5459,5462,5464,5467,5470,5473,5476,5479,5481,5484,5487,5490,5493,5496,5499,5502,5505,5508,5511,5513,5516,5519,5522,5525,5528,5531,5534,5537,5540,5543,5546,5549,5552,5555,5557,5560,5563,5566,5569,5572,5575,5578,5581,5584,5587,5590,5593,5596,5599,5602,5605,5608,5611,5613,5616,5619,5622,5625,5628,5631,5634,5636,5639,5642,5645,5648,5651,5654,5657,5660,5663,5666,5669,5672,5675,5678,5681,5684,5687,5690,5693,5696,5699,5702,5705,5708,5711,5714,5717,5720,5723,5726,5729,5732,5735,5738,5741,5744,5747,5750,5753,5756,5759,5762,5765,5768,5771,5774,5777,5780,5783,5786,5788,5791,5794,5797,5800,5803,5806,5809,5812,5815,5818,5821,5824,5827],{"path":5298,"title":5299},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":5301,"title":5302},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":5304,"title":5305},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":5307,"title":5308},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":5310,"title":5311},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":5313,"title":5023},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":5315,"title":5316},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":5318,"title":5319},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":5321,"title":5322},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":5324,"title":5325},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":5327,"title":5212},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":5329,"title":5330},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":5332,"title":5333},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":5335,"title":5336},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":5338,"title":5339},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":5341,"title":5342},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":5344,"title":5345},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":5347,"title":5348},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":5350,"title":5351},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":5353,"title":5354},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":5356,"title":5357},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":5359,"title":5360},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":5362,"title":5363},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":5365,"title":5366},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":5368,"title":5369},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":5371,"title":5372},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":5374,"title":5375},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":5377,"title":5378},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":5380,"title":5381},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":5383,"title":5384},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":5386,"title":5387},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":5389,"title":5390},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":5392,"title":5393},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":5395,"title":5396},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":5398,"title":5399},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":5401,"title":5402},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":5404,"title":5405},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":5407,"title":5408},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":5410,"title":5411},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":5413,"title":5414},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":5416,"title":5417},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":5419,"title":5420},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":5422,"title":5423},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":5425,"title":5426},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":5428,"title":5429},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":5431,"title":5432},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":5434,"title":5435},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":5437,"title":5438},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":5440,"title":5438},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":5442,"title":5443},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":5445,"title":5446},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":5448,"title":5449},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":5451,"title":5452},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":5454,"title":5455},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":5457,"title":5458},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":5460,"title":5461},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":5463,"title":5461},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":5465,"title":5466},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":5468,"title":5469},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":5471,"title":5472},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":5474,"title":5475},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":5477,"title":5478},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":5480,"title":5478},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":5482,"title":5483},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":5485,"title":5486},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":5488,"title":5489},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":5491,"title":5492},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":5494,"title":5495},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":5497,"title":5498},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":5500,"title":5501},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":5503,"title":5504},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":5506,"title":5507},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":5509,"title":5510},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":5512,"title":5152},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":5514,"title":5515},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":5517,"title":5518},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":5520,"title":5521},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":5523,"title":5524},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":5526,"title":5527},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":5529,"title":5530},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":5532,"title":5533},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":5535,"title":5536},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":5538,"title":5539},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":5541,"title":5542},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":5544,"title":5545},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":5547,"title":5548},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":5550,"title":5551},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":5553,"title":5554},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":5556,"title":5152},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":5558,"title":5559},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":5561,"title":5562},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":5564,"title":5565},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":5567,"title":5568},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":5570,"title":5571},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":5573,"title":5574},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":5576,"title":5577},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":5579,"title":5580},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":5582,"title":5583},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":5585,"title":5586},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":5588,"title":5589},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":5591,"title":5592},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":5594,"title":5595},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":5597,"title":5598},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":5600,"title":5601},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":5603,"title":5604},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":5606,"title":5607},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":5609,"title":5610},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":5612,"title":5610},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":5614,"title":5615},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":5617,"title":5618},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":5620,"title":5621},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":5623,"title":5624},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":5626,"title":5627},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":5629,"title":5630},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":5632,"title":5633},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":5635,"title":4977},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":5637,"title":5638},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":5640,"title":5641},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":5643,"title":5644},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":5646,"title":5647},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":5649,"title":5650},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":5652,"title":5653},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":5655,"title":5656},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":5658,"title":5659},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":5661,"title":5662},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":5664,"title":5665},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":5667,"title":5668},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":5670,"title":5671},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":5673,"title":5674},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":5676,"title":5677},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":5679,"title":5680},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":5682,"title":5683},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":5685,"title":5686},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":5688,"title":5689},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":5691,"title":5692},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":5694,"title":5695},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":5697,"title":5698},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":5700,"title":5701},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":5703,"title":5704},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":5706,"title":5707},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":5709,"title":5710},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":5712,"title":5713},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":5715,"title":5716},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":5718,"title":5719},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":5721,"title":5722},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":5724,"title":5725},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":5727,"title":5728},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":5730,"title":5731},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":5733,"title":5734},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":5736,"title":5737},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":5739,"title":5740},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":5742,"title":5743},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":5745,"title":5746},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":5748,"title":5749},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":5751,"title":5752},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":5754,"title":5755},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":5757,"title":5758},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":5760,"title":5761},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":5763,"title":5764},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":5766,"title":5767},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":5769,"title":5770},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":5772,"title":5773},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":5775,"title":5776},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":5778,"title":5779},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":5781,"title":5782},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":5784,"title":5785},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":5787,"title":5046},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":5789,"title":5790},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":5792,"title":5793},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":5795,"title":5796},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":5798,"title":5799},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":5801,"title":5802},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":5804,"title":5805},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":5807,"title":5808},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":5810,"title":5811},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":5813,"title":5814},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":5816,"title":5817},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":5819,"title":5820},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":5822,"title":5823},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":5825,"title":5826},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":5828,"title":5829},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105890916]