Change start of day to 6.00am

This commit is contained in:
Sven van Heugten 2026-01-10 21:09:44 +01:00
parent 2f6e46960f
commit a4b11e1ffa
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
This is an F# program that turns all the lights in our apartment
* _red_ at 8.30pm in the evening, and
* _white_/_yellow_ (depending on the room) at 5.30am in the morning.
* _white_/_yellow_ (depending on the room) at 6.00am in the morning.
`NightLight.Core` is the functional core, and `NightLight` is the imperative shell.