Skip to content

Commit

Permalink
v1.4.1 Fix #45 with reupdate COSB active.
Browse files Browse the repository at this point in the history
  • Loading branch information
kd9lsv committed Apr 16, 2023
1 parent 0048272 commit 5ad3a08
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 51 deletions.
71 changes: 22 additions & 49 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,7 @@
"ab98427.85cd3c"
],
"x": 474,
"y": 159,
"w": 272,
"h": 522
"y": 159
},
{
"id": "52886121c9629e0b",
Expand All @@ -422,9 +420,7 @@
"66a43145427ca537"
],
"x": 774,
"y": 159,
"w": 252,
"h": 482
"y": 159
},
{
"id": "bebfe5d7e4f0feb0",
Expand All @@ -448,9 +444,7 @@
"de48727be275102f"
],
"x": 1034,
"y": 159,
"w": 315,
"h": 482
"y": 159
},
{
"id": "c6e09ffb3c5a1ce6",
Expand All @@ -476,9 +470,7 @@
"e1278f8b2f6fee61"
],
"x": 214,
"y": 159,
"w": 242,
"h": 522
"y": 159
},
{
"id": "0e3bf66f6ee6d572",
Expand All @@ -493,9 +485,7 @@
"654b552f9e64203e"
],
"x": 214,
"y": 19,
"w": 252,
"h": 122
"y": 19
},
{
"id": "b90980234a451f8d",
Expand All @@ -510,9 +500,7 @@
"3047a9ba16e10212"
],
"x": 1194,
"y": 39,
"w": 272,
"h": 82
"y": 39
},
{
"id": "23eb39063da69706",
Expand All @@ -536,9 +524,7 @@
"c2d7711a7d230637"
],
"x": 1374,
"y": 159,
"w": 252,
"h": 482
"y": 159
},
{
"id": "022672368830e427",
Expand All @@ -562,9 +548,7 @@
"c4561e5c31134c5d"
],
"x": 1654,
"y": 159,
"w": 252,
"h": 482
"y": 159
},
{
"id": "7a5512b5a3f6e8ba",
Expand Down Expand Up @@ -601,9 +585,7 @@
"4b7abadd74993948"
],
"x": -6,
"y": 679,
"w": 2072,
"h": 302
"y": 679
},
{
"id": "28877ac600fea8b9",
Expand All @@ -628,9 +610,7 @@
"324101084f63a83e"
],
"x": 224,
"y": 1019,
"w": 632,
"h": 262
"y": 1019
},
{
"id": "c6a5789101548ba9",
Expand All @@ -645,9 +625,7 @@
"4e62658f095c2863"
],
"x": 1394,
"y": 1099,
"w": 252,
"h": 122
"y": 1099
},
{
"id": "18a3020b4a12ae60",
Expand All @@ -671,9 +649,7 @@
"89b2058720d8fb99"
],
"x": 1954,
"y": 159,
"w": 282,
"h": 482
"y": 159
},
{
"id": "4f4b9f0c82968b60",
Expand Down Expand Up @@ -756,9 +732,9 @@
"df61b921bf703bd8"
],
"x": 14,
"y": 1485.5,
"w": 2458,
"h": 969
"y": 1473,
"w": 2618,
"h": 994
},
{
"id": "d48758cdf0c8991d",
Expand Down Expand Up @@ -836,9 +812,7 @@
"925cebb6bacad025"
],
"x": 914,
"y": 999,
"w": 632,
"h": 82
"y": 999
},
{
"id": "f01baabf4527b6e5",
Expand Down Expand Up @@ -1055,10 +1029,10 @@
"b660ee693411d757",
"0ca8c50b9058010c"
],
"x": 1074,
"x": 934,
"y": 1979,
"w": 1272,
"h": 449.5
"w": 1532,
"h": 462
},
{
"id": "a9afc3cb2db49407",
Expand Down Expand Up @@ -1099,9 +1073,9 @@
"bcc4223e74a54492"
],
"x": 1014,
"y": 1511.5,
"w": 1432,
"h": 449.5
"y": 1499,
"w": 1592,
"h": 462
},
{
"id": "b8ba38b3.abfb98",
Expand Down Expand Up @@ -34268,7 +34242,6 @@
"id": "24a259a2ccec0aa3",
"type": "http request",
"z": "2eedd966294071cc",
"d": true,
"name": "",
"method": "GET",
"ret": "obj",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "n1mm_dashboard",
"description": "Dashboard for N1MM Contesting",
"version": "1.4.0",
"version": "1.4.1",
"dependencies": {
"node-red-contrib-hourglass": "1.5.0",
"node-red-contrib-msg-speed": "2.1.0",
Expand All @@ -25,4 +25,4 @@
"credentialsFile": "flow_cred.json"
}
}
}
}

0 comments on commit 5ad3a08

Please sign in to comment.