I know it should be easy, but I'm not that smart.
I want to get cron+
(as an example) to tell me when 2 events happen.
Daylight Savings - Start
and Daylight Savings - End
Starting: 02:00 First Sunday of October.
End: 02:00 First Sunday of April.
The exact time is not essential.
This is the best I can do so far:
0 0 9 1,7 OCT SUN *
But that isn't showing me what I want in it's decoder pop up.
Its saying October 1 to 7 and on Sunday.
06:00 would suffice. But I don't know how to make the template to give that.
Thanks in advance.
OK, is this it?
[{"id":"7b296738.fd4788","type":"cronplus","z":"65c9b63cb09879a0","name":"Monthly","outputField":"payload","timeZone":"","persistDynamic":false,"commandResponseMsgOutput":"output1","outputs":1,"options":[{"name":"schedule1","topic":"schedule1","payloadType":"str","payload":"SUMMER","expressionType":"cron","expression":"0 0 9 * OCT SUN#1 * ","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"},{"name":"schedule2","topic":"schedule2","payloadType":"str","payload":"NORMAL","expressionType":"cron","expression":"0 0 9 * APR SUN#1 * ","location":"","offset":"0","solarType":"all","solarEvents":"sunrise,sunset"}],"x":3420,"y":170,"wires":[[]]}]
Just want to check I understand it all.