Skip to content

Commit

Permalink
Revert "v1.1.0 Restart and Score (#36)"
Browse files Browse the repository at this point in the history
This reverts commit 1e0eede.
  • Loading branch information
kd9lsv authored and kylekrieg committed Jan 7, 2023
1 parent 1e0eede commit 06e62ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
20 changes: 9 additions & 11 deletions flow.json
Original file line number Diff line number Diff line change
Expand Up @@ -27650,7 +27650,8 @@
"id": "d73ffa2e2c4de937",
"type": "inject",
"z": "204548a488401a1b",
"name": "Manual Override",
"d": true,
"name": "Every 15 Sec",
"props": [
{
"p": "payload"
Expand All @@ -27660,7 +27661,7 @@
"vt": "str"
}
],
"repeat": "",
"repeat": "15",
"crontab": "",
"once": false,
"onceDelay": 0.1,
Expand All @@ -27684,7 +27685,7 @@
"fieldType": "msg",
"format": "handlebars",
"syntax": "mustache",
"template": "select total(points) as points, \ntotal(ismultiplier1+ismultiplier2+ismultiplier3) as multiplier, \ncount(call) as totalqsos, \nCASE WHEN total(ismultiplier1+ismultiplier2+ismultiplier3) == 0\nTHEN total(points) \nELSE total(ismultiplier1+ismultiplier2+ismultiplier3) * total(points)\nEND as score\nfrom qsos;",
"template": "select total(points) as points, \ntotal(ismultiplier1+ismultiplier2+ismultiplier3) as multiplier, \ncount(distinct call) as totalqsos, \nCASE WHEN total(ismultiplier1+ismultiplier2+ismultiplier3) == 0\nTHEN total(points) \nELSE total(ismultiplier1+ismultiplier2+ismultiplier3) * total(points)\nEND as score\nfrom qsos;",
"output": "str",
"x": 540,
"y": 2680,
Expand Down Expand Up @@ -30432,6 +30433,7 @@
"id": "aa7dbdfd69afdeea",
"type": "link in",
"z": "204548a488401a1b",
"d": true,
"name": "QSO Completion In",
"links": [
"4ba15e040d99ef6b"
Expand Down Expand Up @@ -35534,12 +35536,10 @@
"payloadType": "str",
"topic": "",
"topicType": "str",
"x": 340,
"y": 1000,
"x": 299.7777786254883,
"y": 1000.0000238418579,
"wires": [
[
"b3e878177c786d3c"
]
[]
]
},
{
Expand Down Expand Up @@ -35805,9 +35805,7 @@
"x": 390,
"y": 940,
"wires": [
[
"b3e878177c786d3c"
]
[]
],
"l": true
},
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.1.0",
"version": "1.0.0",
"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 06e62ba

Please sign in to comment.