No description
Find a file
Sven van Heugten 9bb16b0935
Merge pull request #7 from svenvanheugten/add-more-tests
Add a test that verifies that the remote turns on the lights
2026-01-05 23:40:26 +01:00
NightLight Add naive remote control implementation 2026-01-05 21:53:48 +01:00
NightLight.Core Demonstrate and fix some odd behaviour with some bulbs 2026-01-05 23:21:46 +01:00
NightLight.Core.Tests Add a test that verifies that the remote turns on the lights 2026-01-05 23:39:51 +01:00
.dockerignore Initial commit 2025-11-14 20:44:57 +01:00
.editorconfig Add .editorconfig 2026-01-01 19:24:42 +01:00
.gitignore Initial commit 2025-11-14 20:44:57 +01:00
docker-compose.yaml Initial commit 2025-11-14 20:44:57 +01:00
NightLight.sln Implement FakeHome 2026-01-04 12:08:10 +01:00
README.md Make the day start at 5.30am instead 2026-01-01 18:54:12 +01:00

night-light

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.

NightLight.Core is the functional core, and NightLight is the imperative shell.

Runs on a Raspberry Pi 3B+.