Anlegen Astro.things und änderung der MySQL config

This commit is contained in:
Nano
2026-06-01 22:48:26 +02:00
parent 7be4b88b5b
commit 12064282ce
3 changed files with 16 additions and 3 deletions

11
things/astro.things Normal file
View File

@@ -0,0 +1,11 @@
Thing astro:sun:local [ geolocation="51.3502338750402,7.021725917179536,210", interval=60 ] {
Channels:
Type rangeEvent : rise#event [
earliest="07:20",
latest="08:30"
]
Type rangeEvent : set#event [
earliest="21:30",
offset=10
]
}