It was there, but for clarity:
(I'm sure)
[{"id":"63d42689.ed65c","type":"function","z":"15af81c5.64999e","name":"","func":"var threshold = context.get('threshold')|| 60;\ncontext.set('threshold', threshold);\n\nif (msg.topic == 'Debug')\n{\n if (msg.payload === true)\n {\n context.set('db', 1);\n } else\n if (msg.payload === false)\n {\n context.set('db', 0);\n }\n}\nvar db = context.get('db');\n\n//---------------------\nif (msg.topic == 'slip')\n{\n if (db == 1)\n {\n node.warn(\"**************************\");\n node.warn(\"Threshold set to \" + msg.payload);\n }\n context.set('threshold'), msg.payload;\n}\n//---------------------\nif (msg.topic == \"RTC\")\n{\n context.set('RTC',msg.payload);\n //node.warn(\"RTC \" + context.get('RTC'));\n}\nif (msg.topic == \"local\")\n{\n context.set('local', msg.payload);\n //node.warn(\"Local \" + context.get('local'));\n}\nif (db == 1)\n{\n node.warn(\"Stored RTC value \" + context.get('RTC'));\n node.warn(\"Stored RPI value \" + context.get('local'));\n node.warn(\"Stored threshold value \" + context.get('threshold'));\n}\n\nif (context.get('RTC') !== 0)\n{\n if (context.get('local') !== 0)\n {\n var a = context.get('RTC');\n var b = context.get('local');\n var r = a - b;\n }\n \n node.warn(\"Error is \" + r);\n if (r > threshold)\n {\n // ** We have a problem! **\n node.warn(\"Part 1\");\n node.status({fill:\"red\",shape:\"dot\",text:\"Time error\"});\n msg1 = {payload: false};\n msg2 = {payload: r};\n return [msg1, msg2];\n } \n if (r < 0)\n {\n r = b - a;\n if (r > threshold)\n {\n // ** We have a problem! **\n node.warn(\"Part 2\");\n node.status({fill:\"red\",shape:\"dot\",text:\"Time error\"});\n msg1 = {payload: false};\n msg2 = {payload: r};\n return [msg1, msg2];\n }\n }\n else\n {\n // All Good!\n node.warn(\"Part 3\");\n node.status({fill:\"green\",shape:\"dot\",text:\"Time good\"});\n msg1 = {payload: true};\n msg2 = {payload: r};\n return [msg1, msg2];\n }\n}\n//return [msg1, msg2];","outputs":2,"noerr":0,"x":530,"y":2910,"wires":[["277b3f16.b6f128"],[]]},{"id":"6e2b3517.9ed78c","type":"change","z":"15af81c5.64999e","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"RTC","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":2860,"wires":[["63d42689.ed65c"]]},{"id":"d22775c6.2e404","type":"change","z":"15af81c5.64999e","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"local","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":460,"y":2970,"wires":[["63d42689.ed65c"]]},{"id":"ef4dd3b6.db953","type":"change","z":"15af81c5.64999e","name":"","rules":[{"t":"set","p":"topic","pt":"msg","to":"slip","tot":"str"}],"action":"","property":"","from":"","to":"","reg":false,"x":580,"y":2790,"wires":[["63d42689.ed65c"]]},{"id":"4d97e22.82a141c","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"10","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":2790,"wires":[["6e2b3517.9ed78c"]]},{"id":"950fd1fa.e5eab","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"9","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":2830,"wires":[["6e2b3517.9ed78c"]]},{"id":"a668703.aab149","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"8","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":2870,"wires":[["6e2b3517.9ed78c"]]},{"id":"74ee18cd.0340f8","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"7","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":2910,"wires":[["6e2b3517.9ed78c"]]},{"id":"e6c2ccd5.c25628","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"6","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":2950,"wires":[["6e2b3517.9ed78c"]]},{"id":"19e0f847.3e46c8","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"5","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":260,"y":2990,"wires":[["6e2b3517.9ed78c"]]},{"id":"70c5418e.063f","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"10","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":3000,"wires":[["d22775c6.2e404"]]},{"id":"4a330c75.955ecc","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"9","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":3040,"wires":[["d22775c6.2e404"]]},{"id":"a0db14f6.3b0528","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"8","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":3080,"wires":[["d22775c6.2e404"]]},{"id":"1a4bf7be.fb7b88","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"7","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":3120,"wires":[["d22775c6.2e404"]]},{"id":"6558df4.153d2a","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"6","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":3160,"wires":[["d22775c6.2e404"]]},{"id":"d6ffe07.33bbc2","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"5","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":3200,"wires":[["d22775c6.2e404"]]},{"id":"3bb87c5.0beb004","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"3","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":430,"y":2720,"wires":[["ef4dd3b6.db953"]]},{"id":"f02d13b4.d34b28","type":"inject","z":"15af81c5.64999e","name":"","topic":"","payload":"2","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":430,"y":2760,"wires":[["ef4dd3b6.db953"]]},{"id":"277b3f16.b6f128","type":"debug","z":"15af81c5.64999e","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":730,"y":2900,"wires":[]},{"id":"41181fde.e9669","type":"inject","z":"15af81c5.64999e","name":"DB off","topic":"Debug","payload":"false","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":430,"y":3020,"wires":[["63d42689.ed65c"]]},{"id":"6e33eaf7.1bc79c","type":"inject","z":"15af81c5.64999e","name":"DB on","topic":"Debug","payload":"true","payloadType":"bool","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":430,"y":3054,"wires":[["63d42689.ed65c"]]}]