1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 09:53:45 +02:00

Additions to FastClock

Added ONCLOCKMINS to fastclock to allow hourly repeated events.
This commit is contained in:
Colin Murdoch
2023-04-12 12:07:08 +01:00
parent c11d8f6359
commit 294b9693c5
3 changed files with 7 additions and 1 deletions

View File

@@ -91,6 +91,7 @@
#undef ONCLOSE
#undef ONTIME
#undef ONCLOCKTIME
#undef ONCLOCKMINS
#undef ONGREEN
#undef ONRED
#undef ONTHROW
@@ -209,6 +210,7 @@
#define ONAMBER(signal_id)
#define ONTIME(value)
#define ONCLOCKTIME(hours,mins)
#define ONCLOCKMINS(mins)
#define ONDEACTIVATE(addr,subaddr)
#define ONDEACTIVATEL(linear)
#define ONCLOSE(turnout_id)