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