update docs

This commit is contained in:
Sam Lewis
2022-11-09 20:17:52 -05:00
parent 7fda113913
commit e5fe752d2c

View File

@@ -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