Commit Graph

4 Commits (master)

Author SHA1 Message Date
Adrian d690fe3eba MotionIntelligent: Brighter during night 2019-03-26 11:04:16 +01:00
Adrian 3e63274261 MotionIntelligent: Add transition times 2018-04-28 00:33:24 +02:00
Adrian b572bec718 Rename MEM placeholder to avoid conflicts with modelid 2018-04-18 22:05:52 +02:00
Adrian 0c5df2411d Merge MotionSimple into MotionIntelligent
The daylight sensor check contains a bug. The correct checks would be:

	localtime in T00:00:00/T12:00:00, daylight eq false => dim
	localtime in T00:00:00/T12:00:00, daylight eq true  => bright
	localtime not in T00:00:00/T12:00:00                => bright

The daylight sensor check is irrelevant
for the daily routine and therefore removed.
2018-04-18 00:51:33 +02:00