From 61351c84b51b963332cad5608425b5ba8d1be6e7 Mon Sep 17 00:00:00 2001 From: jimmy Date: Mon, 8 Jul 2024 19:01:09 -0500 Subject: [PATCH] added notes --- garage_sensor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/garage_sensor.py b/garage_sensor.py index 0987498..8953ee9 100644 --- a/garage_sensor.py +++ b/garage_sensor.py @@ -5,3 +5,4 @@ can send data over socket from pico w. can read socket, but only once. host/client need to be reset (socket seems to be 1 time use?) ''' # host server will check status and light led if door OPEN +# if lux below 25, light off. over 25, light on. check if door open/closed -- 2.47.3