add button to force fetch NTP time

This commit is contained in:
Paul
2019-08-27 22:49:00 +02:00
parent 6274990353
commit ab73ea1c73
7 changed files with 38 additions and 10 deletions

View File

@@ -252,6 +252,9 @@ wss.on('connection', function connection(ws) {
case "destroy":
console.log("[INFO] Destroy");
break;
case "forcentp":
console.log("[INFO] getting ntp time");
break;
default:
console.log("[WARN] Unknown command ");
break;