From 873d470f867f81a25cc9e85c6b5545beecaceeb5 Mon Sep 17 00:00:00 2001 From: Colin Murdoch Date: Wed, 11 Jan 2023 19:50:39 +0000 Subject: [PATCH] Supply missing function Supply missing function --- CommandDistributor.h | 1 + 1 file changed, 1 insertion(+) diff --git a/CommandDistributor.h b/CommandDistributor.h index 633ff77..c816b94 100644 --- a/CommandDistributor.h +++ b/CommandDistributor.h @@ -45,6 +45,7 @@ public : static void broadcastLoco(byte slot); static void broadcastSensor(int16_t id, bool value); static void broadcastTurnout(int16_t id, bool isClosed); + static void broadcastClockTime(int16_t time, int8_t rate); static void broadcastPower(); static void broadcastText(const FSH * msg); template static void broadcastReply(clientType type, Targs... msg);