diff --git a/flow.json b/flow.json index 43e6a49..98a537c 100644 --- a/flow.json +++ b/flow.json @@ -697,7 +697,9 @@ "fa0188b199a945d9" ], "x": 414, - "y": 879 + "y": 879, + "w": 1852, + "h": 462 }, { "id": "81692a3cb68d6cde", @@ -730,7 +732,9 @@ "df61b921bf703bd8" ], "x": 14, - "y": 1485.5 + "y": 1485.5, + "w": 2458, + "h": 969 }, { "id": "d48758cdf0c8991d", @@ -790,7 +794,9 @@ "b5a72874a2f95ce4" ], "x": 274, - "y": 19 + "y": 19, + "w": 2232, + "h": 802 }, { "id": "f830dd821e0240f4", @@ -954,7 +960,9 @@ "8834c50bc7d9a366" ], "x": 2314, - "y": 819 + "y": 819, + "w": 1912, + "h": 622 }, { "id": "b5a72874a2f95ce4", @@ -981,7 +989,9 @@ "ae7413cce68dfffa" ], "x": 914, - "y": 79 + "y": 79, + "w": 1032, + "h": 162 }, { "id": "94f44b7ea0e29d1d", @@ -1018,7 +1028,9 @@ "27f4e52f97117294" ], "x": 1074, - "y": 1979 + "y": 1979, + "w": 1272, + "h": 449.5 }, { "id": "a9afc3cb2db49407", @@ -1057,7 +1069,9 @@ "0baeb2e7ae556661" ], "x": 1014, - "y": 1511.5 + "y": 1511.5, + "w": 1432, + "h": 449.5 }, { "id": "b8ba38b3.abfb98", @@ -26880,8 +26894,8 @@ "t": "set", "p": "ttl", "pt": "global", - "to": "msg.payload", - "tot": "global" + "to": "payload", + "tot": "msg" } ], "action": "", @@ -26889,8 +26903,8 @@ "from": "", "to": "", "reg": false, - "x": 930, - "y": 2460, + "x": 950, + "y": 2420, "wires": [ [ "34a7871439e7394e" @@ -26909,7 +26923,7 @@ "finalize": "", "libs": [], "x": 500, - "y": 2460, + "y": 2420, "wires": [ [ "73c95c45093b17ae" @@ -27195,8 +27209,8 @@ "z": "204548a488401a1b", "name": "Set TTL for Map Markers", "info": "This flow sets the ttl (time to live) for map icons to live on the map. \n\n", - "x": 530, - "y": 2420, + "x": 510, + "y": 2360, "wires": [] }, { @@ -30528,7 +30542,7 @@ "className": "", "topicType": "msg", "x": 760, - "y": 2460, + "y": 2420, "wires": [ [ "59afcb532e72d16e" diff --git a/package.json b/package.json index ecce333..7f7680c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "n1mm_dashboard", "description": "Dashboard for N1MM Contesting", - "version": "1.2.18", + "version": "1.2.19", "dependencies": { "node-red-contrib-hourglass": "1.5.0", "node-red-contrib-msg-speed": "2.1.0",