From e5fe752d2c767871c7ec680d76d6b6849bb6fd91 Mon Sep 17 00:00:00 2001 From: Sam Lewis Date: Wed, 9 Nov 2022 20:17:52 -0500 Subject: [PATCH] update docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4aa97b3..6cd10c0 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ Entity listeners have other functions to change the behavior. | OnlyBetween("03:00", "14:00") | Only run your function between two specified times of day. | | ExceptionDay(time.Time) | A one time exception on the given date. Time is ignored, applies to whole day. | | ExceptionRange(time.Time, time.Time) | A one time exception between the two date/times. Both date and time are considered. | +| RunOnStartup() | Run your callback once during App.Start() | #### Entity Listener Callback function