biddster / node-red-contrib-schedex

Scheduler for node-red which allows you to enter on/off times as 24hr clock (e.g. 01:10) or suncalc events (e.g. goldenHour). It also allows you to offset times and randomise the time within the offset.
22 stars 17 forks source link

Logical / semantic error #85

Open arozhankov opened 3 years ago

arozhankov commented 3 years ago

Hello!

I found something.

Example

The on time is set to 6:00 am The off time is set to 6:00 pm Now 1:00 pm

  1. I make a request - "send_state". The output is "On Payload". Everything is correct.

  2. I make a command - "off" or "toggle". The output is "Off Payload". Everything is correct.

  3. I make a request - "send_state". The output is "On Payload". Not true! After all, I previously made a manual command for the "Off" status.