[{"data":1,"prerenderedAt":7850},["ShallowReactive",2],{"blog-\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-4":3,"featureCatalog":6921,"changelog-titles":7315,"blog-all-for-related":7849},{"id":4,"title":5,"authors":6,"body":8,"cta":6900,"date":6901,"description":6902,"extension":6903,"features":6900,"image":6904,"lastUpdated":6905,"meta":6906,"navigation":6911,"path":6912,"release":6900,"seo":6913,"sitemap":6914,"stem":6915,"subtitle":6902,"tags":6916,"tldr":6900,"video":6900,"__hash__":6920},"blog\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-4.md","Node-RED Tips - Smooth, Catch, and Math",[7],"rob-marcer",{"type":9,"value":10,"toc":6892},"minimark",[11,15,20,23,30,33,4790,4794,4805,4811,4814,5897,5901,5904,5907,5913,5916,6859,6867,6871,6879,6882,6889],[12,13,14],"p",{},"There is usually more than one way to complete a given task in software, and Node-RED is no exception. In each of this series of blog posts, we are going to share three useful tips to save yourself time when working on your flows.",[16,17,19],"h3",{"id":18},"_1-use-the-smooth-node-to-get-the-minimum-and-maximum-values-of-your-payloads","1. Use the Smooth node to get the minimum and maximum values of your payloads",[12,21,22],{},"When taking data in from sensors sometimes a spurious value can be sent into your flow. This can result in oddities in a graph or even misfiring of actions such as turning on a heating system. The Smooth custom node allows you to store the min and max of a payload for the last few messages received.",[12,24,25],{},[26,27],"img",{"alt":28,"src":29,"title":28},"Using the Smooth node to return highest value from the last 100 payloads","\u002Fblog\u002F2023\u002F03\u002Fimages\u002Fsmooth.png",[12,31,32],{},"You can in turn use this to ignore values that deviate too far from the sample. To help demonstrate the Smooth node, I've created a flow you can import into Node-RED.",[34,35,40],"pre",{"className":36,"code":37,"language":38,"meta":39,"style":39},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"9484c25a0120bd48\",\"type\":\"group\",\"z\":\"dd95c0bca1101c86\",\"name\":\"Automatically outputs random value (temperature in Celcius) between 0 & 25 every second\",\"style\":{\"label\":!0},\"nodes\":[\"e4f972f9daad6246\",\"c7fc075a1915e87b\",\"966a772c46dc2888\"],\"x\":34,\"y\":59,\"w\":574,\"h\":82},{\"id\":\"e4f972f9daad6246\",\"type\":\"link out\",\"z\":\"dd95c0bca1101c86\",\"g\":\"9484c25a0120bd48\",\"name\":\"link out 1\",\"mode\":\"link\",\"links\":[\"33594c64783cdc45\",\"e6bf7b494b48861e\"],\"x\":355,\"y\":100,\"wires\":[]},{\"id\":\"c7fc075a1915e87b\",\"type\":\"inject\",\"z\":\"dd95c0bca1101c86\",\"g\":\"9484c25a0120bd48\",\"name\":\"\",\"props\":[],\"repeat\":\"1\",\"crontab\":\"\",\"once\":!1,\"onceDelay\":0.1,\"topic\":\"\",\"x\":130,\"y\":100,\"wires\":[[\"966a772c46dc2888\"]]},{\"id\":\"966a772c46dc2888\",\"type\":\"random\",\"z\":\"dd95c0bca1101c86\",\"g\":\"9484c25a0120bd48\",\"name\":\"\",\"low\":\"0\",\"high\":\"25\",\"inte\":\"true\",\"property\":\"payload\",\"x\":260,\"y\":100,\"wires\":[[\"e4f972f9daad6246\"]]},{\"id\":\"37380f26e8bfc98a\",\"type\":\"group\",\"z\":\"dd95c0bca1101c86\",\"name\":\"Calculate average, high and low, save to flow\",\"style\":{\"label\":!0},\"nodes\":[\"cc3978c7c4ea56ed\",\"e1819526a5f365c8\",\"33594c64783cdc45\",\"fea261a15b3b7683\",\"e28a69232f1cac53\",\"aecb1727be523240\",\"e30039ee13e480a8\"],\"x\":34,\"y\":259,\"w\":552,\"h\":142},{\"id\":\"cc3978c7c4ea56ed\",\"type\":\"change\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"\",\"rules\":[{\"t\":\"set\",\"p\":\"high\",\"pt\":\"flow\",\"to\":\"payload\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":!1,\"x\":310,\"y\":300,\"wires\":[[\"aecb1727be523240\"]]},{\"id\":\"e1819526a5f365c8\",\"type\":\"change\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"\",\"rules\":[{\"t\":\"set\",\"p\":\"low\",\"pt\":\"flow\",\"to\":\"payload\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":!1,\"x\":310,\"y\":360,\"wires\":[[\"e30039ee13e480a8\"]]},{\"id\":\"33594c64783cdc45\",\"type\":\"link in\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"link in 1\",\"links\":[\"c07b2e101cecbd3b\",\"e4f972f9daad6246\"],\"x\":75,\"y\":320,\"wires\":[[\"e28a69232f1cac53\",\"fea261a15b3b7683\"]]},{\"id\":\"fea261a15b3b7683\",\"type\":\"smooth\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"Min\",\"property\":\"payload\",\"action\":\"min\",\"count\":\"100\",\"round\":\"2\",\"mult\":\"single\",\"reduce\":!1,\"x\":170,\"y\":360,\"wires\":[[\"e1819526a5f365c8\"]]},{\"id\":\"e28a69232f1cac53\",\"type\":\"smooth\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"Max\",\"property\":\"payload\",\"action\":\"max\",\"count\":\"100\",\"round\":\"2\",\"mult\":\"single\",\"reduce\":!1,\"x\":170,\"y\":300,\"wires\":[[\"cc3978c7c4ea56ed\"]]},{\"id\":\"aecb1727be523240\",\"type\":\"debug\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"debug 23\",\"active\":!0,\"tosidebar\":!1,\"console\":!1,\"tostatus\":!0,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"payload\",\"statusType\":\"auto\",\"x\":480,\"y\":300,\"wires\":[]},{\"id\":\"e30039ee13e480a8\",\"type\":\"debug\",\"z\":\"dd95c0bca1101c86\",\"g\":\"37380f26e8bfc98a\",\"name\":\"debug 25\",\"active\":!0,\"tosidebar\":!1,\"console\":!1,\"tostatus\":!0,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"payload\",\"statusType\":\"auto\",\"x\":480,\"y\":360,\"wires\":[]},{\"id\":\"ec11a9ee9148b0b5\",\"type\":\"group\",\"z\":\"dd95c0bca1101c86\",\"name\":\"Evaluate if an incoming value is between flow.high and flow.low, if it is not, send the message down a different wire and show an alert in debug\",\"style\":{\"label\":!0},\"nodes\":[\"9393c22b2e3c1ec8\",\"1cd18307cb919159\",\"7c1f474e646765a7\",\"a209cd10f33ec401\",\"f4b15283e55babf4\",\"e6bf7b494b48861e\"],\"x\":34,\"y\":419,\"w\":1032,\"h\":162},{\"id\":\"9393c22b2e3c1ec8\",\"type\":\"switch\",\"z\":\"dd95c0bca1101c86\",\"g\":\"ec11a9ee9148b0b5\",\"name\":\"Was the value between flow.high and flow.low?\",\"property\":\"payload\",\"propertyType\":\"msg\",\"rules\":[{\"t\":\"btwn\",\"v\":\"high\",\"vt\":\"flow\",\"v2\":\"low\",\"v2t\":\"flow\"},{\"t\":\"else\"}],\"checkall\":\"true\",\"repair\":!1,\"outputs\":2,\"x\":300,\"y\":480,\"wires\":[[\"1cd18307cb919159\"],[\"7c1f474e646765a7\",\"a209cd10f33ec401\"]]},{\"id\":\"1cd18307cb919159\",\"type\":\"debug\",\"z\":\"dd95c0bca1101c86\",\"g\":\"ec11a9ee9148b0b5\",\"name\":\"debug 15\",\"active\":!0,\"tosidebar\":!0,\"console\":!1,\"tostatus\":!1,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":560,\"y\":460,\"wires\":[]},{\"id\":\"7c1f474e646765a7\",\"type\":\"debug\",\"z\":\"dd95c0bca1101c86\",\"g\":\"ec11a9ee9148b0b5\",\"name\":\"debug 16\",\"active\":!1,\"tosidebar\":!0,\"console\":!1,\"tostatus\":!1,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":560,\"y\":540,\"wires\":[]},{\"id\":\"a209cd10f33ec401\",\"type\":\"change\",\"z\":\"dd95c0bca1101c86\",\"g\":\"ec11a9ee9148b0b5\",\"name\":\"Alert to debug when value is outside of the range\",\"rules\":[{\"t\":\"set\",\"p\":\"payload\",\"pt\":\"msg\",\"to\":\"The value was outside of the range\",\"tot\":\"str\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":!1,\"x\":690,\"y\":500,\"wires\":[[\"f4b15283e55babf4\"]]},{\"id\":\"f4b15283e55babf4\",\"type\":\"debug\",\"z\":\"dd95c0bca1101c86\",\"g\":\"ec11a9ee9148b0b5\",\"name\":\"debug 17\",\"active\":!0,\"tosidebar\":!0,\"console\":!1,\"tostatus\":!1,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":960,\"y\":500,\"wires\":[]},{\"id\":\"e6bf7b494b48861e\",\"type\":\"link in\",\"z\":\"dd95c0bca1101c86\",\"g\":\"ec11a9ee9148b0b5\",\"name\":\"link in 2\",\"links\":[\"e4f972f9daad6246\",\"c07b2e101cecbd3b\"],\"x\":75,\"y\":480,\"wires\":[[\"9393c22b2e3c1ec8\"]]},{\"id\":\"caf4214602d5f2c9\",\"type\":\"group\",\"z\":\"dd95c0bca1101c86\",\"name\":\"Manually send a spurious value\",\"style\":{\"label\":!0},\"nodes\":[\"14097fb7ba3a9ecc\",\"c07b2e101cecbd3b\"],\"x\":34,\"y\":159,\"w\":232,\"h\":82},{\"id\":\"14097fb7ba3a9ecc\",\"type\":\"inject\",\"z\":\"dd95c0bca1101c86\",\"g\":\"caf4214602d5f2c9\",\"name\":\"\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":!1,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"75\",\"payloadType\":\"num\",\"x\":130,\"y\":200,\"wires\":[[\"c07b2e101cecbd3b\"]]},{\"id\":\"c07b2e101cecbd3b\",\"type\":\"link out\",\"z\":\"dd95c0bca1101c86\",\"g\":\"caf4214602d5f2c9\",\"name\":\"link out 2\",\"mode\":\"link\",\"links\":[\"33594c64783cdc45\",\"e6bf7b494b48861e\"],\"x\":225,\"y\":200,\"wires\":[]}]\n","json","",[41,42,43],"code",{"__ignoreMap":39},[44,45,48,52,55,59,61,64,66,70,72,75,77,80,82,84,86,89,91,93,95,98,100,102,104,107,109,111,113,116,118,120,122,125,127,129,131,134,136,139,141,145,147,149,153,157,160,162,165,167,170,172,175,177,179,181,184,186,188,190,193,195,198,200,203,205,207,210,212,214,217,219,221,224,226,228,231,233,235,238,240,242,245,247,249,252,255,257,259,261,263,265,267,269,271,273,275,277,279,281,284,286,288,290,292,294,296,298,300,302,304,306,309,311,313,315,317,319,321,323,325,327,329,331,334,336,338,340,343,345,347,349,352,354,356,358,361,363,365,367,370,372,374,376,379,381,383,385,387,389,391,394,396,398,400,402,404,407,409,411,414,416,419,421,423,425,427,429,431,433,435,437,439,441,443,445,448,450,452,454,456,458,460,462,464,466,468,470,472,474,476,478,480,482,484,486,488,490,492,495,497,499,502,504,507,509,512,514,516,518,521,523,525,527,530,532,534,536,538,540,543,545,547,549,551,553,555,558,560,562,565,567,569,572,574,576,578,580,582,584,586,588,591,593,595,597,599,601,603,605,607,609,611,614,616,618,620,623,625,627,629,631,633,635,637,639,641,643,645,647,649,652,654,656,658,660,662,664,666,668,670,672,674,676,678,680,682,684,686,688,690,692,694,696,698,700,702,705,707,709,711,713,715,717,719,722,724,726,728,731,733,735,737,740,742,744,746,749,751,753,755,758,760,762,764,767,769,771,773,775,777,779,782,784,786,788,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,825,827,829,831,833,835,837,839,841,843,845,847,849,851,853,855,857,859,861,863,865,867,869,871,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,913,915,917,919,922,924,926,928,930,932,934,936,939,941,943,945,948,950,952,954,957,959,961,963,966,968,970,972,974,976,978,980,982,984,986,988,990,993,995,997,999,1001,1003,1006,1008,1010,1012,1014,1016,1019,1021,1023,1025,1027,1029,1031,1033,1035,1037,1039,1041,1043,1045,1047,1050,1052,1054,1056,1058,1060,1062,1064,1066,1068,1070,1072,1074,1076,1078,1080,1082,1084,1086,1088,1090,1092,1094,1096,1098,1100,1103,1105,1108,1110,1113,1115,1117,1119,1122,1124,1126,1128,1130,1132,1134,1136,1138,1140,1142,1144,1147,1149,1151,1153,1156,1158,1160,1162,1165,1167,1169,1171,1173,1175,1177,1179,1182,1184,1186,1188,1191,1193,1196,1198,1201,1203,1205,1207,1209,1211,1213,1215,1217,1219,1221,1223,1226,1228,1230,1232,1234,1236,1238,1240,1242,1244,1246,1248,1251,1253,1255,1257,1259,1261,1263,1265,1267,1269,1272,1274,1276,1278,1280,1282,1285,1287,1289,1291,1293,1295,1297,1299,1301,1303,1305,1307,1309,1311,1313,1315,1317,1319,1321,1323,1325,1327,1329,1331,1333,1335,1337,1339,1341,1343,1345,1347,1349,1351,1353,1355,1357,1359,1361,1363,1365,1367,1369,1371,1373,1375,1377,1379,1381,1383,1385,1387,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409,1411,1413,1415,1417,1419,1421,1423,1425,1427,1429,1431,1433,1435,1437,1439,1441,1443,1445,1447,1449,1451,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,1552,1554,1556,1558,1560,1562,1564,1566,1568,1570,1572,1574,1576,1578,1580,1582,1584,1586,1588,1590,1592,1594,1596,1599,1601,1603,1605,1607,1609,1611,1613,1615,1617,1619,1621,1623,1625,1627,1629,1631,1633,1635,1637,1639,1641,1643,1645,1648,1650,1652,1654,1656,1658,1660,1662,1665,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1688,1690,1692,1694,1696,1698,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,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1805,1807,1809,1811,1813,1815,1817,1819,1821,1823,1825,1827,1829,1831,1833,1835,1838,1840,1842,1844,1847,1849,1851,1853,1855,1857,1859,1861,1864,1866,1868,1870,1873,1875,1877,1879,1882,1884,1886,1888,1891,1893,1895,1897,1900,1902,1904,1906,1908,1910,1912,1914,1916,1918,1921,1923,1925,1927,1929,1931,1933,1935,1937,1939,1941,1943,1945,1947,1949,1951,1953,1955,1957,1959,1961,1963,1965,1967,1969,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999,2001,2003,2005,2007,2009,2011,2013,2015,2017,2019,2021,2023,2025,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2061,2063,2065,2067,2069,2071,2073,2075,2077,2079,2081,2083,2085,2087,2089,2091,2093,2095,2097,2099,2101,2103,2105,2107,2109,2111,2113,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,2196,2198,2200,2202,2204,2206,2208,2210,2212,2214,2216,2218,2220,2222,2224,2226,2228,2230,2232,2234,2236,2238,2240,2242,2245,2247,2249,2251,2254,2256,2258,2260,2262,2264,2266,2269,2271,2273,2275,2277,2279,2281,2284,2286,2288,2290,2292,2294,2296,2299,2301,2303,2305,2307,2309,2311,2314,2316,2318,2320,2322,2324,2326,2328,2331,2333,2335,2337,2339,2341,2343,2345,2348,2350,2352,2354,2356,2358,2360,2362,2365,2367,2369,2371,2374,2376,2378,2380,2382,2384,2386,2389,2391,2393,2395,2397,2399,2401,2403,2405,2407,2409,2411,2413,2415,2417,2419,2421,2423,2425,2427,2429,2431,2433,2435,2437,2439,2441,2443,2445,2447,2449,2451,2453,2455,2457,2459,2461,2463,2465,2467,2469,2471,2473,2475,2477,2479,2481,2483,2485,2488,2490,2492,2494,2496,2498,2500,2502,2504,2506,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,2532,2534,2536,2538,2540,2542,2544,2546,2548,2550,2552,2554,2556,2558,2560,2562,2564,2566,2568,2570,2572,2574,2576,2578,2580,2582,2584,2586,2588,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2638,2640,2642,2644,2646,2648,2650,2652,2654,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2706,2708,2710,2712,2714,2716,2718,2720,2722,2724,2726,2728,2730,2732,2734,2736,2738,2740,2742,2745,2747,2749,2751,2754,2756,2758,2760,2763,2765,2767,2769,2772,2774,2776,2778,2781,2783,2785,2787,2789,2791,2793,2795,2797,2799,2801,2803,2805,2807,2809,2811,2813,2816,2818,2820,2822,2824,2826,2829,2831,2833,2835,2837,2839,2842,2844,2846,2848,2850,2852,2854,2856,2858,2860,2862,2864,2866,2868,2870,2873,2875,2877,2879,2881,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2922,2924,2926,2928,2930,2932,2934,2936,2938,2940,2942,2944,2947,2949,2951,2953,2955,2957,2959,2961,2963,2965,2967,2969,2971,2973,2975,2977,2980,2982,2984,2986,2989,2991,2993,2995,2997,2999,3001,3003,3006,3008,3010,3012,3014,3016,3018,3020,3023,3025,3027,3029,3031,3033,3035,3037,3040,3042,3044,3046,3048,3050,3052,3054,3056,3058,3060,3062,3065,3067,3069,3071,3074,3076,3078,3080,3082,3084,3086,3088,3091,3093,3095,3097,3099,3101,3103,3106,3108,3110,3112,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,3136,3138,3140,3142,3144,3146,3148,3150,3152,3155,3157,3159,3161,3163,3165,3167,3169,3171,3173,3175,3177,3179,3181,3183,3185,3187,3189,3191,3193,3195,3197,3199,3201,3203,3205,3207,3209,3211,3213,3215,3217,3219,3221,3223,3225,3227,3229,3231,3233,3235,3237,3239,3241,3243,3245,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,3316,3318,3321,3323,3325,3327,3329,3331,3333,3335,3337,3339,3341,3343,3345,3347,3349,3351,3353,3355,3357,3359,3361,3364,3366,3368,3370,3372,3374,3377,3379,3381,3383,3385,3387,3389,3391,3393,3395,3397,3399,3401,3403,3405,3407,3409,3411,3413,3415,3417,3419,3421,3423,3425,3427,3429,3431,3433,3435,3437,3439,3441,3443,3445,3447,3449,3451,3453,3455,3457,3459,3461,3464,3466,3468,3470,3472,3474,3476,3478,3480,3482,3484,3486,3488,3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3510,3512,3514,3516,3518,3520,3522,3524,3526,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,3591,3593,3595,3597,3599,3601,3603,3605,3607,3609,3611,3613,3615,3617,3619,3621,3623,3625,3627,3629,3631,3633,3635,3637,3639,3641,3643,3645,3647,3649,3651,3653,3655,3657,3659,3661,3663,3665,3667,3669,3671,3673,3675,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3734,3736,3738,3740,3742,3744,3746,3748,3751,3753,3755,3757,3759,3761,3763,3765,3768,3770,3772,3774,3776,3778,3780,3782,3784,3786,3788,3790,3792,3794,3796,3798,3800,3802,3804,3806,3808,3810,3812,3814,3816,3818,3820,3822,3824,3826,3828,3830,3832,3834,3836,3838,3840,3842,3845,3847,3849,3851,3853,3855,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,3912,3914,3916,3918,3920,3922,3924,3926,3928,3930,3932,3934,3936,3938,3940,3942,3944,3946,3948,3950,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,4065,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,4152,4154,4156,4158,4160,4162,4164,4167,4169,4171,4173,4175,4177,4179,4181,4183,4185,4187,4189,4191,4193,4195,4197,4199,4201,4203,4205,4207,4209,4211,4213,4215,4217,4219,4221,4223,4225,4227,4229,4231,4233,4235,4237,4239,4241,4243,4245,4248,4250,4252,4254,4256,4258,4260,4262,4264,4266,4268,4270,4272,4274,4276,4278,4280,4282,4284,4286,4288,4290,4292,4294,4297,4299,4301,4303,4305,4307,4309,4311,4313,4315,4317,4319,4321,4323,4325,4327,4329,4331,4333,4336,4338,4340,4342,4344,4346,4348,4350,4352,4354,4356,4358,4360,4362,4364,4366,4368,4371,4373,4375,4377,4379,4381,4384,4386,4388,4390,4392,4394,4396,4398,4400,4402,4404,4406,4408,4410,4412,4414,4416,4418,4420,4422,4424,4426,4428,4430,4432,4434,4436,4438,4440,4442,4444,4446,4448,4450,4452,4454,4456,4458,4460,4462,4464,4466,4468,4470,4472,4474,4476,4478,4480,4482,4484,4486,4488,4490,4492,4494,4496,4498,4500,4502,4504,4506,4508,4510,4512,4514,4516,4518,4520,4522,4524,4526,4528,4530,4532,4534,4536,4538,4540,4542,4544,4546,4548,4550,4552,4554,4556,4558,4560,4562,4564,4566,4568,4570,4572,4574,4576,4578,4581,4583,4585,4587,4590,4592,4594,4596,4598,4600,4602,4604,4606,4608,4610,4612,4614,4617,4619,4621,4623,4625,4627,4629,4631,4633,4635,4637,4639,4641,4643,4645,4647,4649,4651,4653,4655,4657,4659,4661,4663,4665,4667,4669,4671,4673,4675,4677,4679,4681,4683,4685,4687,4689,4691,4693,4695,4697,4699,4701,4703,4705,4707,4709,4712,4714,4716,4718,4720,4722,4724,4726,4728,4730,4732,4734,4736,4738,4740,4742,4744,4746,4748,4750,4752,4754,4756,4758,4760,4762,4764,4767,4769,4771,4773,4775,4777,4779,4781,4783,4785,4787],"span",{"class":46,"line":47},"line",1,[44,49,51],{"class":50},"sMK4o","[{",[44,53,54],{"class":50},"\"",[44,56,58],{"class":57},"spNyl","id",[44,60,54],{"class":50},[44,62,63],{"class":50},":",[44,65,54],{"class":50},[44,67,69],{"class":68},"sfazB","9484c25a0120bd48",[44,71,54],{"class":50},[44,73,74],{"class":50},",",[44,76,54],{"class":50},[44,78,79],{"class":57},"type",[44,81,54],{"class":50},[44,83,63],{"class":50},[44,85,54],{"class":50},[44,87,88],{"class":68},"group",[44,90,54],{"class":50},[44,92,74],{"class":50},[44,94,54],{"class":50},[44,96,97],{"class":57},"z",[44,99,54],{"class":50},[44,101,63],{"class":50},[44,103,54],{"class":50},[44,105,106],{"class":68},"dd95c0bca1101c86",[44,108,54],{"class":50},[44,110,74],{"class":50},[44,112,54],{"class":50},[44,114,115],{"class":57},"name",[44,117,54],{"class":50},[44,119,63],{"class":50},[44,121,54],{"class":50},[44,123,124],{"class":68},"Automatically outputs random value (temperature in Celcius) between 0 & 25 every second",[44,126,54],{"class":50},[44,128,74],{"class":50},[44,130,54],{"class":50},[44,132,133],{"class":57},"style",[44,135,54],{"class":50},[44,137,138],{"class":50},":{",[44,140,54],{"class":50},[44,142,144],{"class":143},"sBMFI","label",[44,146,54],{"class":50},[44,148,63],{"class":50},[44,150,152],{"class":151},"sTEyZ","!",[44,154,156],{"class":155},"sbssI","0",[44,158,159],{"class":50},"},",[44,161,54],{"class":50},[44,163,164],{"class":57},"nodes",[44,166,54],{"class":50},[44,168,169],{"class":50},":[",[44,171,54],{"class":50},[44,173,174],{"class":68},"e4f972f9daad6246",[44,176,54],{"class":50},[44,178,74],{"class":50},[44,180,54],{"class":50},[44,182,183],{"class":68},"c7fc075a1915e87b",[44,185,54],{"class":50},[44,187,74],{"class":50},[44,189,54],{"class":50},[44,191,192],{"class":68},"966a772c46dc2888",[44,194,54],{"class":50},[44,196,197],{"class":50},"],",[44,199,54],{"class":50},[44,201,202],{"class":57},"x",[44,204,54],{"class":50},[44,206,63],{"class":50},[44,208,209],{"class":155},"34",[44,211,74],{"class":50},[44,213,54],{"class":50},[44,215,216],{"class":57},"y",[44,218,54],{"class":50},[44,220,63],{"class":50},[44,222,223],{"class":155},"59",[44,225,74],{"class":50},[44,227,54],{"class":50},[44,229,230],{"class":57},"w",[44,232,54],{"class":50},[44,234,63],{"class":50},[44,236,237],{"class":155},"574",[44,239,74],{"class":50},[44,241,54],{"class":50},[44,243,244],{"class":57},"h",[44,246,54],{"class":50},[44,248,63],{"class":50},[44,250,251],{"class":155},"82",[44,253,254],{"class":50},"},{",[44,256,54],{"class":50},[44,258,58],{"class":57},[44,260,54],{"class":50},[44,262,63],{"class":50},[44,264,54],{"class":50},[44,266,174],{"class":68},[44,268,54],{"class":50},[44,270,74],{"class":50},[44,272,54],{"class":50},[44,274,79],{"class":57},[44,276,54],{"class":50},[44,278,63],{"class":50},[44,280,54],{"class":50},[44,282,283],{"class":68},"link out",[44,285,54],{"class":50},[44,287,74],{"class":50},[44,289,54],{"class":50},[44,291,97],{"class":57},[44,293,54],{"class":50},[44,295,63],{"class":50},[44,297,54],{"class":50},[44,299,106],{"class":68},[44,301,54],{"class":50},[44,303,74],{"class":50},[44,305,54],{"class":50},[44,307,308],{"class":57},"g",[44,310,54],{"class":50},[44,312,63],{"class":50},[44,314,54],{"class":50},[44,316,69],{"class":68},[44,318,54],{"class":50},[44,320,74],{"class":50},[44,322,54],{"class":50},[44,324,115],{"class":57},[44,326,54],{"class":50},[44,328,63],{"class":50},[44,330,54],{"class":50},[44,332,333],{"class":68},"link out 1",[44,335,54],{"class":50},[44,337,74],{"class":50},[44,339,54],{"class":50},[44,341,342],{"class":57},"mode",[44,344,54],{"class":50},[44,346,63],{"class":50},[44,348,54],{"class":50},[44,350,351],{"class":68},"link",[44,353,54],{"class":50},[44,355,74],{"class":50},[44,357,54],{"class":50},[44,359,360],{"class":57},"links",[44,362,54],{"class":50},[44,364,169],{"class":50},[44,366,54],{"class":50},[44,368,369],{"class":68},"33594c64783cdc45",[44,371,54],{"class":50},[44,373,74],{"class":50},[44,375,54],{"class":50},[44,377,378],{"class":68},"e6bf7b494b48861e",[44,380,54],{"class":50},[44,382,197],{"class":50},[44,384,54],{"class":50},[44,386,202],{"class":57},[44,388,54],{"class":50},[44,390,63],{"class":50},[44,392,393],{"class":155},"355",[44,395,74],{"class":50},[44,397,54],{"class":50},[44,399,216],{"class":57},[44,401,54],{"class":50},[44,403,63],{"class":50},[44,405,406],{"class":155},"100",[44,408,74],{"class":50},[44,410,54],{"class":50},[44,412,413],{"class":57},"wires",[44,415,54],{"class":50},[44,417,418],{"class":50},":[]},{",[44,420,54],{"class":50},[44,422,58],{"class":57},[44,424,54],{"class":50},[44,426,63],{"class":50},[44,428,54],{"class":50},[44,430,183],{"class":68},[44,432,54],{"class":50},[44,434,74],{"class":50},[44,436,54],{"class":50},[44,438,79],{"class":57},[44,440,54],{"class":50},[44,442,63],{"class":50},[44,444,54],{"class":50},[44,446,447],{"class":68},"inject",[44,449,54],{"class":50},[44,451,74],{"class":50},[44,453,54],{"class":50},[44,455,97],{"class":57},[44,457,54],{"class":50},[44,459,63],{"class":50},[44,461,54],{"class":50},[44,463,106],{"class":68},[44,465,54],{"class":50},[44,467,74],{"class":50},[44,469,54],{"class":50},[44,471,308],{"class":57},[44,473,54],{"class":50},[44,475,63],{"class":50},[44,477,54],{"class":50},[44,479,69],{"class":68},[44,481,54],{"class":50},[44,483,74],{"class":50},[44,485,54],{"class":50},[44,487,115],{"class":57},[44,489,54],{"class":50},[44,491,63],{"class":50},[44,493,494],{"class":50},"\"\"",[44,496,74],{"class":50},[44,498,54],{"class":50},[44,500,501],{"class":57},"props",[44,503,54],{"class":50},[44,505,506],{"class":50},":[],",[44,508,54],{"class":50},[44,510,511],{"class":57},"repeat",[44,513,54],{"class":50},[44,515,63],{"class":50},[44,517,54],{"class":50},[44,519,520],{"class":68},"1",[44,522,54],{"class":50},[44,524,74],{"class":50},[44,526,54],{"class":50},[44,528,529],{"class":57},"crontab",[44,531,54],{"class":50},[44,533,63],{"class":50},[44,535,494],{"class":50},[44,537,74],{"class":50},[44,539,54],{"class":50},[44,541,542],{"class":57},"once",[44,544,54],{"class":50},[44,546,63],{"class":50},[44,548,152],{"class":151},[44,550,520],{"class":155},[44,552,74],{"class":50},[44,554,54],{"class":50},[44,556,557],{"class":57},"onceDelay",[44,559,54],{"class":50},[44,561,63],{"class":50},[44,563,564],{"class":155},"0.1",[44,566,74],{"class":50},[44,568,54],{"class":50},[44,570,571],{"class":57},"topic",[44,573,54],{"class":50},[44,575,63],{"class":50},[44,577,494],{"class":50},[44,579,74],{"class":50},[44,581,54],{"class":50},[44,583,202],{"class":57},[44,585,54],{"class":50},[44,587,63],{"class":50},[44,589,590],{"class":155},"130",[44,592,74],{"class":50},[44,594,54],{"class":50},[44,596,216],{"class":57},[44,598,54],{"class":50},[44,600,63],{"class":50},[44,602,406],{"class":155},[44,604,74],{"class":50},[44,606,54],{"class":50},[44,608,413],{"class":57},[44,610,54],{"class":50},[44,612,613],{"class":50},":[[",[44,615,54],{"class":50},[44,617,192],{"class":68},[44,619,54],{"class":50},[44,621,622],{"class":50},"]]},{",[44,624,54],{"class":50},[44,626,58],{"class":57},[44,628,54],{"class":50},[44,630,63],{"class":50},[44,632,54],{"class":50},[44,634,192],{"class":68},[44,636,54],{"class":50},[44,638,74],{"class":50},[44,640,54],{"class":50},[44,642,79],{"class":57},[44,644,54],{"class":50},[44,646,63],{"class":50},[44,648,54],{"class":50},[44,650,651],{"class":68},"random",[44,653,54],{"class":50},[44,655,74],{"class":50},[44,657,54],{"class":50},[44,659,97],{"class":57},[44,661,54],{"class":50},[44,663,63],{"class":50},[44,665,54],{"class":50},[44,667,106],{"class":68},[44,669,54],{"class":50},[44,671,74],{"class":50},[44,673,54],{"class":50},[44,675,308],{"class":57},[44,677,54],{"class":50},[44,679,63],{"class":50},[44,681,54],{"class":50},[44,683,69],{"class":68},[44,685,54],{"class":50},[44,687,74],{"class":50},[44,689,54],{"class":50},[44,691,115],{"class":57},[44,693,54],{"class":50},[44,695,63],{"class":50},[44,697,494],{"class":50},[44,699,74],{"class":50},[44,701,54],{"class":50},[44,703,704],{"class":57},"low",[44,706,54],{"class":50},[44,708,63],{"class":50},[44,710,54],{"class":50},[44,712,156],{"class":68},[44,714,54],{"class":50},[44,716,74],{"class":50},[44,718,54],{"class":50},[44,720,721],{"class":57},"high",[44,723,54],{"class":50},[44,725,63],{"class":50},[44,727,54],{"class":50},[44,729,730],{"class":68},"25",[44,732,54],{"class":50},[44,734,74],{"class":50},[44,736,54],{"class":50},[44,738,739],{"class":57},"inte",[44,741,54],{"class":50},[44,743,63],{"class":50},[44,745,54],{"class":50},[44,747,748],{"class":68},"true",[44,750,54],{"class":50},[44,752,74],{"class":50},[44,754,54],{"class":50},[44,756,757],{"class":57},"property",[44,759,54],{"class":50},[44,761,63],{"class":50},[44,763,54],{"class":50},[44,765,766],{"class":68},"payload",[44,768,54],{"class":50},[44,770,74],{"class":50},[44,772,54],{"class":50},[44,774,202],{"class":57},[44,776,54],{"class":50},[44,778,63],{"class":50},[44,780,781],{"class":155},"260",[44,783,74],{"class":50},[44,785,54],{"class":50},[44,787,216],{"class":57},[44,789,54],{"class":50},[44,791,63],{"class":50},[44,793,406],{"class":155},[44,795,74],{"class":50},[44,797,54],{"class":50},[44,799,413],{"class":57},[44,801,54],{"class":50},[44,803,613],{"class":50},[44,805,54],{"class":50},[44,807,174],{"class":68},[44,809,54],{"class":50},[44,811,622],{"class":50},[44,813,54],{"class":50},[44,815,58],{"class":57},[44,817,54],{"class":50},[44,819,63],{"class":50},[44,821,54],{"class":50},[44,823,824],{"class":68},"37380f26e8bfc98a",[44,826,54],{"class":50},[44,828,74],{"class":50},[44,830,54],{"class":50},[44,832,79],{"class":57},[44,834,54],{"class":50},[44,836,63],{"class":50},[44,838,54],{"class":50},[44,840,88],{"class":68},[44,842,54],{"class":50},[44,844,74],{"class":50},[44,846,54],{"class":50},[44,848,97],{"class":57},[44,850,54],{"class":50},[44,852,63],{"class":50},[44,854,54],{"class":50},[44,856,106],{"class":68},[44,858,54],{"class":50},[44,860,74],{"class":50},[44,862,54],{"class":50},[44,864,115],{"class":57},[44,866,54],{"class":50},[44,868,63],{"class":50},[44,870,54],{"class":50},[44,872,873],{"class":68},"Calculate average, high and low, save to flow",[44,875,54],{"class":50},[44,877,74],{"class":50},[44,879,54],{"class":50},[44,881,133],{"class":57},[44,883,54],{"class":50},[44,885,138],{"class":50},[44,887,54],{"class":50},[44,889,144],{"class":143},[44,891,54],{"class":50},[44,893,63],{"class":50},[44,895,152],{"class":151},[44,897,156],{"class":155},[44,899,159],{"class":50},[44,901,54],{"class":50},[44,903,164],{"class":57},[44,905,54],{"class":50},[44,907,169],{"class":50},[44,909,54],{"class":50},[44,911,912],{"class":68},"cc3978c7c4ea56ed",[44,914,54],{"class":50},[44,916,74],{"class":50},[44,918,54],{"class":50},[44,920,921],{"class":68},"e1819526a5f365c8",[44,923,54],{"class":50},[44,925,74],{"class":50},[44,927,54],{"class":50},[44,929,369],{"class":68},[44,931,54],{"class":50},[44,933,74],{"class":50},[44,935,54],{"class":50},[44,937,938],{"class":68},"fea261a15b3b7683",[44,940,54],{"class":50},[44,942,74],{"class":50},[44,944,54],{"class":50},[44,946,947],{"class":68},"e28a69232f1cac53",[44,949,54],{"class":50},[44,951,74],{"class":50},[44,953,54],{"class":50},[44,955,956],{"class":68},"aecb1727be523240",[44,958,54],{"class":50},[44,960,74],{"class":50},[44,962,54],{"class":50},[44,964,965],{"class":68},"e30039ee13e480a8",[44,967,54],{"class":50},[44,969,197],{"class":50},[44,971,54],{"class":50},[44,973,202],{"class":57},[44,975,54],{"class":50},[44,977,63],{"class":50},[44,979,209],{"class":155},[44,981,74],{"class":50},[44,983,54],{"class":50},[44,985,216],{"class":57},[44,987,54],{"class":50},[44,989,63],{"class":50},[44,991,992],{"class":155},"259",[44,994,74],{"class":50},[44,996,54],{"class":50},[44,998,230],{"class":57},[44,1000,54],{"class":50},[44,1002,63],{"class":50},[44,1004,1005],{"class":155},"552",[44,1007,74],{"class":50},[44,1009,54],{"class":50},[44,1011,244],{"class":57},[44,1013,54],{"class":50},[44,1015,63],{"class":50},[44,1017,1018],{"class":155},"142",[44,1020,254],{"class":50},[44,1022,54],{"class":50},[44,1024,58],{"class":57},[44,1026,54],{"class":50},[44,1028,63],{"class":50},[44,1030,54],{"class":50},[44,1032,912],{"class":68},[44,1034,54],{"class":50},[44,1036,74],{"class":50},[44,1038,54],{"class":50},[44,1040,79],{"class":57},[44,1042,54],{"class":50},[44,1044,63],{"class":50},[44,1046,54],{"class":50},[44,1048,1049],{"class":68},"change",[44,1051,54],{"class":50},[44,1053,74],{"class":50},[44,1055,54],{"class":50},[44,1057,97],{"class":57},[44,1059,54],{"class":50},[44,1061,63],{"class":50},[44,1063,54],{"class":50},[44,1065,106],{"class":68},[44,1067,54],{"class":50},[44,1069,74],{"class":50},[44,1071,54],{"class":50},[44,1073,308],{"class":57},[44,1075,54],{"class":50},[44,1077,63],{"class":50},[44,1079,54],{"class":50},[44,1081,824],{"class":68},[44,1083,54],{"class":50},[44,1085,74],{"class":50},[44,1087,54],{"class":50},[44,1089,115],{"class":57},[44,1091,54],{"class":50},[44,1093,63],{"class":50},[44,1095,494],{"class":50},[44,1097,74],{"class":50},[44,1099,54],{"class":50},[44,1101,1102],{"class":57},"rules",[44,1104,54],{"class":50},[44,1106,1107],{"class":50},":[{",[44,1109,54],{"class":50},[44,1111,1112],{"class":143},"t",[44,1114,54],{"class":50},[44,1116,63],{"class":50},[44,1118,54],{"class":50},[44,1120,1121],{"class":68},"set",[44,1123,54],{"class":50},[44,1125,74],{"class":50},[44,1127,54],{"class":50},[44,1129,12],{"class":143},[44,1131,54],{"class":50},[44,1133,63],{"class":50},[44,1135,54],{"class":50},[44,1137,721],{"class":68},[44,1139,54],{"class":50},[44,1141,74],{"class":50},[44,1143,54],{"class":50},[44,1145,1146],{"class":143},"pt",[44,1148,54],{"class":50},[44,1150,63],{"class":50},[44,1152,54],{"class":50},[44,1154,1155],{"class":68},"flow",[44,1157,54],{"class":50},[44,1159,74],{"class":50},[44,1161,54],{"class":50},[44,1163,1164],{"class":143},"to",[44,1166,54],{"class":50},[44,1168,63],{"class":50},[44,1170,54],{"class":50},[44,1172,766],{"class":68},[44,1174,54],{"class":50},[44,1176,74],{"class":50},[44,1178,54],{"class":50},[44,1180,1181],{"class":143},"tot",[44,1183,54],{"class":50},[44,1185,63],{"class":50},[44,1187,54],{"class":50},[44,1189,1190],{"class":68},"msg",[44,1192,54],{"class":50},[44,1194,1195],{"class":50},"}],",[44,1197,54],{"class":50},[44,1199,1200],{"class":57},"action",[44,1202,54],{"class":50},[44,1204,63],{"class":50},[44,1206,494],{"class":50},[44,1208,74],{"class":50},[44,1210,54],{"class":50},[44,1212,757],{"class":57},[44,1214,54],{"class":50},[44,1216,63],{"class":50},[44,1218,494],{"class":50},[44,1220,74],{"class":50},[44,1222,54],{"class":50},[44,1224,1225],{"class":57},"from",[44,1227,54],{"class":50},[44,1229,63],{"class":50},[44,1231,494],{"class":50},[44,1233,74],{"class":50},[44,1235,54],{"class":50},[44,1237,1164],{"class":57},[44,1239,54],{"class":50},[44,1241,63],{"class":50},[44,1243,494],{"class":50},[44,1245,74],{"class":50},[44,1247,54],{"class":50},[44,1249,1250],{"class":57},"reg",[44,1252,54],{"class":50},[44,1254,63],{"class":50},[44,1256,152],{"class":151},[44,1258,520],{"class":155},[44,1260,74],{"class":50},[44,1262,54],{"class":50},[44,1264,202],{"class":57},[44,1266,54],{"class":50},[44,1268,63],{"class":50},[44,1270,1271],{"class":155},"310",[44,1273,74],{"class":50},[44,1275,54],{"class":50},[44,1277,216],{"class":57},[44,1279,54],{"class":50},[44,1281,63],{"class":50},[44,1283,1284],{"class":155},"300",[44,1286,74],{"class":50},[44,1288,54],{"class":50},[44,1290,413],{"class":57},[44,1292,54],{"class":50},[44,1294,613],{"class":50},[44,1296,54],{"class":50},[44,1298,956],{"class":68},[44,1300,54],{"class":50},[44,1302,622],{"class":50},[44,1304,54],{"class":50},[44,1306,58],{"class":57},[44,1308,54],{"class":50},[44,1310,63],{"class":50},[44,1312,54],{"class":50},[44,1314,921],{"class":68},[44,1316,54],{"class":50},[44,1318,74],{"class":50},[44,1320,54],{"class":50},[44,1322,79],{"class":57},[44,1324,54],{"class":50},[44,1326,63],{"class":50},[44,1328,54],{"class":50},[44,1330,1049],{"class":68},[44,1332,54],{"class":50},[44,1334,74],{"class":50},[44,1336,54],{"class":50},[44,1338,97],{"class":57},[44,1340,54],{"class":50},[44,1342,63],{"class":50},[44,1344,54],{"class":50},[44,1346,106],{"class":68},[44,1348,54],{"class":50},[44,1350,74],{"class":50},[44,1352,54],{"class":50},[44,1354,308],{"class":57},[44,1356,54],{"class":50},[44,1358,63],{"class":50},[44,1360,54],{"class":50},[44,1362,824],{"class":68},[44,1364,54],{"class":50},[44,1366,74],{"class":50},[44,1368,54],{"class":50},[44,1370,115],{"class":57},[44,1372,54],{"class":50},[44,1374,63],{"class":50},[44,1376,494],{"class":50},[44,1378,74],{"class":50},[44,1380,54],{"class":50},[44,1382,1102],{"class":57},[44,1384,54],{"class":50},[44,1386,1107],{"class":50},[44,1388,54],{"class":50},[44,1390,1112],{"class":143},[44,1392,54],{"class":50},[44,1394,63],{"class":50},[44,1396,54],{"class":50},[44,1398,1121],{"class":68},[44,1400,54],{"class":50},[44,1402,74],{"class":50},[44,1404,54],{"class":50},[44,1406,12],{"class":143},[44,1408,54],{"class":50},[44,1410,63],{"class":50},[44,1412,54],{"class":50},[44,1414,704],{"class":68},[44,1416,54],{"class":50},[44,1418,74],{"class":50},[44,1420,54],{"class":50},[44,1422,1146],{"class":143},[44,1424,54],{"class":50},[44,1426,63],{"class":50},[44,1428,54],{"class":50},[44,1430,1155],{"class":68},[44,1432,54],{"class":50},[44,1434,74],{"class":50},[44,1436,54],{"class":50},[44,1438,1164],{"class":143},[44,1440,54],{"class":50},[44,1442,63],{"class":50},[44,1444,54],{"class":50},[44,1446,766],{"class":68},[44,1448,54],{"class":50},[44,1450,74],{"class":50},[44,1452,54],{"class":50},[44,1454,1181],{"class":143},[44,1456,54],{"class":50},[44,1458,63],{"class":50},[44,1460,54],{"class":50},[44,1462,1190],{"class":68},[44,1464,54],{"class":50},[44,1466,1195],{"class":50},[44,1468,54],{"class":50},[44,1470,1200],{"class":57},[44,1472,54],{"class":50},[44,1474,63],{"class":50},[44,1476,494],{"class":50},[44,1478,74],{"class":50},[44,1480,54],{"class":50},[44,1482,757],{"class":57},[44,1484,54],{"class":50},[44,1486,63],{"class":50},[44,1488,494],{"class":50},[44,1490,74],{"class":50},[44,1492,54],{"class":50},[44,1494,1225],{"class":57},[44,1496,54],{"class":50},[44,1498,63],{"class":50},[44,1500,494],{"class":50},[44,1502,74],{"class":50},[44,1504,54],{"class":50},[44,1506,1164],{"class":57},[44,1508,54],{"class":50},[44,1510,63],{"class":50},[44,1512,494],{"class":50},[44,1514,74],{"class":50},[44,1516,54],{"class":50},[44,1518,1250],{"class":57},[44,1520,54],{"class":50},[44,1522,63],{"class":50},[44,1524,152],{"class":151},[44,1526,520],{"class":155},[44,1528,74],{"class":50},[44,1530,54],{"class":50},[44,1532,202],{"class":57},[44,1534,54],{"class":50},[44,1536,63],{"class":50},[44,1538,1271],{"class":155},[44,1540,74],{"class":50},[44,1542,54],{"class":50},[44,1544,216],{"class":57},[44,1546,54],{"class":50},[44,1548,63],{"class":50},[44,1550,1551],{"class":155},"360",[44,1553,74],{"class":50},[44,1555,54],{"class":50},[44,1557,413],{"class":57},[44,1559,54],{"class":50},[44,1561,613],{"class":50},[44,1563,54],{"class":50},[44,1565,965],{"class":68},[44,1567,54],{"class":50},[44,1569,622],{"class":50},[44,1571,54],{"class":50},[44,1573,58],{"class":57},[44,1575,54],{"class":50},[44,1577,63],{"class":50},[44,1579,54],{"class":50},[44,1581,369],{"class":68},[44,1583,54],{"class":50},[44,1585,74],{"class":50},[44,1587,54],{"class":50},[44,1589,79],{"class":57},[44,1591,54],{"class":50},[44,1593,63],{"class":50},[44,1595,54],{"class":50},[44,1597,1598],{"class":68},"link in",[44,1600,54],{"class":50},[44,1602,74],{"class":50},[44,1604,54],{"class":50},[44,1606,97],{"class":57},[44,1608,54],{"class":50},[44,1610,63],{"class":50},[44,1612,54],{"class":50},[44,1614,106],{"class":68},[44,1616,54],{"class":50},[44,1618,74],{"class":50},[44,1620,54],{"class":50},[44,1622,308],{"class":57},[44,1624,54],{"class":50},[44,1626,63],{"class":50},[44,1628,54],{"class":50},[44,1630,824],{"class":68},[44,1632,54],{"class":50},[44,1634,74],{"class":50},[44,1636,54],{"class":50},[44,1638,115],{"class":57},[44,1640,54],{"class":50},[44,1642,63],{"class":50},[44,1644,54],{"class":50},[44,1646,1647],{"class":68},"link in 1",[44,1649,54],{"class":50},[44,1651,74],{"class":50},[44,1653,54],{"class":50},[44,1655,360],{"class":57},[44,1657,54],{"class":50},[44,1659,169],{"class":50},[44,1661,54],{"class":50},[44,1663,1664],{"class":68},"c07b2e101cecbd3b",[44,1666,54],{"class":50},[44,1668,74],{"class":50},[44,1670,54],{"class":50},[44,1672,174],{"class":68},[44,1674,54],{"class":50},[44,1676,197],{"class":50},[44,1678,54],{"class":50},[44,1680,202],{"class":57},[44,1682,54],{"class":50},[44,1684,63],{"class":50},[44,1686,1687],{"class":155},"75",[44,1689,74],{"class":50},[44,1691,54],{"class":50},[44,1693,216],{"class":57},[44,1695,54],{"class":50},[44,1697,63],{"class":50},[44,1699,1700],{"class":155},"320",[44,1702,74],{"class":50},[44,1704,54],{"class":50},[44,1706,413],{"class":57},[44,1708,54],{"class":50},[44,1710,613],{"class":50},[44,1712,54],{"class":50},[44,1714,947],{"class":68},[44,1716,54],{"class":50},[44,1718,74],{"class":50},[44,1720,54],{"class":50},[44,1722,938],{"class":68},[44,1724,54],{"class":50},[44,1726,622],{"class":50},[44,1728,54],{"class":50},[44,1730,58],{"class":57},[44,1732,54],{"class":50},[44,1734,63],{"class":50},[44,1736,54],{"class":50},[44,1738,938],{"class":68},[44,1740,54],{"class":50},[44,1742,74],{"class":50},[44,1744,54],{"class":50},[44,1746,79],{"class":57},[44,1748,54],{"class":50},[44,1750,63],{"class":50},[44,1752,54],{"class":50},[44,1754,1755],{"class":68},"smooth",[44,1757,54],{"class":50},[44,1759,74],{"class":50},[44,1761,54],{"class":50},[44,1763,97],{"class":57},[44,1765,54],{"class":50},[44,1767,63],{"class":50},[44,1769,54],{"class":50},[44,1771,106],{"class":68},[44,1773,54],{"class":50},[44,1775,74],{"class":50},[44,1777,54],{"class":50},[44,1779,308],{"class":57},[44,1781,54],{"class":50},[44,1783,63],{"class":50},[44,1785,54],{"class":50},[44,1787,824],{"class":68},[44,1789,54],{"class":50},[44,1791,74],{"class":50},[44,1793,54],{"class":50},[44,1795,115],{"class":57},[44,1797,54],{"class":50},[44,1799,63],{"class":50},[44,1801,54],{"class":50},[44,1803,1804],{"class":68},"Min",[44,1806,54],{"class":50},[44,1808,74],{"class":50},[44,1810,54],{"class":50},[44,1812,757],{"class":57},[44,1814,54],{"class":50},[44,1816,63],{"class":50},[44,1818,54],{"class":50},[44,1820,766],{"class":68},[44,1822,54],{"class":50},[44,1824,74],{"class":50},[44,1826,54],{"class":50},[44,1828,1200],{"class":57},[44,1830,54],{"class":50},[44,1832,63],{"class":50},[44,1834,54],{"class":50},[44,1836,1837],{"class":68},"min",[44,1839,54],{"class":50},[44,1841,74],{"class":50},[44,1843,54],{"class":50},[44,1845,1846],{"class":57},"count",[44,1848,54],{"class":50},[44,1850,63],{"class":50},[44,1852,54],{"class":50},[44,1854,406],{"class":68},[44,1856,54],{"class":50},[44,1858,74],{"class":50},[44,1860,54],{"class":50},[44,1862,1863],{"class":57},"round",[44,1865,54],{"class":50},[44,1867,63],{"class":50},[44,1869,54],{"class":50},[44,1871,1872],{"class":68},"2",[44,1874,54],{"class":50},[44,1876,74],{"class":50},[44,1878,54],{"class":50},[44,1880,1881],{"class":57},"mult",[44,1883,54],{"class":50},[44,1885,63],{"class":50},[44,1887,54],{"class":50},[44,1889,1890],{"class":68},"single",[44,1892,54],{"class":50},[44,1894,74],{"class":50},[44,1896,54],{"class":50},[44,1898,1899],{"class":57},"reduce",[44,1901,54],{"class":50},[44,1903,63],{"class":50},[44,1905,152],{"class":151},[44,1907,520],{"class":155},[44,1909,74],{"class":50},[44,1911,54],{"class":50},[44,1913,202],{"class":57},[44,1915,54],{"class":50},[44,1917,63],{"class":50},[44,1919,1920],{"class":155},"170",[44,1922,74],{"class":50},[44,1924,54],{"class":50},[44,1926,216],{"class":57},[44,1928,54],{"class":50},[44,1930,63],{"class":50},[44,1932,1551],{"class":155},[44,1934,74],{"class":50},[44,1936,54],{"class":50},[44,1938,413],{"class":57},[44,1940,54],{"class":50},[44,1942,613],{"class":50},[44,1944,54],{"class":50},[44,1946,921],{"class":68},[44,1948,54],{"class":50},[44,1950,622],{"class":50},[44,1952,54],{"class":50},[44,1954,58],{"class":57},[44,1956,54],{"class":50},[44,1958,63],{"class":50},[44,1960,54],{"class":50},[44,1962,947],{"class":68},[44,1964,54],{"class":50},[44,1966,74],{"class":50},[44,1968,54],{"class":50},[44,1970,79],{"class":57},[44,1972,54],{"class":50},[44,1974,63],{"class":50},[44,1976,54],{"class":50},[44,1978,1755],{"class":68},[44,1980,54],{"class":50},[44,1982,74],{"class":50},[44,1984,54],{"class":50},[44,1986,97],{"class":57},[44,1988,54],{"class":50},[44,1990,63],{"class":50},[44,1992,54],{"class":50},[44,1994,106],{"class":68},[44,1996,54],{"class":50},[44,1998,74],{"class":50},[44,2000,54],{"class":50},[44,2002,308],{"class":57},[44,2004,54],{"class":50},[44,2006,63],{"class":50},[44,2008,54],{"class":50},[44,2010,824],{"class":68},[44,2012,54],{"class":50},[44,2014,74],{"class":50},[44,2016,54],{"class":50},[44,2018,115],{"class":57},[44,2020,54],{"class":50},[44,2022,63],{"class":50},[44,2024,54],{"class":50},[44,2026,2027],{"class":68},"Max",[44,2029,54],{"class":50},[44,2031,74],{"class":50},[44,2033,54],{"class":50},[44,2035,757],{"class":57},[44,2037,54],{"class":50},[44,2039,63],{"class":50},[44,2041,54],{"class":50},[44,2043,766],{"class":68},[44,2045,54],{"class":50},[44,2047,74],{"class":50},[44,2049,54],{"class":50},[44,2051,1200],{"class":57},[44,2053,54],{"class":50},[44,2055,63],{"class":50},[44,2057,54],{"class":50},[44,2059,2060],{"class":68},"max",[44,2062,54],{"class":50},[44,2064,74],{"class":50},[44,2066,54],{"class":50},[44,2068,1846],{"class":57},[44,2070,54],{"class":50},[44,2072,63],{"class":50},[44,2074,54],{"class":50},[44,2076,406],{"class":68},[44,2078,54],{"class":50},[44,2080,74],{"class":50},[44,2082,54],{"class":50},[44,2084,1863],{"class":57},[44,2086,54],{"class":50},[44,2088,63],{"class":50},[44,2090,54],{"class":50},[44,2092,1872],{"class":68},[44,2094,54],{"class":50},[44,2096,74],{"class":50},[44,2098,54],{"class":50},[44,2100,1881],{"class":57},[44,2102,54],{"class":50},[44,2104,63],{"class":50},[44,2106,54],{"class":50},[44,2108,1890],{"class":68},[44,2110,54],{"class":50},[44,2112,74],{"class":50},[44,2114,54],{"class":50},[44,2116,1899],{"class":57},[44,2118,54],{"class":50},[44,2120,63],{"class":50},[44,2122,152],{"class":151},[44,2124,520],{"class":155},[44,2126,74],{"class":50},[44,2128,54],{"class":50},[44,2130,202],{"class":57},[44,2132,54],{"class":50},[44,2134,63],{"class":50},[44,2136,1920],{"class":155},[44,2138,74],{"class":50},[44,2140,54],{"class":50},[44,2142,216],{"class":57},[44,2144,54],{"class":50},[44,2146,63],{"class":50},[44,2148,1284],{"class":155},[44,2150,74],{"class":50},[44,2152,54],{"class":50},[44,2154,413],{"class":57},[44,2156,54],{"class":50},[44,2158,613],{"class":50},[44,2160,54],{"class":50},[44,2162,912],{"class":68},[44,2164,54],{"class":50},[44,2166,622],{"class":50},[44,2168,54],{"class":50},[44,2170,58],{"class":57},[44,2172,54],{"class":50},[44,2174,63],{"class":50},[44,2176,54],{"class":50},[44,2178,956],{"class":68},[44,2180,54],{"class":50},[44,2182,74],{"class":50},[44,2184,54],{"class":50},[44,2186,79],{"class":57},[44,2188,54],{"class":50},[44,2190,63],{"class":50},[44,2192,54],{"class":50},[44,2194,2195],{"class":68},"debug",[44,2197,54],{"class":50},[44,2199,74],{"class":50},[44,2201,54],{"class":50},[44,2203,97],{"class":57},[44,2205,54],{"class":50},[44,2207,63],{"class":50},[44,2209,54],{"class":50},[44,2211,106],{"class":68},[44,2213,54],{"class":50},[44,2215,74],{"class":50},[44,2217,54],{"class":50},[44,2219,308],{"class":57},[44,2221,54],{"class":50},[44,2223,63],{"class":50},[44,2225,54],{"class":50},[44,2227,824],{"class":68},[44,2229,54],{"class":50},[44,2231,74],{"class":50},[44,2233,54],{"class":50},[44,2235,115],{"class":57},[44,2237,54],{"class":50},[44,2239,63],{"class":50},[44,2241,54],{"class":50},[44,2243,2244],{"class":68},"debug 23",[44,2246,54],{"class":50},[44,2248,74],{"class":50},[44,2250,54],{"class":50},[44,2252,2253],{"class":57},"active",[44,2255,54],{"class":50},[44,2257,63],{"class":50},[44,2259,152],{"class":151},[44,2261,156],{"class":155},[44,2263,74],{"class":50},[44,2265,54],{"class":50},[44,2267,2268],{"class":57},"tosidebar",[44,2270,54],{"class":50},[44,2272,63],{"class":50},[44,2274,152],{"class":151},[44,2276,520],{"class":155},[44,2278,74],{"class":50},[44,2280,54],{"class":50},[44,2282,2283],{"class":57},"console",[44,2285,54],{"class":50},[44,2287,63],{"class":50},[44,2289,152],{"class":151},[44,2291,520],{"class":155},[44,2293,74],{"class":50},[44,2295,54],{"class":50},[44,2297,2298],{"class":57},"tostatus",[44,2300,54],{"class":50},[44,2302,63],{"class":50},[44,2304,152],{"class":151},[44,2306,156],{"class":155},[44,2308,74],{"class":50},[44,2310,54],{"class":50},[44,2312,2313],{"class":57},"complete",[44,2315,54],{"class":50},[44,2317,63],{"class":50},[44,2319,54],{"class":50},[44,2321,766],{"class":68},[44,2323,54],{"class":50},[44,2325,74],{"class":50},[44,2327,54],{"class":50},[44,2329,2330],{"class":57},"targetType",[44,2332,54],{"class":50},[44,2334,63],{"class":50},[44,2336,54],{"class":50},[44,2338,1190],{"class":68},[44,2340,54],{"class":50},[44,2342,74],{"class":50},[44,2344,54],{"class":50},[44,2346,2347],{"class":57},"statusVal",[44,2349,54],{"class":50},[44,2351,63],{"class":50},[44,2353,54],{"class":50},[44,2355,766],{"class":68},[44,2357,54],{"class":50},[44,2359,74],{"class":50},[44,2361,54],{"class":50},[44,2363,2364],{"class":57},"statusType",[44,2366,54],{"class":50},[44,2368,63],{"class":50},[44,2370,54],{"class":50},[44,2372,2373],{"class":68},"auto",[44,2375,54],{"class":50},[44,2377,74],{"class":50},[44,2379,54],{"class":50},[44,2381,202],{"class":57},[44,2383,54],{"class":50},[44,2385,63],{"class":50},[44,2387,2388],{"class":155},"480",[44,2390,74],{"class":50},[44,2392,54],{"class":50},[44,2394,216],{"class":57},[44,2396,54],{"class":50},[44,2398,63],{"class":50},[44,2400,1284],{"class":155},[44,2402,74],{"class":50},[44,2404,54],{"class":50},[44,2406,413],{"class":57},[44,2408,54],{"class":50},[44,2410,418],{"class":50},[44,2412,54],{"class":50},[44,2414,58],{"class":57},[44,2416,54],{"class":50},[44,2418,63],{"class":50},[44,2420,54],{"class":50},[44,2422,965],{"class":68},[44,2424,54],{"class":50},[44,2426,74],{"class":50},[44,2428,54],{"class":50},[44,2430,79],{"class":57},[44,2432,54],{"class":50},[44,2434,63],{"class":50},[44,2436,54],{"class":50},[44,2438,2195],{"class":68},[44,2440,54],{"class":50},[44,2442,74],{"class":50},[44,2444,54],{"class":50},[44,2446,97],{"class":57},[44,2448,54],{"class":50},[44,2450,63],{"class":50},[44,2452,54],{"class":50},[44,2454,106],{"class":68},[44,2456,54],{"class":50},[44,2458,74],{"class":50},[44,2460,54],{"class":50},[44,2462,308],{"class":57},[44,2464,54],{"class":50},[44,2466,63],{"class":50},[44,2468,54],{"class":50},[44,2470,824],{"class":68},[44,2472,54],{"class":50},[44,2474,74],{"class":50},[44,2476,54],{"class":50},[44,2478,115],{"class":57},[44,2480,54],{"class":50},[44,2482,63],{"class":50},[44,2484,54],{"class":50},[44,2486,2487],{"class":68},"debug 25",[44,2489,54],{"class":50},[44,2491,74],{"class":50},[44,2493,54],{"class":50},[44,2495,2253],{"class":57},[44,2497,54],{"class":50},[44,2499,63],{"class":50},[44,2501,152],{"class":151},[44,2503,156],{"class":155},[44,2505,74],{"class":50},[44,2507,54],{"class":50},[44,2509,2268],{"class":57},[44,2511,54],{"class":50},[44,2513,63],{"class":50},[44,2515,152],{"class":151},[44,2517,520],{"class":155},[44,2519,74],{"class":50},[44,2521,54],{"class":50},[44,2523,2283],{"class":57},[44,2525,54],{"class":50},[44,2527,63],{"class":50},[44,2529,152],{"class":151},[44,2531,520],{"class":155},[44,2533,74],{"class":50},[44,2535,54],{"class":50},[44,2537,2298],{"class":57},[44,2539,54],{"class":50},[44,2541,63],{"class":50},[44,2543,152],{"class":151},[44,2545,156],{"class":155},[44,2547,74],{"class":50},[44,2549,54],{"class":50},[44,2551,2313],{"class":57},[44,2553,54],{"class":50},[44,2555,63],{"class":50},[44,2557,54],{"class":50},[44,2559,766],{"class":68},[44,2561,54],{"class":50},[44,2563,74],{"class":50},[44,2565,54],{"class":50},[44,2567,2330],{"class":57},[44,2569,54],{"class":50},[44,2571,63],{"class":50},[44,2573,54],{"class":50},[44,2575,1190],{"class":68},[44,2577,54],{"class":50},[44,2579,74],{"class":50},[44,2581,54],{"class":50},[44,2583,2347],{"class":57},[44,2585,54],{"class":50},[44,2587,63],{"class":50},[44,2589,54],{"class":50},[44,2591,766],{"class":68},[44,2593,54],{"class":50},[44,2595,74],{"class":50},[44,2597,54],{"class":50},[44,2599,2364],{"class":57},[44,2601,54],{"class":50},[44,2603,63],{"class":50},[44,2605,54],{"class":50},[44,2607,2373],{"class":68},[44,2609,54],{"class":50},[44,2611,74],{"class":50},[44,2613,54],{"class":50},[44,2615,202],{"class":57},[44,2617,54],{"class":50},[44,2619,63],{"class":50},[44,2621,2388],{"class":155},[44,2623,74],{"class":50},[44,2625,54],{"class":50},[44,2627,216],{"class":57},[44,2629,54],{"class":50},[44,2631,63],{"class":50},[44,2633,1551],{"class":155},[44,2635,74],{"class":50},[44,2637,54],{"class":50},[44,2639,413],{"class":57},[44,2641,54],{"class":50},[44,2643,418],{"class":50},[44,2645,54],{"class":50},[44,2647,58],{"class":57},[44,2649,54],{"class":50},[44,2651,63],{"class":50},[44,2653,54],{"class":50},[44,2655,2656],{"class":68},"ec11a9ee9148b0b5",[44,2658,54],{"class":50},[44,2660,74],{"class":50},[44,2662,54],{"class":50},[44,2664,79],{"class":57},[44,2666,54],{"class":50},[44,2668,63],{"class":50},[44,2670,54],{"class":50},[44,2672,88],{"class":68},[44,2674,54],{"class":50},[44,2676,74],{"class":50},[44,2678,54],{"class":50},[44,2680,97],{"class":57},[44,2682,54],{"class":50},[44,2684,63],{"class":50},[44,2686,54],{"class":50},[44,2688,106],{"class":68},[44,2690,54],{"class":50},[44,2692,74],{"class":50},[44,2694,54],{"class":50},[44,2696,115],{"class":57},[44,2698,54],{"class":50},[44,2700,63],{"class":50},[44,2702,54],{"class":50},[44,2704,2705],{"class":68},"Evaluate if an incoming value is between flow.high and flow.low, if it is not, send the message down a different wire and show an alert in debug",[44,2707,54],{"class":50},[44,2709,74],{"class":50},[44,2711,54],{"class":50},[44,2713,133],{"class":57},[44,2715,54],{"class":50},[44,2717,138],{"class":50},[44,2719,54],{"class":50},[44,2721,144],{"class":143},[44,2723,54],{"class":50},[44,2725,63],{"class":50},[44,2727,152],{"class":151},[44,2729,156],{"class":155},[44,2731,159],{"class":50},[44,2733,54],{"class":50},[44,2735,164],{"class":57},[44,2737,54],{"class":50},[44,2739,169],{"class":50},[44,2741,54],{"class":50},[44,2743,2744],{"class":68},"9393c22b2e3c1ec8",[44,2746,54],{"class":50},[44,2748,74],{"class":50},[44,2750,54],{"class":50},[44,2752,2753],{"class":68},"1cd18307cb919159",[44,2755,54],{"class":50},[44,2757,74],{"class":50},[44,2759,54],{"class":50},[44,2761,2762],{"class":68},"7c1f474e646765a7",[44,2764,54],{"class":50},[44,2766,74],{"class":50},[44,2768,54],{"class":50},[44,2770,2771],{"class":68},"a209cd10f33ec401",[44,2773,54],{"class":50},[44,2775,74],{"class":50},[44,2777,54],{"class":50},[44,2779,2780],{"class":68},"f4b15283e55babf4",[44,2782,54],{"class":50},[44,2784,74],{"class":50},[44,2786,54],{"class":50},[44,2788,378],{"class":68},[44,2790,54],{"class":50},[44,2792,197],{"class":50},[44,2794,54],{"class":50},[44,2796,202],{"class":57},[44,2798,54],{"class":50},[44,2800,63],{"class":50},[44,2802,209],{"class":155},[44,2804,74],{"class":50},[44,2806,54],{"class":50},[44,2808,216],{"class":57},[44,2810,54],{"class":50},[44,2812,63],{"class":50},[44,2814,2815],{"class":155},"419",[44,2817,74],{"class":50},[44,2819,54],{"class":50},[44,2821,230],{"class":57},[44,2823,54],{"class":50},[44,2825,63],{"class":50},[44,2827,2828],{"class":155},"1032",[44,2830,74],{"class":50},[44,2832,54],{"class":50},[44,2834,244],{"class":57},[44,2836,54],{"class":50},[44,2838,63],{"class":50},[44,2840,2841],{"class":155},"162",[44,2843,254],{"class":50},[44,2845,54],{"class":50},[44,2847,58],{"class":57},[44,2849,54],{"class":50},[44,2851,63],{"class":50},[44,2853,54],{"class":50},[44,2855,2744],{"class":68},[44,2857,54],{"class":50},[44,2859,74],{"class":50},[44,2861,54],{"class":50},[44,2863,79],{"class":57},[44,2865,54],{"class":50},[44,2867,63],{"class":50},[44,2869,54],{"class":50},[44,2871,2872],{"class":68},"switch",[44,2874,54],{"class":50},[44,2876,74],{"class":50},[44,2878,54],{"class":50},[44,2880,97],{"class":57},[44,2882,54],{"class":50},[44,2884,63],{"class":50},[44,2886,54],{"class":50},[44,2888,106],{"class":68},[44,2890,54],{"class":50},[44,2892,74],{"class":50},[44,2894,54],{"class":50},[44,2896,308],{"class":57},[44,2898,54],{"class":50},[44,2900,63],{"class":50},[44,2902,54],{"class":50},[44,2904,2656],{"class":68},[44,2906,54],{"class":50},[44,2908,74],{"class":50},[44,2910,54],{"class":50},[44,2912,115],{"class":57},[44,2914,54],{"class":50},[44,2916,63],{"class":50},[44,2918,54],{"class":50},[44,2920,2921],{"class":68},"Was the value between flow.high and flow.low?",[44,2923,54],{"class":50},[44,2925,74],{"class":50},[44,2927,54],{"class":50},[44,2929,757],{"class":57},[44,2931,54],{"class":50},[44,2933,63],{"class":50},[44,2935,54],{"class":50},[44,2937,766],{"class":68},[44,2939,54],{"class":50},[44,2941,74],{"class":50},[44,2943,54],{"class":50},[44,2945,2946],{"class":57},"propertyType",[44,2948,54],{"class":50},[44,2950,63],{"class":50},[44,2952,54],{"class":50},[44,2954,1190],{"class":68},[44,2956,54],{"class":50},[44,2958,74],{"class":50},[44,2960,54],{"class":50},[44,2962,1102],{"class":57},[44,2964,54],{"class":50},[44,2966,1107],{"class":50},[44,2968,54],{"class":50},[44,2970,1112],{"class":143},[44,2972,54],{"class":50},[44,2974,63],{"class":50},[44,2976,54],{"class":50},[44,2978,2979],{"class":68},"btwn",[44,2981,54],{"class":50},[44,2983,74],{"class":50},[44,2985,54],{"class":50},[44,2987,2988],{"class":143},"v",[44,2990,54],{"class":50},[44,2992,63],{"class":50},[44,2994,54],{"class":50},[44,2996,721],{"class":68},[44,2998,54],{"class":50},[44,3000,74],{"class":50},[44,3002,54],{"class":50},[44,3004,3005],{"class":143},"vt",[44,3007,54],{"class":50},[44,3009,63],{"class":50},[44,3011,54],{"class":50},[44,3013,1155],{"class":68},[44,3015,54],{"class":50},[44,3017,74],{"class":50},[44,3019,54],{"class":50},[44,3021,3022],{"class":143},"v2",[44,3024,54],{"class":50},[44,3026,63],{"class":50},[44,3028,54],{"class":50},[44,3030,704],{"class":68},[44,3032,54],{"class":50},[44,3034,74],{"class":50},[44,3036,54],{"class":50},[44,3038,3039],{"class":143},"v2t",[44,3041,54],{"class":50},[44,3043,63],{"class":50},[44,3045,54],{"class":50},[44,3047,1155],{"class":68},[44,3049,54],{"class":50},[44,3051,254],{"class":50},[44,3053,54],{"class":50},[44,3055,1112],{"class":143},[44,3057,54],{"class":50},[44,3059,63],{"class":50},[44,3061,54],{"class":50},[44,3063,3064],{"class":68},"else",[44,3066,54],{"class":50},[44,3068,1195],{"class":50},[44,3070,54],{"class":50},[44,3072,3073],{"class":57},"checkall",[44,3075,54],{"class":50},[44,3077,63],{"class":50},[44,3079,54],{"class":50},[44,3081,748],{"class":68},[44,3083,54],{"class":50},[44,3085,74],{"class":50},[44,3087,54],{"class":50},[44,3089,3090],{"class":57},"repair",[44,3092,54],{"class":50},[44,3094,63],{"class":50},[44,3096,152],{"class":151},[44,3098,520],{"class":155},[44,3100,74],{"class":50},[44,3102,54],{"class":50},[44,3104,3105],{"class":57},"outputs",[44,3107,54],{"class":50},[44,3109,63],{"class":50},[44,3111,1872],{"class":155},[44,3113,74],{"class":50},[44,3115,54],{"class":50},[44,3117,202],{"class":57},[44,3119,54],{"class":50},[44,3121,63],{"class":50},[44,3123,1284],{"class":155},[44,3125,74],{"class":50},[44,3127,54],{"class":50},[44,3129,216],{"class":57},[44,3131,54],{"class":50},[44,3133,63],{"class":50},[44,3135,2388],{"class":155},[44,3137,74],{"class":50},[44,3139,54],{"class":50},[44,3141,413],{"class":57},[44,3143,54],{"class":50},[44,3145,613],{"class":50},[44,3147,54],{"class":50},[44,3149,2753],{"class":68},[44,3151,54],{"class":50},[44,3153,3154],{"class":50},"],[",[44,3156,54],{"class":50},[44,3158,2762],{"class":68},[44,3160,54],{"class":50},[44,3162,74],{"class":50},[44,3164,54],{"class":50},[44,3166,2771],{"class":68},[44,3168,54],{"class":50},[44,3170,622],{"class":50},[44,3172,54],{"class":50},[44,3174,58],{"class":57},[44,3176,54],{"class":50},[44,3178,63],{"class":50},[44,3180,54],{"class":50},[44,3182,2753],{"class":68},[44,3184,54],{"class":50},[44,3186,74],{"class":50},[44,3188,54],{"class":50},[44,3190,79],{"class":57},[44,3192,54],{"class":50},[44,3194,63],{"class":50},[44,3196,54],{"class":50},[44,3198,2195],{"class":68},[44,3200,54],{"class":50},[44,3202,74],{"class":50},[44,3204,54],{"class":50},[44,3206,97],{"class":57},[44,3208,54],{"class":50},[44,3210,63],{"class":50},[44,3212,54],{"class":50},[44,3214,106],{"class":68},[44,3216,54],{"class":50},[44,3218,74],{"class":50},[44,3220,54],{"class":50},[44,3222,308],{"class":57},[44,3224,54],{"class":50},[44,3226,63],{"class":50},[44,3228,54],{"class":50},[44,3230,2656],{"class":68},[44,3232,54],{"class":50},[44,3234,74],{"class":50},[44,3236,54],{"class":50},[44,3238,115],{"class":57},[44,3240,54],{"class":50},[44,3242,63],{"class":50},[44,3244,54],{"class":50},[44,3246,3247],{"class":68},"debug 15",[44,3249,54],{"class":50},[44,3251,74],{"class":50},[44,3253,54],{"class":50},[44,3255,2253],{"class":57},[44,3257,54],{"class":50},[44,3259,63],{"class":50},[44,3261,152],{"class":151},[44,3263,156],{"class":155},[44,3265,74],{"class":50},[44,3267,54],{"class":50},[44,3269,2268],{"class":57},[44,3271,54],{"class":50},[44,3273,63],{"class":50},[44,3275,152],{"class":151},[44,3277,156],{"class":155},[44,3279,74],{"class":50},[44,3281,54],{"class":50},[44,3283,2283],{"class":57},[44,3285,54],{"class":50},[44,3287,63],{"class":50},[44,3289,152],{"class":151},[44,3291,520],{"class":155},[44,3293,74],{"class":50},[44,3295,54],{"class":50},[44,3297,2298],{"class":57},[44,3299,54],{"class":50},[44,3301,63],{"class":50},[44,3303,152],{"class":151},[44,3305,520],{"class":155},[44,3307,74],{"class":50},[44,3309,54],{"class":50},[44,3311,2313],{"class":57},[44,3313,54],{"class":50},[44,3315,63],{"class":50},[44,3317,54],{"class":50},[44,3319,3320],{"class":68},"false",[44,3322,54],{"class":50},[44,3324,74],{"class":50},[44,3326,54],{"class":50},[44,3328,2347],{"class":57},[44,3330,54],{"class":50},[44,3332,63],{"class":50},[44,3334,494],{"class":50},[44,3336,74],{"class":50},[44,3338,54],{"class":50},[44,3340,2364],{"class":57},[44,3342,54],{"class":50},[44,3344,63],{"class":50},[44,3346,54],{"class":50},[44,3348,2373],{"class":68},[44,3350,54],{"class":50},[44,3352,74],{"class":50},[44,3354,54],{"class":50},[44,3356,202],{"class":57},[44,3358,54],{"class":50},[44,3360,63],{"class":50},[44,3362,3363],{"class":155},"560",[44,3365,74],{"class":50},[44,3367,54],{"class":50},[44,3369,216],{"class":57},[44,3371,54],{"class":50},[44,3373,63],{"class":50},[44,3375,3376],{"class":155},"460",[44,3378,74],{"class":50},[44,3380,54],{"class":50},[44,3382,413],{"class":57},[44,3384,54],{"class":50},[44,3386,418],{"class":50},[44,3388,54],{"class":50},[44,3390,58],{"class":57},[44,3392,54],{"class":50},[44,3394,63],{"class":50},[44,3396,54],{"class":50},[44,3398,2762],{"class":68},[44,3400,54],{"class":50},[44,3402,74],{"class":50},[44,3404,54],{"class":50},[44,3406,79],{"class":57},[44,3408,54],{"class":50},[44,3410,63],{"class":50},[44,3412,54],{"class":50},[44,3414,2195],{"class":68},[44,3416,54],{"class":50},[44,3418,74],{"class":50},[44,3420,54],{"class":50},[44,3422,97],{"class":57},[44,3424,54],{"class":50},[44,3426,63],{"class":50},[44,3428,54],{"class":50},[44,3430,106],{"class":68},[44,3432,54],{"class":50},[44,3434,74],{"class":50},[44,3436,54],{"class":50},[44,3438,308],{"class":57},[44,3440,54],{"class":50},[44,3442,63],{"class":50},[44,3444,54],{"class":50},[44,3446,2656],{"class":68},[44,3448,54],{"class":50},[44,3450,74],{"class":50},[44,3452,54],{"class":50},[44,3454,115],{"class":57},[44,3456,54],{"class":50},[44,3458,63],{"class":50},[44,3460,54],{"class":50},[44,3462,3463],{"class":68},"debug 16",[44,3465,54],{"class":50},[44,3467,74],{"class":50},[44,3469,54],{"class":50},[44,3471,2253],{"class":57},[44,3473,54],{"class":50},[44,3475,63],{"class":50},[44,3477,152],{"class":151},[44,3479,520],{"class":155},[44,3481,74],{"class":50},[44,3483,54],{"class":50},[44,3485,2268],{"class":57},[44,3487,54],{"class":50},[44,3489,63],{"class":50},[44,3491,152],{"class":151},[44,3493,156],{"class":155},[44,3495,74],{"class":50},[44,3497,54],{"class":50},[44,3499,2283],{"class":57},[44,3501,54],{"class":50},[44,3503,63],{"class":50},[44,3505,152],{"class":151},[44,3507,520],{"class":155},[44,3509,74],{"class":50},[44,3511,54],{"class":50},[44,3513,2298],{"class":57},[44,3515,54],{"class":50},[44,3517,63],{"class":50},[44,3519,152],{"class":151},[44,3521,520],{"class":155},[44,3523,74],{"class":50},[44,3525,54],{"class":50},[44,3527,2313],{"class":57},[44,3529,54],{"class":50},[44,3531,63],{"class":50},[44,3533,54],{"class":50},[44,3535,3320],{"class":68},[44,3537,54],{"class":50},[44,3539,74],{"class":50},[44,3541,54],{"class":50},[44,3543,2347],{"class":57},[44,3545,54],{"class":50},[44,3547,63],{"class":50},[44,3549,494],{"class":50},[44,3551,74],{"class":50},[44,3553,54],{"class":50},[44,3555,2364],{"class":57},[44,3557,54],{"class":50},[44,3559,63],{"class":50},[44,3561,54],{"class":50},[44,3563,2373],{"class":68},[44,3565,54],{"class":50},[44,3567,74],{"class":50},[44,3569,54],{"class":50},[44,3571,202],{"class":57},[44,3573,54],{"class":50},[44,3575,63],{"class":50},[44,3577,3363],{"class":155},[44,3579,74],{"class":50},[44,3581,54],{"class":50},[44,3583,216],{"class":57},[44,3585,54],{"class":50},[44,3587,63],{"class":50},[44,3589,3590],{"class":155},"540",[44,3592,74],{"class":50},[44,3594,54],{"class":50},[44,3596,413],{"class":57},[44,3598,54],{"class":50},[44,3600,418],{"class":50},[44,3602,54],{"class":50},[44,3604,58],{"class":57},[44,3606,54],{"class":50},[44,3608,63],{"class":50},[44,3610,54],{"class":50},[44,3612,2771],{"class":68},[44,3614,54],{"class":50},[44,3616,74],{"class":50},[44,3618,54],{"class":50},[44,3620,79],{"class":57},[44,3622,54],{"class":50},[44,3624,63],{"class":50},[44,3626,54],{"class":50},[44,3628,1049],{"class":68},[44,3630,54],{"class":50},[44,3632,74],{"class":50},[44,3634,54],{"class":50},[44,3636,97],{"class":57},[44,3638,54],{"class":50},[44,3640,63],{"class":50},[44,3642,54],{"class":50},[44,3644,106],{"class":68},[44,3646,54],{"class":50},[44,3648,74],{"class":50},[44,3650,54],{"class":50},[44,3652,308],{"class":57},[44,3654,54],{"class":50},[44,3656,63],{"class":50},[44,3658,54],{"class":50},[44,3660,2656],{"class":68},[44,3662,54],{"class":50},[44,3664,74],{"class":50},[44,3666,54],{"class":50},[44,3668,115],{"class":57},[44,3670,54],{"class":50},[44,3672,63],{"class":50},[44,3674,54],{"class":50},[44,3676,3677],{"class":68},"Alert to debug when value is outside of the range",[44,3679,54],{"class":50},[44,3681,74],{"class":50},[44,3683,54],{"class":50},[44,3685,1102],{"class":57},[44,3687,54],{"class":50},[44,3689,1107],{"class":50},[44,3691,54],{"class":50},[44,3693,1112],{"class":143},[44,3695,54],{"class":50},[44,3697,63],{"class":50},[44,3699,54],{"class":50},[44,3701,1121],{"class":68},[44,3703,54],{"class":50},[44,3705,74],{"class":50},[44,3707,54],{"class":50},[44,3709,12],{"class":143},[44,3711,54],{"class":50},[44,3713,63],{"class":50},[44,3715,54],{"class":50},[44,3717,766],{"class":68},[44,3719,54],{"class":50},[44,3721,74],{"class":50},[44,3723,54],{"class":50},[44,3725,1146],{"class":143},[44,3727,54],{"class":50},[44,3729,63],{"class":50},[44,3731,54],{"class":50},[44,3733,1190],{"class":68},[44,3735,54],{"class":50},[44,3737,74],{"class":50},[44,3739,54],{"class":50},[44,3741,1164],{"class":143},[44,3743,54],{"class":50},[44,3745,63],{"class":50},[44,3747,54],{"class":50},[44,3749,3750],{"class":68},"The value was outside of the range",[44,3752,54],{"class":50},[44,3754,74],{"class":50},[44,3756,54],{"class":50},[44,3758,1181],{"class":143},[44,3760,54],{"class":50},[44,3762,63],{"class":50},[44,3764,54],{"class":50},[44,3766,3767],{"class":68},"str",[44,3769,54],{"class":50},[44,3771,1195],{"class":50},[44,3773,54],{"class":50},[44,3775,1200],{"class":57},[44,3777,54],{"class":50},[44,3779,63],{"class":50},[44,3781,494],{"class":50},[44,3783,74],{"class":50},[44,3785,54],{"class":50},[44,3787,757],{"class":57},[44,3789,54],{"class":50},[44,3791,63],{"class":50},[44,3793,494],{"class":50},[44,3795,74],{"class":50},[44,3797,54],{"class":50},[44,3799,1225],{"class":57},[44,3801,54],{"class":50},[44,3803,63],{"class":50},[44,3805,494],{"class":50},[44,3807,74],{"class":50},[44,3809,54],{"class":50},[44,3811,1164],{"class":57},[44,3813,54],{"class":50},[44,3815,63],{"class":50},[44,3817,494],{"class":50},[44,3819,74],{"class":50},[44,3821,54],{"class":50},[44,3823,1250],{"class":57},[44,3825,54],{"class":50},[44,3827,63],{"class":50},[44,3829,152],{"class":151},[44,3831,520],{"class":155},[44,3833,74],{"class":50},[44,3835,54],{"class":50},[44,3837,202],{"class":57},[44,3839,54],{"class":50},[44,3841,63],{"class":50},[44,3843,3844],{"class":155},"690",[44,3846,74],{"class":50},[44,3848,54],{"class":50},[44,3850,216],{"class":57},[44,3852,54],{"class":50},[44,3854,63],{"class":50},[44,3856,3857],{"class":155},"500",[44,3859,74],{"class":50},[44,3861,54],{"class":50},[44,3863,413],{"class":57},[44,3865,54],{"class":50},[44,3867,613],{"class":50},[44,3869,54],{"class":50},[44,3871,2780],{"class":68},[44,3873,54],{"class":50},[44,3875,622],{"class":50},[44,3877,54],{"class":50},[44,3879,58],{"class":57},[44,3881,54],{"class":50},[44,3883,63],{"class":50},[44,3885,54],{"class":50},[44,3887,2780],{"class":68},[44,3889,54],{"class":50},[44,3891,74],{"class":50},[44,3893,54],{"class":50},[44,3895,79],{"class":57},[44,3897,54],{"class":50},[44,3899,63],{"class":50},[44,3901,54],{"class":50},[44,3903,2195],{"class":68},[44,3905,54],{"class":50},[44,3907,74],{"class":50},[44,3909,54],{"class":50},[44,3911,97],{"class":57},[44,3913,54],{"class":50},[44,3915,63],{"class":50},[44,3917,54],{"class":50},[44,3919,106],{"class":68},[44,3921,54],{"class":50},[44,3923,74],{"class":50},[44,3925,54],{"class":50},[44,3927,308],{"class":57},[44,3929,54],{"class":50},[44,3931,63],{"class":50},[44,3933,54],{"class":50},[44,3935,2656],{"class":68},[44,3937,54],{"class":50},[44,3939,74],{"class":50},[44,3941,54],{"class":50},[44,3943,115],{"class":57},[44,3945,54],{"class":50},[44,3947,63],{"class":50},[44,3949,54],{"class":50},[44,3951,3952],{"class":68},"debug 17",[44,3954,54],{"class":50},[44,3956,74],{"class":50},[44,3958,54],{"class":50},[44,3960,2253],{"class":57},[44,3962,54],{"class":50},[44,3964,63],{"class":50},[44,3966,152],{"class":151},[44,3968,156],{"class":155},[44,3970,74],{"class":50},[44,3972,54],{"class":50},[44,3974,2268],{"class":57},[44,3976,54],{"class":50},[44,3978,63],{"class":50},[44,3980,152],{"class":151},[44,3982,156],{"class":155},[44,3984,74],{"class":50},[44,3986,54],{"class":50},[44,3988,2283],{"class":57},[44,3990,54],{"class":50},[44,3992,63],{"class":50},[44,3994,152],{"class":151},[44,3996,520],{"class":155},[44,3998,74],{"class":50},[44,4000,54],{"class":50},[44,4002,2298],{"class":57},[44,4004,54],{"class":50},[44,4006,63],{"class":50},[44,4008,152],{"class":151},[44,4010,520],{"class":155},[44,4012,74],{"class":50},[44,4014,54],{"class":50},[44,4016,2313],{"class":57},[44,4018,54],{"class":50},[44,4020,63],{"class":50},[44,4022,54],{"class":50},[44,4024,3320],{"class":68},[44,4026,54],{"class":50},[44,4028,74],{"class":50},[44,4030,54],{"class":50},[44,4032,2347],{"class":57},[44,4034,54],{"class":50},[44,4036,63],{"class":50},[44,4038,494],{"class":50},[44,4040,74],{"class":50},[44,4042,54],{"class":50},[44,4044,2364],{"class":57},[44,4046,54],{"class":50},[44,4048,63],{"class":50},[44,4050,54],{"class":50},[44,4052,2373],{"class":68},[44,4054,54],{"class":50},[44,4056,74],{"class":50},[44,4058,54],{"class":50},[44,4060,202],{"class":57},[44,4062,54],{"class":50},[44,4064,63],{"class":50},[44,4066,4067],{"class":155},"960",[44,4069,74],{"class":50},[44,4071,54],{"class":50},[44,4073,216],{"class":57},[44,4075,54],{"class":50},[44,4077,63],{"class":50},[44,4079,3857],{"class":155},[44,4081,74],{"class":50},[44,4083,54],{"class":50},[44,4085,413],{"class":57},[44,4087,54],{"class":50},[44,4089,418],{"class":50},[44,4091,54],{"class":50},[44,4093,58],{"class":57},[44,4095,54],{"class":50},[44,4097,63],{"class":50},[44,4099,54],{"class":50},[44,4101,378],{"class":68},[44,4103,54],{"class":50},[44,4105,74],{"class":50},[44,4107,54],{"class":50},[44,4109,79],{"class":57},[44,4111,54],{"class":50},[44,4113,63],{"class":50},[44,4115,54],{"class":50},[44,4117,1598],{"class":68},[44,4119,54],{"class":50},[44,4121,74],{"class":50},[44,4123,54],{"class":50},[44,4125,97],{"class":57},[44,4127,54],{"class":50},[44,4129,63],{"class":50},[44,4131,54],{"class":50},[44,4133,106],{"class":68},[44,4135,54],{"class":50},[44,4137,74],{"class":50},[44,4139,54],{"class":50},[44,4141,308],{"class":57},[44,4143,54],{"class":50},[44,4145,63],{"class":50},[44,4147,54],{"class":50},[44,4149,2656],{"class":68},[44,4151,54],{"class":50},[44,4153,74],{"class":50},[44,4155,54],{"class":50},[44,4157,115],{"class":57},[44,4159,54],{"class":50},[44,4161,63],{"class":50},[44,4163,54],{"class":50},[44,4165,4166],{"class":68},"link in 2",[44,4168,54],{"class":50},[44,4170,74],{"class":50},[44,4172,54],{"class":50},[44,4174,360],{"class":57},[44,4176,54],{"class":50},[44,4178,169],{"class":50},[44,4180,54],{"class":50},[44,4182,174],{"class":68},[44,4184,54],{"class":50},[44,4186,74],{"class":50},[44,4188,54],{"class":50},[44,4190,1664],{"class":68},[44,4192,54],{"class":50},[44,4194,197],{"class":50},[44,4196,54],{"class":50},[44,4198,202],{"class":57},[44,4200,54],{"class":50},[44,4202,63],{"class":50},[44,4204,1687],{"class":155},[44,4206,74],{"class":50},[44,4208,54],{"class":50},[44,4210,216],{"class":57},[44,4212,54],{"class":50},[44,4214,63],{"class":50},[44,4216,2388],{"class":155},[44,4218,74],{"class":50},[44,4220,54],{"class":50},[44,4222,413],{"class":57},[44,4224,54],{"class":50},[44,4226,613],{"class":50},[44,4228,54],{"class":50},[44,4230,2744],{"class":68},[44,4232,54],{"class":50},[44,4234,622],{"class":50},[44,4236,54],{"class":50},[44,4238,58],{"class":57},[44,4240,54],{"class":50},[44,4242,63],{"class":50},[44,4244,54],{"class":50},[44,4246,4247],{"class":68},"caf4214602d5f2c9",[44,4249,54],{"class":50},[44,4251,74],{"class":50},[44,4253,54],{"class":50},[44,4255,79],{"class":57},[44,4257,54],{"class":50},[44,4259,63],{"class":50},[44,4261,54],{"class":50},[44,4263,88],{"class":68},[44,4265,54],{"class":50},[44,4267,74],{"class":50},[44,4269,54],{"class":50},[44,4271,97],{"class":57},[44,4273,54],{"class":50},[44,4275,63],{"class":50},[44,4277,54],{"class":50},[44,4279,106],{"class":68},[44,4281,54],{"class":50},[44,4283,74],{"class":50},[44,4285,54],{"class":50},[44,4287,115],{"class":57},[44,4289,54],{"class":50},[44,4291,63],{"class":50},[44,4293,54],{"class":50},[44,4295,4296],{"class":68},"Manually send a spurious value",[44,4298,54],{"class":50},[44,4300,74],{"class":50},[44,4302,54],{"class":50},[44,4304,133],{"class":57},[44,4306,54],{"class":50},[44,4308,138],{"class":50},[44,4310,54],{"class":50},[44,4312,144],{"class":143},[44,4314,54],{"class":50},[44,4316,63],{"class":50},[44,4318,152],{"class":151},[44,4320,156],{"class":155},[44,4322,159],{"class":50},[44,4324,54],{"class":50},[44,4326,164],{"class":57},[44,4328,54],{"class":50},[44,4330,169],{"class":50},[44,4332,54],{"class":50},[44,4334,4335],{"class":68},"14097fb7ba3a9ecc",[44,4337,54],{"class":50},[44,4339,74],{"class":50},[44,4341,54],{"class":50},[44,4343,1664],{"class":68},[44,4345,54],{"class":50},[44,4347,197],{"class":50},[44,4349,54],{"class":50},[44,4351,202],{"class":57},[44,4353,54],{"class":50},[44,4355,63],{"class":50},[44,4357,209],{"class":155},[44,4359,74],{"class":50},[44,4361,54],{"class":50},[44,4363,216],{"class":57},[44,4365,54],{"class":50},[44,4367,63],{"class":50},[44,4369,4370],{"class":155},"159",[44,4372,74],{"class":50},[44,4374,54],{"class":50},[44,4376,230],{"class":57},[44,4378,54],{"class":50},[44,4380,63],{"class":50},[44,4382,4383],{"class":155},"232",[44,4385,74],{"class":50},[44,4387,54],{"class":50},[44,4389,244],{"class":57},[44,4391,54],{"class":50},[44,4393,63],{"class":50},[44,4395,251],{"class":155},[44,4397,254],{"class":50},[44,4399,54],{"class":50},[44,4401,58],{"class":57},[44,4403,54],{"class":50},[44,4405,63],{"class":50},[44,4407,54],{"class":50},[44,4409,4335],{"class":68},[44,4411,54],{"class":50},[44,4413,74],{"class":50},[44,4415,54],{"class":50},[44,4417,79],{"class":57},[44,4419,54],{"class":50},[44,4421,63],{"class":50},[44,4423,54],{"class":50},[44,4425,447],{"class":68},[44,4427,54],{"class":50},[44,4429,74],{"class":50},[44,4431,54],{"class":50},[44,4433,97],{"class":57},[44,4435,54],{"class":50},[44,4437,63],{"class":50},[44,4439,54],{"class":50},[44,4441,106],{"class":68},[44,4443,54],{"class":50},[44,4445,74],{"class":50},[44,4447,54],{"class":50},[44,4449,308],{"class":57},[44,4451,54],{"class":50},[44,4453,63],{"class":50},[44,4455,54],{"class":50},[44,4457,4247],{"class":68},[44,4459,54],{"class":50},[44,4461,74],{"class":50},[44,4463,54],{"class":50},[44,4465,115],{"class":57},[44,4467,54],{"class":50},[44,4469,63],{"class":50},[44,4471,494],{"class":50},[44,4473,74],{"class":50},[44,4475,54],{"class":50},[44,4477,501],{"class":57},[44,4479,54],{"class":50},[44,4481,1107],{"class":50},[44,4483,54],{"class":50},[44,4485,12],{"class":143},[44,4487,54],{"class":50},[44,4489,63],{"class":50},[44,4491,54],{"class":50},[44,4493,766],{"class":68},[44,4495,54],{"class":50},[44,4497,1195],{"class":50},[44,4499,54],{"class":50},[44,4501,511],{"class":57},[44,4503,54],{"class":50},[44,4505,63],{"class":50},[44,4507,494],{"class":50},[44,4509,74],{"class":50},[44,4511,54],{"class":50},[44,4513,529],{"class":57},[44,4515,54],{"class":50},[44,4517,63],{"class":50},[44,4519,494],{"class":50},[44,4521,74],{"class":50},[44,4523,54],{"class":50},[44,4525,542],{"class":57},[44,4527,54],{"class":50},[44,4529,63],{"class":50},[44,4531,152],{"class":151},[44,4533,520],{"class":155},[44,4535,74],{"class":50},[44,4537,54],{"class":50},[44,4539,557],{"class":57},[44,4541,54],{"class":50},[44,4543,63],{"class":50},[44,4545,564],{"class":155},[44,4547,74],{"class":50},[44,4549,54],{"class":50},[44,4551,571],{"class":57},[44,4553,54],{"class":50},[44,4555,63],{"class":50},[44,4557,494],{"class":50},[44,4559,74],{"class":50},[44,4561,54],{"class":50},[44,4563,766],{"class":57},[44,4565,54],{"class":50},[44,4567,63],{"class":50},[44,4569,54],{"class":50},[44,4571,1687],{"class":68},[44,4573,54],{"class":50},[44,4575,74],{"class":50},[44,4577,54],{"class":50},[44,4579,4580],{"class":57},"payloadType",[44,4582,54],{"class":50},[44,4584,63],{"class":50},[44,4586,54],{"class":50},[44,4588,4589],{"class":68},"num",[44,4591,54],{"class":50},[44,4593,74],{"class":50},[44,4595,54],{"class":50},[44,4597,202],{"class":57},[44,4599,54],{"class":50},[44,4601,63],{"class":50},[44,4603,590],{"class":155},[44,4605,74],{"class":50},[44,4607,54],{"class":50},[44,4609,216],{"class":57},[44,4611,54],{"class":50},[44,4613,63],{"class":50},[44,4615,4616],{"class":155},"200",[44,4618,74],{"class":50},[44,4620,54],{"class":50},[44,4622,413],{"class":57},[44,4624,54],{"class":50},[44,4626,613],{"class":50},[44,4628,54],{"class":50},[44,4630,1664],{"class":68},[44,4632,54],{"class":50},[44,4634,622],{"class":50},[44,4636,54],{"class":50},[44,4638,58],{"class":57},[44,4640,54],{"class":50},[44,4642,63],{"class":50},[44,4644,54],{"class":50},[44,4646,1664],{"class":68},[44,4648,54],{"class":50},[44,4650,74],{"class":50},[44,4652,54],{"class":50},[44,4654,79],{"class":57},[44,4656,54],{"class":50},[44,4658,63],{"class":50},[44,4660,54],{"class":50},[44,4662,283],{"class":68},[44,4664,54],{"class":50},[44,4666,74],{"class":50},[44,4668,54],{"class":50},[44,4670,97],{"class":57},[44,4672,54],{"class":50},[44,4674,63],{"class":50},[44,4676,54],{"class":50},[44,4678,106],{"class":68},[44,4680,54],{"class":50},[44,4682,74],{"class":50},[44,4684,54],{"class":50},[44,4686,308],{"class":57},[44,4688,54],{"class":50},[44,4690,63],{"class":50},[44,4692,54],{"class":50},[44,4694,4247],{"class":68},[44,4696,54],{"class":50},[44,4698,74],{"class":50},[44,4700,54],{"class":50},[44,4702,115],{"class":57},[44,4704,54],{"class":50},[44,4706,63],{"class":50},[44,4708,54],{"class":50},[44,4710,4711],{"class":68},"link out 2",[44,4713,54],{"class":50},[44,4715,74],{"class":50},[44,4717,54],{"class":50},[44,4719,342],{"class":57},[44,4721,54],{"class":50},[44,4723,63],{"class":50},[44,4725,54],{"class":50},[44,4727,351],{"class":68},[44,4729,54],{"class":50},[44,4731,74],{"class":50},[44,4733,54],{"class":50},[44,4735,360],{"class":57},[44,4737,54],{"class":50},[44,4739,169],{"class":50},[44,4741,54],{"class":50},[44,4743,369],{"class":68},[44,4745,54],{"class":50},[44,4747,74],{"class":50},[44,4749,54],{"class":50},[44,4751,378],{"class":68},[44,4753,54],{"class":50},[44,4755,197],{"class":50},[44,4757,54],{"class":50},[44,4759,202],{"class":57},[44,4761,54],{"class":50},[44,4763,63],{"class":50},[44,4765,4766],{"class":155},"225",[44,4768,74],{"class":50},[44,4770,54],{"class":50},[44,4772,216],{"class":57},[44,4774,54],{"class":50},[44,4776,63],{"class":50},[44,4778,4616],{"class":155},[44,4780,74],{"class":50},[44,4782,54],{"class":50},[44,4784,413],{"class":57},[44,4786,54],{"class":50},[44,4788,4789],{"class":50},":[]}]\n",[16,4791,4793],{"id":4792},"_2-perform-simple-maths-functions-using-jsonata-in-change-nodes","2. Perform simple maths functions using JSONata in Change nodes",[12,4795,4796,4797,4804],{},"You can perform basic maths functions using the Change node and JSONata. Let's say you wanted to take a payload and multiply it by a value. You could use a custom node such as ",[4798,4799,4803],"a",{"href":4800,"rel":4801},"https:\u002F\u002Fflows.nodered.org\u002Fnode\u002Fnode-red-contrib-calc",[4802],"nofollow","node-red-contrib-calc"," but you can also easily complete the same task within a change node.",[12,4806,4807],{},[26,4808],{"alt":4809,"src":4810,"title":4809},"Using JSONata in a Change node to multiply a payload by 2.5","\u002Fblog\u002F2023\u002F03\u002Fimages\u002Fjsonata.png",[12,4812,4813],{},"This will take the input payload, multiply it by 2.5 then output it as the new payload. You can try this out using the code below.",[4815,4816,4817],"render-flow",{},[34,4818,4820],{"className":36,"code":4819,"language":38,"meta":39,"style":39},"[{\"id\":\"6bbe9c1e81c4ee39\",\"type\":\"inject\",\"z\":\"cfe9fec308e144db\",\"name\":\"\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"2\",\"payloadType\":\"num\",\"x\":350,\"y\":400,\"wires\":[[\"07aa636f3db17775\"]]},{\"id\":\"07aa636f3db17775\",\"type\":\"change\",\"z\":\"cfe9fec308e144db\",\"name\":\"\",\"rules\":[{\"t\":\"set\",\"p\":\"payload\",\"pt\":\"msg\",\"to\":\"msg.payload * 2.5\",\"tot\":\"jsonata\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":520,\"y\":440,\"wires\":[[\"8bde558e6e2f8551\"]]},{\"id\":\"8bde558e6e2f8551\",\"type\":\"debug\",\"z\":\"cfe9fec308e144db\",\"name\":\"debug 26\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":680,\"y\":440,\"wires\":[]},{\"id\":\"1c04633997beb150\",\"type\":\"inject\",\"z\":\"cfe9fec308e144db\",\"name\":\"\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"3\",\"payloadType\":\"num\",\"x\":350,\"y\":440,\"wires\":[[\"07aa636f3db17775\"]]},{\"id\":\"bc52c3d2f38115b1\",\"type\":\"inject\",\"z\":\"cfe9fec308e144db\",\"name\":\"\",\"props\":[{\"p\":\"payload\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"4\",\"payloadType\":\"num\",\"x\":350,\"y\":480,\"wires\":[[\"07aa636f3db17775\"]]}]\n",[41,4821,4822],{"__ignoreMap":39},[44,4823,4824,4826,4828,4830,4832,4834,4836,4839,4841,4843,4845,4847,4849,4851,4853,4855,4857,4859,4861,4863,4865,4867,4869,4872,4874,4876,4878,4880,4882,4884,4886,4888,4890,4892,4894,4896,4898,4900,4902,4904,4906,4908,4910,4912,4914,4916,4918,4920,4922,4924,4926,4928,4930,4932,4934,4936,4938,4940,4942,4945,4947,4949,4951,4953,4955,4957,4959,4961,4963,4965,4967,4969,4971,4973,4975,4977,4979,4981,4983,4985,4987,4989,4991,4993,4995,4997,4999,5001,5003,5005,5007,5009,5012,5014,5016,5018,5020,5022,5025,5027,5029,5031,5033,5035,5037,5040,5042,5044,5046,5048,5050,5052,5054,5056,5058,5060,5062,5064,5066,5068,5070,5072,5074,5076,5078,5080,5082,5084,5086,5088,5090,5092,5094,5096,5098,5100,5102,5104,5106,5108,5110,5112,5114,5116,5118,5120,5122,5124,5126,5128,5130,5132,5134,5136,5138,5140,5142,5144,5146,5148,5150,5152,5154,5156,5158,5160,5162,5164,5166,5168,5170,5173,5175,5177,5179,5181,5183,5185,5187,5190,5192,5194,5196,5198,5200,5202,5204,5206,5208,5210,5212,5214,5216,5218,5220,5222,5224,5226,5228,5230,5232,5234,5236,5238,5240,5242,5244,5246,5248,5250,5252,5254,5256,5258,5261,5263,5265,5267,5269,5271,5274,5276,5278,5280,5282,5284,5286,5289,5291,5293,5295,5297,5299,5301,5303,5305,5307,5309,5311,5313,5315,5317,5319,5321,5323,5325,5327,5329,5331,5333,5335,5337,5339,5341,5343,5345,5347,5349,5351,5354,5356,5358,5360,5362,5364,5367,5369,5371,5373,5375,5377,5379,5381,5383,5385,5387,5389,5391,5393,5395,5397,5399,5401,5403,5405,5407,5409,5411,5413,5415,5417,5419,5421,5423,5425,5427,5429,5431,5433,5435,5437,5439,5441,5443,5446,5448,5450,5452,5454,5456,5458,5460,5462,5464,5466,5468,5470,5472,5474,5476,5478,5481,5483,5485,5487,5489,5491,5493,5495,5497,5499,5501,5503,5505,5507,5509,5511,5513,5515,5517,5519,5521,5523,5525,5527,5529,5531,5533,5535,5537,5539,5541,5543,5545,5547,5549,5551,5553,5555,5557,5559,5561,5563,5565,5567,5569,5571,5573,5575,5577,5579,5581,5583,5585,5587,5589,5591,5593,5595,5597,5599,5601,5603,5605,5607,5609,5611,5613,5615,5617,5619,5622,5624,5626,5628,5630,5632,5634,5636,5638,5640,5642,5644,5646,5648,5650,5652,5654,5656,5658,5660,5662,5664,5666,5668,5670,5672,5674,5676,5678,5680,5682,5684,5686,5688,5690,5692,5695,5697,5699,5701,5703,5705,5707,5709,5711,5713,5715,5717,5719,5721,5723,5725,5727,5729,5731,5733,5735,5737,5739,5741,5743,5745,5747,5749,5751,5753,5755,5757,5759,5761,5763,5765,5767,5769,5771,5773,5775,5777,5779,5781,5783,5785,5787,5789,5791,5793,5795,5797,5799,5801,5803,5805,5807,5809,5811,5813,5815,5817,5819,5821,5823,5825,5827,5829,5831,5833,5836,5838,5840,5842,5844,5846,5848,5850,5852,5854,5856,5858,5860,5862,5864,5866,5868,5870,5872,5874,5876,5878,5880,5882,5884,5886,5888,5890,5892,5894],{"class":46,"line":47},[44,4825,51],{"class":50},[44,4827,54],{"class":50},[44,4829,58],{"class":57},[44,4831,54],{"class":50},[44,4833,63],{"class":50},[44,4835,54],{"class":50},[44,4837,4838],{"class":68},"6bbe9c1e81c4ee39",[44,4840,54],{"class":50},[44,4842,74],{"class":50},[44,4844,54],{"class":50},[44,4846,79],{"class":57},[44,4848,54],{"class":50},[44,4850,63],{"class":50},[44,4852,54],{"class":50},[44,4854,447],{"class":68},[44,4856,54],{"class":50},[44,4858,74],{"class":50},[44,4860,54],{"class":50},[44,4862,97],{"class":57},[44,4864,54],{"class":50},[44,4866,63],{"class":50},[44,4868,54],{"class":50},[44,4870,4871],{"class":68},"cfe9fec308e144db",[44,4873,54],{"class":50},[44,4875,74],{"class":50},[44,4877,54],{"class":50},[44,4879,115],{"class":57},[44,4881,54],{"class":50},[44,4883,63],{"class":50},[44,4885,494],{"class":50},[44,4887,74],{"class":50},[44,4889,54],{"class":50},[44,4891,501],{"class":57},[44,4893,54],{"class":50},[44,4895,1107],{"class":50},[44,4897,54],{"class":50},[44,4899,12],{"class":143},[44,4901,54],{"class":50},[44,4903,63],{"class":50},[44,4905,54],{"class":50},[44,4907,766],{"class":68},[44,4909,54],{"class":50},[44,4911,1195],{"class":50},[44,4913,54],{"class":50},[44,4915,511],{"class":57},[44,4917,54],{"class":50},[44,4919,63],{"class":50},[44,4921,494],{"class":50},[44,4923,74],{"class":50},[44,4925,54],{"class":50},[44,4927,529],{"class":57},[44,4929,54],{"class":50},[44,4931,63],{"class":50},[44,4933,494],{"class":50},[44,4935,74],{"class":50},[44,4937,54],{"class":50},[44,4939,542],{"class":57},[44,4941,54],{"class":50},[44,4943,4944],{"class":50},":false,",[44,4946,54],{"class":50},[44,4948,557],{"class":57},[44,4950,54],{"class":50},[44,4952,63],{"class":50},[44,4954,564],{"class":155},[44,4956,74],{"class":50},[44,4958,54],{"class":50},[44,4960,571],{"class":57},[44,4962,54],{"class":50},[44,4964,63],{"class":50},[44,4966,494],{"class":50},[44,4968,74],{"class":50},[44,4970,54],{"class":50},[44,4972,766],{"class":57},[44,4974,54],{"class":50},[44,4976,63],{"class":50},[44,4978,54],{"class":50},[44,4980,1872],{"class":68},[44,4982,54],{"class":50},[44,4984,74],{"class":50},[44,4986,54],{"class":50},[44,4988,4580],{"class":57},[44,4990,54],{"class":50},[44,4992,63],{"class":50},[44,4994,54],{"class":50},[44,4996,4589],{"class":68},[44,4998,54],{"class":50},[44,5000,74],{"class":50},[44,5002,54],{"class":50},[44,5004,202],{"class":57},[44,5006,54],{"class":50},[44,5008,63],{"class":50},[44,5010,5011],{"class":155},"350",[44,5013,74],{"class":50},[44,5015,54],{"class":50},[44,5017,216],{"class":57},[44,5019,54],{"class":50},[44,5021,63],{"class":50},[44,5023,5024],{"class":155},"400",[44,5026,74],{"class":50},[44,5028,54],{"class":50},[44,5030,413],{"class":57},[44,5032,54],{"class":50},[44,5034,613],{"class":50},[44,5036,54],{"class":50},[44,5038,5039],{"class":68},"07aa636f3db17775",[44,5041,54],{"class":50},[44,5043,622],{"class":50},[44,5045,54],{"class":50},[44,5047,58],{"class":57},[44,5049,54],{"class":50},[44,5051,63],{"class":50},[44,5053,54],{"class":50},[44,5055,5039],{"class":68},[44,5057,54],{"class":50},[44,5059,74],{"class":50},[44,5061,54],{"class":50},[44,5063,79],{"class":57},[44,5065,54],{"class":50},[44,5067,63],{"class":50},[44,5069,54],{"class":50},[44,5071,1049],{"class":68},[44,5073,54],{"class":50},[44,5075,74],{"class":50},[44,5077,54],{"class":50},[44,5079,97],{"class":57},[44,5081,54],{"class":50},[44,5083,63],{"class":50},[44,5085,54],{"class":50},[44,5087,4871],{"class":68},[44,5089,54],{"class":50},[44,5091,74],{"class":50},[44,5093,54],{"class":50},[44,5095,115],{"class":57},[44,5097,54],{"class":50},[44,5099,63],{"class":50},[44,5101,494],{"class":50},[44,5103,74],{"class":50},[44,5105,54],{"class":50},[44,5107,1102],{"class":57},[44,5109,54],{"class":50},[44,5111,1107],{"class":50},[44,5113,54],{"class":50},[44,5115,1112],{"class":143},[44,5117,54],{"class":50},[44,5119,63],{"class":50},[44,5121,54],{"class":50},[44,5123,1121],{"class":68},[44,5125,54],{"class":50},[44,5127,74],{"class":50},[44,5129,54],{"class":50},[44,5131,12],{"class":143},[44,5133,54],{"class":50},[44,5135,63],{"class":50},[44,5137,54],{"class":50},[44,5139,766],{"class":68},[44,5141,54],{"class":50},[44,5143,74],{"class":50},[44,5145,54],{"class":50},[44,5147,1146],{"class":143},[44,5149,54],{"class":50},[44,5151,63],{"class":50},[44,5153,54],{"class":50},[44,5155,1190],{"class":68},[44,5157,54],{"class":50},[44,5159,74],{"class":50},[44,5161,54],{"class":50},[44,5163,1164],{"class":143},[44,5165,54],{"class":50},[44,5167,63],{"class":50},[44,5169,54],{"class":50},[44,5171,5172],{"class":68},"msg.payload * 2.5",[44,5174,54],{"class":50},[44,5176,74],{"class":50},[44,5178,54],{"class":50},[44,5180,1181],{"class":143},[44,5182,54],{"class":50},[44,5184,63],{"class":50},[44,5186,54],{"class":50},[44,5188,5189],{"class":68},"jsonata",[44,5191,54],{"class":50},[44,5193,1195],{"class":50},[44,5195,54],{"class":50},[44,5197,1200],{"class":57},[44,5199,54],{"class":50},[44,5201,63],{"class":50},[44,5203,494],{"class":50},[44,5205,74],{"class":50},[44,5207,54],{"class":50},[44,5209,757],{"class":57},[44,5211,54],{"class":50},[44,5213,63],{"class":50},[44,5215,494],{"class":50},[44,5217,74],{"class":50},[44,5219,54],{"class":50},[44,5221,1225],{"class":57},[44,5223,54],{"class":50},[44,5225,63],{"class":50},[44,5227,494],{"class":50},[44,5229,74],{"class":50},[44,5231,54],{"class":50},[44,5233,1164],{"class":57},[44,5235,54],{"class":50},[44,5237,63],{"class":50},[44,5239,494],{"class":50},[44,5241,74],{"class":50},[44,5243,54],{"class":50},[44,5245,1250],{"class":57},[44,5247,54],{"class":50},[44,5249,4944],{"class":50},[44,5251,54],{"class":50},[44,5253,202],{"class":57},[44,5255,54],{"class":50},[44,5257,63],{"class":50},[44,5259,5260],{"class":155},"520",[44,5262,74],{"class":50},[44,5264,54],{"class":50},[44,5266,216],{"class":57},[44,5268,54],{"class":50},[44,5270,63],{"class":50},[44,5272,5273],{"class":155},"440",[44,5275,74],{"class":50},[44,5277,54],{"class":50},[44,5279,413],{"class":57},[44,5281,54],{"class":50},[44,5283,613],{"class":50},[44,5285,54],{"class":50},[44,5287,5288],{"class":68},"8bde558e6e2f8551",[44,5290,54],{"class":50},[44,5292,622],{"class":50},[44,5294,54],{"class":50},[44,5296,58],{"class":57},[44,5298,54],{"class":50},[44,5300,63],{"class":50},[44,5302,54],{"class":50},[44,5304,5288],{"class":68},[44,5306,54],{"class":50},[44,5308,74],{"class":50},[44,5310,54],{"class":50},[44,5312,79],{"class":57},[44,5314,54],{"class":50},[44,5316,63],{"class":50},[44,5318,54],{"class":50},[44,5320,2195],{"class":68},[44,5322,54],{"class":50},[44,5324,74],{"class":50},[44,5326,54],{"class":50},[44,5328,97],{"class":57},[44,5330,54],{"class":50},[44,5332,63],{"class":50},[44,5334,54],{"class":50},[44,5336,4871],{"class":68},[44,5338,54],{"class":50},[44,5340,74],{"class":50},[44,5342,54],{"class":50},[44,5344,115],{"class":57},[44,5346,54],{"class":50},[44,5348,63],{"class":50},[44,5350,54],{"class":50},[44,5352,5353],{"class":68},"debug 26",[44,5355,54],{"class":50},[44,5357,74],{"class":50},[44,5359,54],{"class":50},[44,5361,2253],{"class":57},[44,5363,54],{"class":50},[44,5365,5366],{"class":50},":true,",[44,5368,54],{"class":50},[44,5370,2268],{"class":57},[44,5372,54],{"class":50},[44,5374,5366],{"class":50},[44,5376,54],{"class":50},[44,5378,2283],{"class":57},[44,5380,54],{"class":50},[44,5382,4944],{"class":50},[44,5384,54],{"class":50},[44,5386,2298],{"class":57},[44,5388,54],{"class":50},[44,5390,4944],{"class":50},[44,5392,54],{"class":50},[44,5394,2313],{"class":57},[44,5396,54],{"class":50},[44,5398,63],{"class":50},[44,5400,54],{"class":50},[44,5402,3320],{"class":68},[44,5404,54],{"class":50},[44,5406,74],{"class":50},[44,5408,54],{"class":50},[44,5410,2347],{"class":57},[44,5412,54],{"class":50},[44,5414,63],{"class":50},[44,5416,494],{"class":50},[44,5418,74],{"class":50},[44,5420,54],{"class":50},[44,5422,2364],{"class":57},[44,5424,54],{"class":50},[44,5426,63],{"class":50},[44,5428,54],{"class":50},[44,5430,2373],{"class":68},[44,5432,54],{"class":50},[44,5434,74],{"class":50},[44,5436,54],{"class":50},[44,5438,202],{"class":57},[44,5440,54],{"class":50},[44,5442,63],{"class":50},[44,5444,5445],{"class":155},"680",[44,5447,74],{"class":50},[44,5449,54],{"class":50},[44,5451,216],{"class":57},[44,5453,54],{"class":50},[44,5455,63],{"class":50},[44,5457,5273],{"class":155},[44,5459,74],{"class":50},[44,5461,54],{"class":50},[44,5463,413],{"class":57},[44,5465,54],{"class":50},[44,5467,418],{"class":50},[44,5469,54],{"class":50},[44,5471,58],{"class":57},[44,5473,54],{"class":50},[44,5475,63],{"class":50},[44,5477,54],{"class":50},[44,5479,5480],{"class":68},"1c04633997beb150",[44,5482,54],{"class":50},[44,5484,74],{"class":50},[44,5486,54],{"class":50},[44,5488,79],{"class":57},[44,5490,54],{"class":50},[44,5492,63],{"class":50},[44,5494,54],{"class":50},[44,5496,447],{"class":68},[44,5498,54],{"class":50},[44,5500,74],{"class":50},[44,5502,54],{"class":50},[44,5504,97],{"class":57},[44,5506,54],{"class":50},[44,5508,63],{"class":50},[44,5510,54],{"class":50},[44,5512,4871],{"class":68},[44,5514,54],{"class":50},[44,5516,74],{"class":50},[44,5518,54],{"class":50},[44,5520,115],{"class":57},[44,5522,54],{"class":50},[44,5524,63],{"class":50},[44,5526,494],{"class":50},[44,5528,74],{"class":50},[44,5530,54],{"class":50},[44,5532,501],{"class":57},[44,5534,54],{"class":50},[44,5536,1107],{"class":50},[44,5538,54],{"class":50},[44,5540,12],{"class":143},[44,5542,54],{"class":50},[44,5544,63],{"class":50},[44,5546,54],{"class":50},[44,5548,766],{"class":68},[44,5550,54],{"class":50},[44,5552,1195],{"class":50},[44,5554,54],{"class":50},[44,5556,511],{"class":57},[44,5558,54],{"class":50},[44,5560,63],{"class":50},[44,5562,494],{"class":50},[44,5564,74],{"class":50},[44,5566,54],{"class":50},[44,5568,529],{"class":57},[44,5570,54],{"class":50},[44,5572,63],{"class":50},[44,5574,494],{"class":50},[44,5576,74],{"class":50},[44,5578,54],{"class":50},[44,5580,542],{"class":57},[44,5582,54],{"class":50},[44,5584,4944],{"class":50},[44,5586,54],{"class":50},[44,5588,557],{"class":57},[44,5590,54],{"class":50},[44,5592,63],{"class":50},[44,5594,564],{"class":155},[44,5596,74],{"class":50},[44,5598,54],{"class":50},[44,5600,571],{"class":57},[44,5602,54],{"class":50},[44,5604,63],{"class":50},[44,5606,494],{"class":50},[44,5608,74],{"class":50},[44,5610,54],{"class":50},[44,5612,766],{"class":57},[44,5614,54],{"class":50},[44,5616,63],{"class":50},[44,5618,54],{"class":50},[44,5620,5621],{"class":68},"3",[44,5623,54],{"class":50},[44,5625,74],{"class":50},[44,5627,54],{"class":50},[44,5629,4580],{"class":57},[44,5631,54],{"class":50},[44,5633,63],{"class":50},[44,5635,54],{"class":50},[44,5637,4589],{"class":68},[44,5639,54],{"class":50},[44,5641,74],{"class":50},[44,5643,54],{"class":50},[44,5645,202],{"class":57},[44,5647,54],{"class":50},[44,5649,63],{"class":50},[44,5651,5011],{"class":155},[44,5653,74],{"class":50},[44,5655,54],{"class":50},[44,5657,216],{"class":57},[44,5659,54],{"class":50},[44,5661,63],{"class":50},[44,5663,5273],{"class":155},[44,5665,74],{"class":50},[44,5667,54],{"class":50},[44,5669,413],{"class":57},[44,5671,54],{"class":50},[44,5673,613],{"class":50},[44,5675,54],{"class":50},[44,5677,5039],{"class":68},[44,5679,54],{"class":50},[44,5681,622],{"class":50},[44,5683,54],{"class":50},[44,5685,58],{"class":57},[44,5687,54],{"class":50},[44,5689,63],{"class":50},[44,5691,54],{"class":50},[44,5693,5694],{"class":68},"bc52c3d2f38115b1",[44,5696,54],{"class":50},[44,5698,74],{"class":50},[44,5700,54],{"class":50},[44,5702,79],{"class":57},[44,5704,54],{"class":50},[44,5706,63],{"class":50},[44,5708,54],{"class":50},[44,5710,447],{"class":68},[44,5712,54],{"class":50},[44,5714,74],{"class":50},[44,5716,54],{"class":50},[44,5718,97],{"class":57},[44,5720,54],{"class":50},[44,5722,63],{"class":50},[44,5724,54],{"class":50},[44,5726,4871],{"class":68},[44,5728,54],{"class":50},[44,5730,74],{"class":50},[44,5732,54],{"class":50},[44,5734,115],{"class":57},[44,5736,54],{"class":50},[44,5738,63],{"class":50},[44,5740,494],{"class":50},[44,5742,74],{"class":50},[44,5744,54],{"class":50},[44,5746,501],{"class":57},[44,5748,54],{"class":50},[44,5750,1107],{"class":50},[44,5752,54],{"class":50},[44,5754,12],{"class":143},[44,5756,54],{"class":50},[44,5758,63],{"class":50},[44,5760,54],{"class":50},[44,5762,766],{"class":68},[44,5764,54],{"class":50},[44,5766,1195],{"class":50},[44,5768,54],{"class":50},[44,5770,511],{"class":57},[44,5772,54],{"class":50},[44,5774,63],{"class":50},[44,5776,494],{"class":50},[44,5778,74],{"class":50},[44,5780,54],{"class":50},[44,5782,529],{"class":57},[44,5784,54],{"class":50},[44,5786,63],{"class":50},[44,5788,494],{"class":50},[44,5790,74],{"class":50},[44,5792,54],{"class":50},[44,5794,542],{"class":57},[44,5796,54],{"class":50},[44,5798,4944],{"class":50},[44,5800,54],{"class":50},[44,5802,557],{"class":57},[44,5804,54],{"class":50},[44,5806,63],{"class":50},[44,5808,564],{"class":155},[44,5810,74],{"class":50},[44,5812,54],{"class":50},[44,5814,571],{"class":57},[44,5816,54],{"class":50},[44,5818,63],{"class":50},[44,5820,494],{"class":50},[44,5822,74],{"class":50},[44,5824,54],{"class":50},[44,5826,766],{"class":57},[44,5828,54],{"class":50},[44,5830,63],{"class":50},[44,5832,54],{"class":50},[44,5834,5835],{"class":68},"4",[44,5837,54],{"class":50},[44,5839,74],{"class":50},[44,5841,54],{"class":50},[44,5843,4580],{"class":57},[44,5845,54],{"class":50},[44,5847,63],{"class":50},[44,5849,54],{"class":50},[44,5851,4589],{"class":68},[44,5853,54],{"class":50},[44,5855,74],{"class":50},[44,5857,54],{"class":50},[44,5859,202],{"class":57},[44,5861,54],{"class":50},[44,5863,63],{"class":50},[44,5865,5011],{"class":155},[44,5867,74],{"class":50},[44,5869,54],{"class":50},[44,5871,216],{"class":57},[44,5873,54],{"class":50},[44,5875,63],{"class":50},[44,5877,2388],{"class":155},[44,5879,74],{"class":50},[44,5881,54],{"class":50},[44,5883,413],{"class":57},[44,5885,54],{"class":50},[44,5887,613],{"class":50},[44,5889,54],{"class":50},[44,5891,5039],{"class":68},[44,5893,54],{"class":50},[44,5895,5896],{"class":50},"]]}]\n",[16,5898,5900],{"id":5899},"_3-use-the-catch-node-to-trigger-flows-on-errors","3. Use the Catch node to trigger flows on errors",[12,5902,5903],{},"Sometimes you might be working with nodes which don't output anything when they error or maybe output text directly to debug. This makes it difficult for you to run flows when something fails. For example, when using the Read File node, where the expected file is not found, it would be useful to be able to run a specific flow which sends an alert.",[12,5905,5906],{},"You can do this using the Catch node. Drop the node onto your workspace then select if you want errors from some or all nodes. For this example I am going to select just the Read File node. If I then rerun the flow I get an error message out of the Catch node every time there is an error with reading the file.",[12,5908,5909],{},[26,5910],{"alt":5911,"src":5912,"title":5911},"Catching an error from the Read File node and outputting a message to debug","\u002Fblog\u002F2023\u002F03\u002Fimages\u002Fcatch.gif",[12,5914,5915],{},"Note that there are no wires connecting the flow to the error output. This means you can have a single Catch node monitoring a whole project and logging errors as well as sending alerts as needed. You can import the flows from this example using the code below.",[4815,5917,5918],{},[34,5919,5921],{"className":36,"code":5920,"language":38,"meta":39,"style":39},"[{\"id\":\"d6399c6fddb572ef\",\"type\":\"debug\",\"z\":\"0c6a2ba248b5933f\",\"name\":\"debug 28\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1100,\"y\":300,\"wires\":[]},{\"id\":\"de70fda720070c57\",\"type\":\"inject\",\"z\":\"0c6a2ba248b5933f\",\"name\":\"\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"x\":790,\"y\":260,\"wires\":[[\"a18f9c8638c78e57\"]]},{\"id\":\"a18f9c8638c78e57\",\"type\":\"file in\",\"z\":\"0c6a2ba248b5933f\",\"name\":\"\",\"filename\":\"example.txt\",\"filenameType\":\"str\",\"format\":\"utf8\",\"chunk\":false,\"sendError\":false,\"encoding\":\"none\",\"allProps\":false,\"x\":930,\"y\":260,\"wires\":[[]]},{\"id\":\"2dbb0cc4bc10d0bc\",\"type\":\"catch\",\"z\":\"0c6a2ba248b5933f\",\"name\":\"\",\"scope\":[\"a18f9c8638c78e57\"],\"uncaught\":false,\"x\":790,\"y\":300,\"wires\":[[\"b22988df6357a52a\"]]},{\"id\":\"b22988df6357a52a\",\"type\":\"change\",\"z\":\"0c6a2ba248b5933f\",\"name\":\"Debug message\",\"rules\":[{\"t\":\"set\",\"p\":\"payload\",\"pt\":\"msg\",\"to\":\"There was an error reading the file\",\"tot\":\"str\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":940,\"y\":300,\"wires\":[[\"d6399c6fddb572ef\"]]}]\n",[41,5922,5923],{"__ignoreMap":39},[44,5924,5925,5927,5929,5931,5933,5935,5937,5940,5942,5944,5946,5948,5950,5952,5954,5956,5958,5960,5962,5964,5966,5968,5970,5973,5975,5977,5979,5981,5983,5985,5987,5990,5992,5994,5996,5998,6000,6002,6004,6006,6008,6010,6012,6014,6016,6018,6020,6022,6024,6026,6028,6030,6032,6034,6036,6038,6040,6042,6044,6046,6048,6050,6052,6054,6056,6058,6060,6062,6064,6066,6068,6070,6072,6074,6076,6078,6080,6082,6084,6086,6088,6090,6092,6094,6097,6099,6101,6103,6105,6107,6109,6111,6113,6115,6117,6119,6121,6123,6125,6127,6129,6132,6134,6136,6138,6140,6142,6144,6146,6148,6150,6152,6154,6156,6158,6160,6162,6164,6166,6168,6170,6172,6174,6176,6178,6180,6182,6184,6186,6188,6190,6192,6194,6196,6198,6200,6202,6204,6206,6208,6210,6212,6214,6216,6218,6220,6222,6224,6226,6228,6230,6232,6234,6236,6238,6240,6242,6244,6246,6248,6250,6252,6255,6257,6259,6261,6263,6265,6267,6269,6271,6273,6275,6277,6279,6282,6284,6286,6288,6290,6292,6294,6296,6298,6300,6302,6304,6306,6308,6310,6312,6315,6317,6319,6321,6323,6325,6327,6329,6331,6333,6335,6337,6339,6341,6343,6345,6347,6349,6352,6354,6356,6358,6361,6363,6365,6367,6370,6372,6374,6376,6378,6380,6382,6384,6387,6389,6391,6393,6396,6398,6400,6402,6405,6407,6409,6411,6414,6416,6418,6420,6423,6425,6427,6429,6432,6434,6436,6438,6441,6443,6445,6447,6449,6451,6453,6456,6458,6460,6462,6464,6466,6468,6470,6472,6474,6476,6479,6481,6483,6485,6487,6489,6492,6494,6496,6498,6500,6502,6504,6506,6509,6511,6513,6515,6517,6519,6521,6523,6525,6527,6529,6531,6533,6535,6537,6539,6541,6543,6546,6548,6550,6552,6554,6556,6558,6560,6563,6565,6567,6569,6571,6573,6575,6577,6579,6581,6583,6585,6587,6589,6591,6593,6595,6597,6599,6601,6604,6606,6608,6610,6612,6614,6616,6618,6620,6622,6624,6626,6628,6630,6632,6634,6636,6638,6640,6642,6644,6646,6648,6650,6652,6654,6656,6658,6660,6662,6664,6666,6669,6671,6673,6675,6677,6679,6681,6683,6685,6687,6689,6691,6693,6695,6697,6699,6701,6703,6705,6707,6709,6711,6713,6715,6717,6719,6721,6723,6725,6727,6729,6731,6733,6735,6737,6739,6742,6744,6746,6748,6750,6752,6754,6756,6758,6760,6762,6764,6766,6768,6770,6772,6774,6776,6778,6780,6782,6784,6786,6788,6790,6792,6794,6796,6798,6800,6802,6804,6806,6808,6810,6812,6814,6816,6818,6820,6822,6824,6826,6829,6831,6833,6835,6837,6839,6841,6843,6845,6847,6849,6851,6853,6855,6857],{"class":46,"line":47},[44,5926,51],{"class":50},[44,5928,54],{"class":50},[44,5930,58],{"class":57},[44,5932,54],{"class":50},[44,5934,63],{"class":50},[44,5936,54],{"class":50},[44,5938,5939],{"class":68},"d6399c6fddb572ef",[44,5941,54],{"class":50},[44,5943,74],{"class":50},[44,5945,54],{"class":50},[44,5947,79],{"class":57},[44,5949,54],{"class":50},[44,5951,63],{"class":50},[44,5953,54],{"class":50},[44,5955,2195],{"class":68},[44,5957,54],{"class":50},[44,5959,74],{"class":50},[44,5961,54],{"class":50},[44,5963,97],{"class":57},[44,5965,54],{"class":50},[44,5967,63],{"class":50},[44,5969,54],{"class":50},[44,5971,5972],{"class":68},"0c6a2ba248b5933f",[44,5974,54],{"class":50},[44,5976,74],{"class":50},[44,5978,54],{"class":50},[44,5980,115],{"class":57},[44,5982,54],{"class":50},[44,5984,63],{"class":50},[44,5986,54],{"class":50},[44,5988,5989],{"class":68},"debug 28",[44,5991,54],{"class":50},[44,5993,74],{"class":50},[44,5995,54],{"class":50},[44,5997,2253],{"class":57},[44,5999,54],{"class":50},[44,6001,5366],{"class":50},[44,6003,54],{"class":50},[44,6005,2268],{"class":57},[44,6007,54],{"class":50},[44,6009,5366],{"class":50},[44,6011,54],{"class":50},[44,6013,2283],{"class":57},[44,6015,54],{"class":50},[44,6017,4944],{"class":50},[44,6019,54],{"class":50},[44,6021,2298],{"class":57},[44,6023,54],{"class":50},[44,6025,4944],{"class":50},[44,6027,54],{"class":50},[44,6029,2313],{"class":57},[44,6031,54],{"class":50},[44,6033,63],{"class":50},[44,6035,54],{"class":50},[44,6037,766],{"class":68},[44,6039,54],{"class":50},[44,6041,74],{"class":50},[44,6043,54],{"class":50},[44,6045,2330],{"class":57},[44,6047,54],{"class":50},[44,6049,63],{"class":50},[44,6051,54],{"class":50},[44,6053,1190],{"class":68},[44,6055,54],{"class":50},[44,6057,74],{"class":50},[44,6059,54],{"class":50},[44,6061,2347],{"class":57},[44,6063,54],{"class":50},[44,6065,63],{"class":50},[44,6067,494],{"class":50},[44,6069,74],{"class":50},[44,6071,54],{"class":50},[44,6073,2364],{"class":57},[44,6075,54],{"class":50},[44,6077,63],{"class":50},[44,6079,54],{"class":50},[44,6081,2373],{"class":68},[44,6083,54],{"class":50},[44,6085,74],{"class":50},[44,6087,54],{"class":50},[44,6089,202],{"class":57},[44,6091,54],{"class":50},[44,6093,63],{"class":50},[44,6095,6096],{"class":155},"1100",[44,6098,74],{"class":50},[44,6100,54],{"class":50},[44,6102,216],{"class":57},[44,6104,54],{"class":50},[44,6106,63],{"class":50},[44,6108,1284],{"class":155},[44,6110,74],{"class":50},[44,6112,54],{"class":50},[44,6114,413],{"class":57},[44,6116,54],{"class":50},[44,6118,418],{"class":50},[44,6120,54],{"class":50},[44,6122,58],{"class":57},[44,6124,54],{"class":50},[44,6126,63],{"class":50},[44,6128,54],{"class":50},[44,6130,6131],{"class":68},"de70fda720070c57",[44,6133,54],{"class":50},[44,6135,74],{"class":50},[44,6137,54],{"class":50},[44,6139,79],{"class":57},[44,6141,54],{"class":50},[44,6143,63],{"class":50},[44,6145,54],{"class":50},[44,6147,447],{"class":68},[44,6149,54],{"class":50},[44,6151,74],{"class":50},[44,6153,54],{"class":50},[44,6155,97],{"class":57},[44,6157,54],{"class":50},[44,6159,63],{"class":50},[44,6161,54],{"class":50},[44,6163,5972],{"class":68},[44,6165,54],{"class":50},[44,6167,74],{"class":50},[44,6169,54],{"class":50},[44,6171,115],{"class":57},[44,6173,54],{"class":50},[44,6175,63],{"class":50},[44,6177,494],{"class":50},[44,6179,74],{"class":50},[44,6181,54],{"class":50},[44,6183,501],{"class":57},[44,6185,54],{"class":50},[44,6187,506],{"class":50},[44,6189,54],{"class":50},[44,6191,511],{"class":57},[44,6193,54],{"class":50},[44,6195,63],{"class":50},[44,6197,494],{"class":50},[44,6199,74],{"class":50},[44,6201,54],{"class":50},[44,6203,529],{"class":57},[44,6205,54],{"class":50},[44,6207,63],{"class":50},[44,6209,494],{"class":50},[44,6211,74],{"class":50},[44,6213,54],{"class":50},[44,6215,542],{"class":57},[44,6217,54],{"class":50},[44,6219,4944],{"class":50},[44,6221,54],{"class":50},[44,6223,557],{"class":57},[44,6225,54],{"class":50},[44,6227,63],{"class":50},[44,6229,564],{"class":155},[44,6231,74],{"class":50},[44,6233,54],{"class":50},[44,6235,571],{"class":57},[44,6237,54],{"class":50},[44,6239,63],{"class":50},[44,6241,494],{"class":50},[44,6243,74],{"class":50},[44,6245,54],{"class":50},[44,6247,202],{"class":57},[44,6249,54],{"class":50},[44,6251,63],{"class":50},[44,6253,6254],{"class":155},"790",[44,6256,74],{"class":50},[44,6258,54],{"class":50},[44,6260,216],{"class":57},[44,6262,54],{"class":50},[44,6264,63],{"class":50},[44,6266,781],{"class":155},[44,6268,74],{"class":50},[44,6270,54],{"class":50},[44,6272,413],{"class":57},[44,6274,54],{"class":50},[44,6276,613],{"class":50},[44,6278,54],{"class":50},[44,6280,6281],{"class":68},"a18f9c8638c78e57",[44,6283,54],{"class":50},[44,6285,622],{"class":50},[44,6287,54],{"class":50},[44,6289,58],{"class":57},[44,6291,54],{"class":50},[44,6293,63],{"class":50},[44,6295,54],{"class":50},[44,6297,6281],{"class":68},[44,6299,54],{"class":50},[44,6301,74],{"class":50},[44,6303,54],{"class":50},[44,6305,79],{"class":57},[44,6307,54],{"class":50},[44,6309,63],{"class":50},[44,6311,54],{"class":50},[44,6313,6314],{"class":68},"file in",[44,6316,54],{"class":50},[44,6318,74],{"class":50},[44,6320,54],{"class":50},[44,6322,97],{"class":57},[44,6324,54],{"class":50},[44,6326,63],{"class":50},[44,6328,54],{"class":50},[44,6330,5972],{"class":68},[44,6332,54],{"class":50},[44,6334,74],{"class":50},[44,6336,54],{"class":50},[44,6338,115],{"class":57},[44,6340,54],{"class":50},[44,6342,63],{"class":50},[44,6344,494],{"class":50},[44,6346,74],{"class":50},[44,6348,54],{"class":50},[44,6350,6351],{"class":57},"filename",[44,6353,54],{"class":50},[44,6355,63],{"class":50},[44,6357,54],{"class":50},[44,6359,6360],{"class":68},"example.txt",[44,6362,54],{"class":50},[44,6364,74],{"class":50},[44,6366,54],{"class":50},[44,6368,6369],{"class":57},"filenameType",[44,6371,54],{"class":50},[44,6373,63],{"class":50},[44,6375,54],{"class":50},[44,6377,3767],{"class":68},[44,6379,54],{"class":50},[44,6381,74],{"class":50},[44,6383,54],{"class":50},[44,6385,6386],{"class":57},"format",[44,6388,54],{"class":50},[44,6390,63],{"class":50},[44,6392,54],{"class":50},[44,6394,6395],{"class":68},"utf8",[44,6397,54],{"class":50},[44,6399,74],{"class":50},[44,6401,54],{"class":50},[44,6403,6404],{"class":57},"chunk",[44,6406,54],{"class":50},[44,6408,4944],{"class":50},[44,6410,54],{"class":50},[44,6412,6413],{"class":57},"sendError",[44,6415,54],{"class":50},[44,6417,4944],{"class":50},[44,6419,54],{"class":50},[44,6421,6422],{"class":57},"encoding",[44,6424,54],{"class":50},[44,6426,63],{"class":50},[44,6428,54],{"class":50},[44,6430,6431],{"class":68},"none",[44,6433,54],{"class":50},[44,6435,74],{"class":50},[44,6437,54],{"class":50},[44,6439,6440],{"class":57},"allProps",[44,6442,54],{"class":50},[44,6444,4944],{"class":50},[44,6446,54],{"class":50},[44,6448,202],{"class":57},[44,6450,54],{"class":50},[44,6452,63],{"class":50},[44,6454,6455],{"class":155},"930",[44,6457,74],{"class":50},[44,6459,54],{"class":50},[44,6461,216],{"class":57},[44,6463,54],{"class":50},[44,6465,63],{"class":50},[44,6467,781],{"class":155},[44,6469,74],{"class":50},[44,6471,54],{"class":50},[44,6473,413],{"class":57},[44,6475,54],{"class":50},[44,6477,6478],{"class":50},":[[]]},{",[44,6480,54],{"class":50},[44,6482,58],{"class":57},[44,6484,54],{"class":50},[44,6486,63],{"class":50},[44,6488,54],{"class":50},[44,6490,6491],{"class":68},"2dbb0cc4bc10d0bc",[44,6493,54],{"class":50},[44,6495,74],{"class":50},[44,6497,54],{"class":50},[44,6499,79],{"class":57},[44,6501,54],{"class":50},[44,6503,63],{"class":50},[44,6505,54],{"class":50},[44,6507,6508],{"class":68},"catch",[44,6510,54],{"class":50},[44,6512,74],{"class":50},[44,6514,54],{"class":50},[44,6516,97],{"class":57},[44,6518,54],{"class":50},[44,6520,63],{"class":50},[44,6522,54],{"class":50},[44,6524,5972],{"class":68},[44,6526,54],{"class":50},[44,6528,74],{"class":50},[44,6530,54],{"class":50},[44,6532,115],{"class":57},[44,6534,54],{"class":50},[44,6536,63],{"class":50},[44,6538,494],{"class":50},[44,6540,74],{"class":50},[44,6542,54],{"class":50},[44,6544,6545],{"class":57},"scope",[44,6547,54],{"class":50},[44,6549,169],{"class":50},[44,6551,54],{"class":50},[44,6553,6281],{"class":68},[44,6555,54],{"class":50},[44,6557,197],{"class":50},[44,6559,54],{"class":50},[44,6561,6562],{"class":57},"uncaught",[44,6564,54],{"class":50},[44,6566,4944],{"class":50},[44,6568,54],{"class":50},[44,6570,202],{"class":57},[44,6572,54],{"class":50},[44,6574,63],{"class":50},[44,6576,6254],{"class":155},[44,6578,74],{"class":50},[44,6580,54],{"class":50},[44,6582,216],{"class":57},[44,6584,54],{"class":50},[44,6586,63],{"class":50},[44,6588,1284],{"class":155},[44,6590,74],{"class":50},[44,6592,54],{"class":50},[44,6594,413],{"class":57},[44,6596,54],{"class":50},[44,6598,613],{"class":50},[44,6600,54],{"class":50},[44,6602,6603],{"class":68},"b22988df6357a52a",[44,6605,54],{"class":50},[44,6607,622],{"class":50},[44,6609,54],{"class":50},[44,6611,58],{"class":57},[44,6613,54],{"class":50},[44,6615,63],{"class":50},[44,6617,54],{"class":50},[44,6619,6603],{"class":68},[44,6621,54],{"class":50},[44,6623,74],{"class":50},[44,6625,54],{"class":50},[44,6627,79],{"class":57},[44,6629,54],{"class":50},[44,6631,63],{"class":50},[44,6633,54],{"class":50},[44,6635,1049],{"class":68},[44,6637,54],{"class":50},[44,6639,74],{"class":50},[44,6641,54],{"class":50},[44,6643,97],{"class":57},[44,6645,54],{"class":50},[44,6647,63],{"class":50},[44,6649,54],{"class":50},[44,6651,5972],{"class":68},[44,6653,54],{"class":50},[44,6655,74],{"class":50},[44,6657,54],{"class":50},[44,6659,115],{"class":57},[44,6661,54],{"class":50},[44,6663,63],{"class":50},[44,6665,54],{"class":50},[44,6667,6668],{"class":68},"Debug message",[44,6670,54],{"class":50},[44,6672,74],{"class":50},[44,6674,54],{"class":50},[44,6676,1102],{"class":57},[44,6678,54],{"class":50},[44,6680,1107],{"class":50},[44,6682,54],{"class":50},[44,6684,1112],{"class":143},[44,6686,54],{"class":50},[44,6688,63],{"class":50},[44,6690,54],{"class":50},[44,6692,1121],{"class":68},[44,6694,54],{"class":50},[44,6696,74],{"class":50},[44,6698,54],{"class":50},[44,6700,12],{"class":143},[44,6702,54],{"class":50},[44,6704,63],{"class":50},[44,6706,54],{"class":50},[44,6708,766],{"class":68},[44,6710,54],{"class":50},[44,6712,74],{"class":50},[44,6714,54],{"class":50},[44,6716,1146],{"class":143},[44,6718,54],{"class":50},[44,6720,63],{"class":50},[44,6722,54],{"class":50},[44,6724,1190],{"class":68},[44,6726,54],{"class":50},[44,6728,74],{"class":50},[44,6730,54],{"class":50},[44,6732,1164],{"class":143},[44,6734,54],{"class":50},[44,6736,63],{"class":50},[44,6738,54],{"class":50},[44,6740,6741],{"class":68},"There was an error reading the file",[44,6743,54],{"class":50},[44,6745,74],{"class":50},[44,6747,54],{"class":50},[44,6749,1181],{"class":143},[44,6751,54],{"class":50},[44,6753,63],{"class":50},[44,6755,54],{"class":50},[44,6757,3767],{"class":68},[44,6759,54],{"class":50},[44,6761,1195],{"class":50},[44,6763,54],{"class":50},[44,6765,1200],{"class":57},[44,6767,54],{"class":50},[44,6769,63],{"class":50},[44,6771,494],{"class":50},[44,6773,74],{"class":50},[44,6775,54],{"class":50},[44,6777,757],{"class":57},[44,6779,54],{"class":50},[44,6781,63],{"class":50},[44,6783,494],{"class":50},[44,6785,74],{"class":50},[44,6787,54],{"class":50},[44,6789,1225],{"class":57},[44,6791,54],{"class":50},[44,6793,63],{"class":50},[44,6795,494],{"class":50},[44,6797,74],{"class":50},[44,6799,54],{"class":50},[44,6801,1164],{"class":57},[44,6803,54],{"class":50},[44,6805,63],{"class":50},[44,6807,494],{"class":50},[44,6809,74],{"class":50},[44,6811,54],{"class":50},[44,6813,1250],{"class":57},[44,6815,54],{"class":50},[44,6817,4944],{"class":50},[44,6819,54],{"class":50},[44,6821,202],{"class":57},[44,6823,54],{"class":50},[44,6825,63],{"class":50},[44,6827,6828],{"class":155},"940",[44,6830,74],{"class":50},[44,6832,54],{"class":50},[44,6834,216],{"class":57},[44,6836,54],{"class":50},[44,6838,63],{"class":50},[44,6840,1284],{"class":155},[44,6842,74],{"class":50},[44,6844,54],{"class":50},[44,6846,413],{"class":57},[44,6848,54],{"class":50},[44,6850,613],{"class":50},[44,6852,54],{"class":50},[44,6854,5939],{"class":68},[44,6856,54],{"class":50},[44,6858,5896],{"class":50},[12,6860,6861,6862,6866],{},"We hope you found these tips useful, if you'd like to suggest some of your own tips which you think we should share in our future blog posts please ",[4798,6863,6865],{"href":6864},"mailto:contact@flowfuse.com","get in touch",".",[16,6868,6870],{"id":6869},"simplifying-multi-instance-communication-with-flowfuse-project-nodes","Simplifying Multi-Instance Communication with FlowFuse Project Nodes",[12,6872,6873,6874,6878],{},"Coordinating communication between multiple Node-RED instances can be challenging, but FlowFuse's ",[4798,6875,6877],{"href":6876},"\u002Fdocs\u002Fuser\u002Fprojectnodes\u002F","Project Nodes"," make it effortless. With these nodes, you can seamlessly send messages between instances without dealing with complicated network configurations.",[12,6880,6881],{},"Simply choose the target instance by name, and FlowFuse handles the connection automatically. This streamlines the management of multi-instance environments, ensuring smooth communication between flows across different devices or locations. Whether you're handling multiple projects or managing large-scale systems, FlowFuse Project Nodes help you save time and minimize errors.",[12,6883,6884,6885,6866],{},"FlowFuse continues to push the boundaries of collaboration and scalability in Node-RED projects. For more details on these features, visit the ",[4798,6886,6888],{"href":6887},"\u002F","FlowFuse website",[133,6890,6891],{},"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 .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 pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}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":39,"searchDepth":6893,"depth":6893,"links":6894},4,[6895,6897,6898,6899],{"id":18,"depth":6896,"text":19},3,{"id":4792,"depth":6896,"text":4793},{"id":5899,"depth":6896,"text":5900},{"id":6869,"depth":6896,"text":6870},null,"2023-03-13","Save yourself time when working on Node-RED with these three tips.","md","\u002Fimages\u002Fblog\u002Fnr-quicktips.jpg","2025-07-23",{"excerpt":6907},{"type":9,"value":6908},[6909],[12,6910,14],{},true,"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-4",{"title":5,"description":6902},{"loc":6912},"blog\u002F2023\u002F03\u002F3-quick-node-red-tips-4",[6917,6918,6919],"posts","node-red","tips","PxuGpsTKb8yYIuvFWmD-CnPHZ4ORjbjgeMketPaGFnI",{"id":6922,"extension":6923,"meta":6924,"sections":6925,"stem":7313,"__hash__":7314},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[6926,6977,7078,7139,7216,7295],{"id":6927,"title":6928,"features":6929},"ai-automation","AI & Automation",[6930,6940,6950,6960,6966,6972],{"id":6931,"title":6932,"description":6933,"docsLink":6934,"changelog":6935,"tiers":6939},"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",[6936],{"url":6937,"release":6938},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":6911,"hub":6911,"fleet":6911},{"id":6941,"title":6942,"description":6943,"docsLink":6944,"changelog":6945,"subfeature":6911,"showOnPricing":6948,"tiers":6949},"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",[6946],{"url":6947,"release":6938},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":6911,"hub":6911,"fleet":6911},{"id":6951,"title":6952,"description":6953,"docsLink":6954,"changelog":6955,"subfeature":6911,"showOnPricing":6948,"tiers":6959},"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",[6956],{"url":6957,"release":6958},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":6911,"hub":6911,"fleet":6911},{"id":6961,"title":6962,"description":6963,"docsLink":6964,"subfeature":6911,"beta":6911,"showOnPricing":6948,"tiers":6965},"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":6911,"hub":6911,"fleet":6911},{"id":6967,"title":6968,"description":6969,"docsLink":6970,"tiers":6971},"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":6911,"hub":6911,"fleet":6911},{"id":6973,"title":6974,"description":6975,"tiers":6976},"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":6911,"hub":6911,"fleet":6911},{"id":6978,"title":6979,"features":6980},"build","Build",[6981,6987,6993,7003,7009,7015,7019,7025,7031,7039,7045,7049,7053,7062,7070],{"id":6982,"title":6983,"description":6984,"docsLink":6985,"tiers":6986},"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":6911,"hub":6948,"fleet":6911},{"id":6988,"title":6989,"description":6990,"docsLink":6991,"tiers":6992},"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":6911,"hub":6911,"fleet":6911},{"id":6994,"title":6995,"description":6996,"docsLink":6997,"changelog":6998,"tiers":7002},"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",[6999],{"url":7000,"release":7001},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":6911,"hub":6911,"fleet":6911},{"id":7004,"title":7005,"description":7006,"docsLink":7007,"tiers":7008},"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":6911,"hub":6911,"fleet":6911},{"id":7010,"title":7011,"description":7012,"docsLink":7013,"showOnPricing":6948,"tiers":7014},"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":6911,"hub":6911,"fleet":6911},{"id":7016,"title":7017,"showOnPricing":6948,"tiers":7018},"static-assets","Static Assets",{"edge":6911,"hub":6911,"fleet":6911},{"id":7020,"title":7021,"description":7022,"docsLink":7023,"tiers":7024},"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":6911,"hub":6911,"fleet":6911},{"id":7026,"title":7027,"description":7028,"docsLink":7029,"tiers":7030},"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":6911,"hub":6911,"fleet":6911},{"id":7032,"title":7033,"description":7034,"changelog":7035,"subfeature":6911,"showOnPricing":6948,"tiers":7038},"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.",[7036],{"url":7037,"release":7001},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":6911,"hub":6911,"fleet":6911},{"id":7040,"title":7041,"description":7042,"docsLink":7043,"tiers":7044},"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":6911,"hub":6911,"fleet":6911},{"id":7046,"title":7047,"subfeature":6911,"showOnPricing":6948,"tiers":7048},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":6911,"hub":6948,"fleet":6911},{"id":7050,"title":7051,"subfeature":6911,"showOnPricing":6948,"tiers":7052},"blueprints-it-apps","Blueprints - IT APPS",{"edge":6948,"hub":6911,"fleet":6948},{"id":7054,"title":7055,"description":7056,"changelog":7057,"showOnPricing":6948,"tiers":7061},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[7058],{"url":7059,"release":7060},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":6911,"hub":6911,"fleet":6911},{"id":7063,"title":7064,"description":7065,"changelog":7066,"showOnPricing":6948,"tiers":7069},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[7067],{"url":7068,"release":6958},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":6911,"hub":6911,"fleet":6911},{"id":7071,"title":7072,"description":7073,"changelog":7074,"showOnPricing":6948,"tiers":7077},"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.",[7075],{"url":7076,"release":7060},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":6911,"hub":6911,"fleet":6911},{"id":7079,"title":7080,"features":7081},"deploy","Deploy",[7082,7088,7097,7103,7109,7114,7120,7126,7131],{"id":7083,"title":7084,"description":7085,"docsLink":7086,"tiers":7087},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":6911,"hub":6911,"fleet":6911},{"id":7089,"title":7090,"description":7091,"docsLink":7092,"changelog":7093,"tiers":7096},"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",[7094],{"url":7095,"release":6938},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":6911,"hub":6948,"fleet":6911},{"id":7098,"title":7099,"description":7100,"docsLink":7101,"tiers":7102},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":6948,"hub":6911,"fleet":6948},{"id":7104,"title":7105,"description":7106,"docsLink":7107,"tiers":7108},"mqtt-broker","MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":6911,"hub":6948,"fleet":6911},{"id":7110,"title":7111,"description":7112,"docsLink":6876,"showOnPricing":6948,"tiers":7113},"project-nodes","Project Nodes aka seamless project comms","FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects.",{"edge":6911,"hub":6911,"fleet":6911},{"id":7115,"title":7116,"description":7117,"docsLink":7118,"tiers":7119},"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":6911,"hub":6911,"fleet":6911},{"id":7121,"title":7122,"description":7123,"docsLink":7124,"tiers":7125},"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":6948,"hub":6911,"fleet":6948},{"id":7127,"title":7128,"description":7129,"docsLink":7124,"subfeature":6911,"showOnPricing":6948,"tiers":7130},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":6948,"hub":6911,"fleet":6948},{"id":7132,"title":7133,"description":7134,"docsLink":7124,"changelog":7135,"subfeature":6911,"showOnPricing":6948,"tiers":7138},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[7136],{"url":7137,"release":7060},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":6948,"hub":6911,"fleet":6948},{"id":7140,"title":7141,"features":7142},"operate-maintain","Operate & Maintain",[7143,7149,7155,7160,7168,7172,7176,7181,7187,7193,7198,7204,7208,7212],{"id":7144,"title":7145,"description":7146,"docsLink":7147,"tiers":7148},"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":6911,"hub":6911,"fleet":6911},{"id":7150,"title":7151,"description":7152,"docsLink":7153,"subfeature":6911,"showOnPricing":6948,"tiers":7154},"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":6911,"hub":6911,"fleet":6911},{"id":7156,"title":7157,"description":7158,"docsLink":7153,"subfeature":6911,"showOnPricing":6948,"tiers":7159},"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":6911,"hub":6911,"fleet":6911},{"id":7161,"title":7162,"description":7163,"changelog":7164,"subfeature":6911,"showOnPricing":6948,"tiers":7167},"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.",[7165],{"url":7166,"release":7060},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":6911,"hub":6911,"fleet":6911},{"id":7169,"title":7170,"subfeature":6911,"showOnPricing":6948,"tiers":7171},"version-history-timeline","Version History Timeline",{"edge":6911,"hub":6911,"fleet":6911},{"id":7173,"title":7174,"tiers":7175},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":6911,"hub":6911,"fleet":6911},{"id":7177,"title":7178,"description":7179,"tiers":7180},"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":6911,"hub":6948,"fleet":6911},{"id":7182,"title":7183,"description":7184,"docsLink":7185,"tiers":7186},"device-group-management","Device Group Management","Logically group devices assigned to an application and integrate device groups into your DevOps Pipeline for coordinated fleet updates.","\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F",{"edge":6911,"hub":6948,"fleet":6911},{"id":7188,"title":7189,"description":7190,"docsLink":7191,"tiers":7192},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":6948,"hub":6911,"fleet":6948},{"id":7194,"title":7195,"description":7196,"tiers":7197},"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":6911,"hub":6911,"fleet":6911},{"id":7199,"title":7200,"description":7201,"docsLink":7202,"subfeature":6911,"showOnPricing":6948,"tiers":7203},"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":6911,"hub":6911,"fleet":6911},{"id":7205,"title":7206,"subfeature":6911,"showOnPricing":6948,"tiers":7207},"email-alerts","Email Alerts",{"edge":6911,"hub":6911,"fleet":6911},{"id":7209,"title":7210,"showOnPricing":6948,"tiers":7211},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":6911,"hub":6911,"fleet":6911},{"id":7213,"title":7214,"tiers":7215},"protected-instances","Protected Instances",{"edge":6948,"hub":6911,"fleet":6948},{"id":7217,"title":7218,"features":7219},"govern-secure","Govern and Secure",[7220,7229,7235,7241,7246,7252,7258,7264,7272,7278,7284,7290],{"id":7221,"title":7222,"description":7223,"docsLink":7224,"changelog":7225,"tiers":7228},"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",[7226],{"url":7227,"release":7001},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":6911,"hub":6911,"fleet":6911},{"id":7230,"title":7231,"description":7232,"docsLink":7233,"tiers":7234},"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":6911,"hub":6911,"fleet":6911},{"id":7236,"title":7237,"description":7238,"docsLink":7239,"tiers":7240},"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":6948,"hub":6911,"fleet":6911},{"id":7242,"title":7243,"description":7244,"tiers":7245},"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":6911,"hub":6948,"fleet":6948},{"id":7247,"title":7248,"description":7249,"docsLink":7250,"tiers":7251},"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":6911,"hub":6911,"fleet":6911},{"id":7253,"title":7254,"description":7255,"docsLink":7256,"tiers":7257},"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":6911,"hub":6911,"fleet":6911},{"id":7259,"title":7260,"description":7261,"docsLink":7262,"subfeature":6911,"showOnPricing":6948,"tiers":7263},"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":6911,"hub":6911,"fleet":6911},{"id":7265,"title":7266,"description":7267,"changelog":7268,"subfeature":6911,"showOnPricing":6948,"tiers":7271},"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.",[7269],{"url":7270,"release":7001},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":6911,"hub":6911,"fleet":6911},{"id":7273,"title":7274,"description":7275,"docsLink":7276,"showOnPricing":6948,"tiers":7277},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":6911,"hub":6911,"fleet":6911},{"id":7279,"title":7280,"description":7281,"docsLink":7282,"showOnPricing":6948,"tiers":7283},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":6911,"hub":6911,"fleet":6911},{"id":7285,"title":7286,"description":7287,"docsLink":7288,"tiers":7289},"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":6948,"hub":6911,"fleet":6948},{"id":7291,"title":7292,"description":7293,"tiers":7294},"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":6948,"hub":6911,"fleet":6948},{"id":7296,"title":7297,"features":7298},"support","Support",[7299,7304,7308],{"id":7300,"title":7301,"docsLink":7302,"tiers":7303},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":6911,"hub":6911,"fleet":6911},{"id":7305,"title":7306,"showOnPricing":6948,"tiers":7307},"live-chat-support","Live Chat Support",{"edge":6911,"hub":6911,"fleet":6911},{"id":7309,"title":7310,"docsLink":7311,"tiers":7312},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":6911,"hub":6911,"fleet":6911},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[7316,7319,7322,7325,7328,7331,7333,7336,7339,7342,7345,7347,7350,7353,7356,7359,7362,7365,7368,7371,7374,7377,7380,7383,7386,7389,7392,7395,7398,7401,7404,7407,7410,7413,7416,7419,7422,7425,7428,7431,7434,7437,7440,7443,7446,7449,7452,7455,7458,7460,7463,7466,7469,7472,7475,7478,7481,7483,7486,7489,7492,7495,7498,7500,7503,7506,7509,7512,7515,7518,7521,7524,7527,7530,7532,7535,7538,7541,7544,7547,7550,7553,7556,7559,7562,7565,7568,7571,7574,7576,7579,7582,7585,7588,7591,7594,7597,7600,7603,7606,7609,7612,7615,7618,7621,7624,7627,7630,7632,7635,7638,7641,7644,7647,7650,7653,7655,7658,7661,7664,7667,7670,7673,7676,7679,7682,7685,7688,7691,7694,7697,7700,7703,7706,7709,7712,7715,7718,7721,7724,7727,7730,7733,7736,7739,7742,7745,7748,7751,7754,7757,7760,7763,7766,7769,7772,7775,7778,7781,7784,7787,7790,7793,7796,7799,7802,7805,7807,7810,7813,7816,7819,7822,7825,7828,7831,7834,7837,7840,7843,7846],{"path":7317,"title":7318},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":7320,"title":7321},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":7323,"title":7324},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":7326,"title":7327},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":7329,"title":7330},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":7332,"title":7041},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":7334,"title":7335},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":7337,"title":7338},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":7340,"title":7341},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":7343,"title":7344},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":7346,"title":7231},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":7348,"title":7349},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":7351,"title":7352},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":7354,"title":7355},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":7357,"title":7358},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":7360,"title":7361},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":7363,"title":7364},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":7366,"title":7367},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":7369,"title":7370},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":7372,"title":7373},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":7375,"title":7376},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":7378,"title":7379},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":7381,"title":7382},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":7384,"title":7385},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":7387,"title":7388},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":7390,"title":7391},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":7393,"title":7394},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":7396,"title":7397},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":7399,"title":7400},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":7402,"title":7403},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":7405,"title":7406},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":7408,"title":7409},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":7411,"title":7412},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":7414,"title":7415},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":7417,"title":7418},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":7420,"title":7421},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":7423,"title":7424},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":7426,"title":7427},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":7429,"title":7430},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":7432,"title":7433},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":7435,"title":7436},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":7438,"title":7439},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":7441,"title":7442},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":7444,"title":7445},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":7447,"title":7448},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":7450,"title":7451},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":7453,"title":7454},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":7456,"title":7457},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":7459,"title":7457},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":7461,"title":7462},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":7464,"title":7465},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":7467,"title":7468},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":7470,"title":7471},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":7473,"title":7474},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":7476,"title":7477},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":7479,"title":7480},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":7482,"title":7480},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":7484,"title":7485},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":7487,"title":7488},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":7490,"title":7491},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":7493,"title":7494},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":7496,"title":7497},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":7499,"title":7497},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":7501,"title":7502},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":7504,"title":7505},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":7507,"title":7508},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":7510,"title":7511},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":7513,"title":7514},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":7516,"title":7517},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":7519,"title":7520},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":7522,"title":7523},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":7525,"title":7526},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":7528,"title":7529},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":7531,"title":7170},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":7533,"title":7534},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":7536,"title":7537},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":7539,"title":7540},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":7542,"title":7543},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":7545,"title":7546},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":7548,"title":7549},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":7551,"title":7552},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":7554,"title":7555},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":7557,"title":7558},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":7560,"title":7561},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":7563,"title":7564},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":7566,"title":7567},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":7569,"title":7570},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":7572,"title":7573},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":7575,"title":7170},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":7577,"title":7578},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":7580,"title":7581},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":7583,"title":7584},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":7586,"title":7587},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":7589,"title":7590},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":7592,"title":7593},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":7595,"title":7596},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":7598,"title":7599},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":7601,"title":7602},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":7604,"title":7605},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":7607,"title":7608},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":7610,"title":7611},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":7613,"title":7614},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":7616,"title":7617},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":7619,"title":7620},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":7622,"title":7623},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":7625,"title":7626},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":7628,"title":7629},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":7631,"title":7629},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":7633,"title":7634},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":7636,"title":7637},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":7639,"title":7640},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":7642,"title":7643},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":7645,"title":7646},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":7648,"title":7649},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":7651,"title":7652},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":7654,"title":6995},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":7656,"title":7657},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":7659,"title":7660},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":7662,"title":7663},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":7665,"title":7666},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":7668,"title":7669},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":7671,"title":7672},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":7674,"title":7675},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":7677,"title":7678},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":7680,"title":7681},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":7683,"title":7684},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":7686,"title":7687},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":7689,"title":7690},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":7692,"title":7693},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":7695,"title":7696},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":7698,"title":7699},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":7701,"title":7702},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":7704,"title":7705},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":7707,"title":7708},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":7710,"title":7711},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":7713,"title":7714},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":7716,"title":7717},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":7719,"title":7720},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":7722,"title":7723},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":7725,"title":7726},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":7728,"title":7729},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":7731,"title":7732},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":7734,"title":7735},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":7737,"title":7738},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":7740,"title":7741},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":7743,"title":7744},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":7746,"title":7747},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":7749,"title":7750},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":7752,"title":7753},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":7755,"title":7756},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":7758,"title":7759},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":7761,"title":7762},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":7764,"title":7765},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":7767,"title":7768},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":7770,"title":7771},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":7773,"title":7774},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":7776,"title":7777},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":7779,"title":7780},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":7782,"title":7783},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":7785,"title":7786},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":7788,"title":7789},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":7791,"title":7792},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":7794,"title":7795},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":7797,"title":7798},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":7800,"title":7801},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":7803,"title":7804},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":7806,"title":7064},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":7808,"title":7809},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":7811,"title":7812},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":7814,"title":7815},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":7817,"title":7818},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":7820,"title":7821},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":7823,"title":7824},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":7826,"title":7827},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":7829,"title":7830},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":7832,"title":7833},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":7835,"title":7836},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":7838,"title":7839},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":7841,"title":7842},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":7844,"title":7845},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":7847,"title":7848},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105876787]