How to run a cron job the day before the 1st Wednesday of every month?

if(now.plusDays(1).getDayOfMonth < 7) 

If you use VSCode with the openHAB extension when you type in “now.” a list of all the methods on now will be listed.

image

1 Like