From c8188ea04b8297a0c9135fa3e5ad51fdf7c1ecbf Mon Sep 17 00:00:00 2001 From: Neil Cherry Date: Wed, 20 Oct 2021 18:58:45 -0400 Subject: [PATCH] Renamed master repos to main repos --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 02a9a72..f15e7b6 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,8 @@ Node-red-contrib-mytimeout is a countdown timer that can be trigged by sending i Node-red-contrib-mytimeout can send and receive to the same MQTT topic. If the input matches the previously sent output, the message is ignored to avoid an endless loop. +Moved the default master repos to main repos + ## myTimeout MyTimeout started as hacked timer code I stole from Pete Scargill. Pete's code would start a timer running if you sent it any trigger (tickle the timer). It would continue to run if further triggers were sent before the timeout occurred. A trigger was anything sent to the input of the timer.