X-Git-Url: https://vault307.fbx.one/gitweb/garage_door_sensor.git/blobdiff_plain/d2fd13bb66066a358f8038f86279695548e5ddb7..fa935a996e2a15ad5a8a60f5471e4b6d08d1d4bd:/garage_sensor.py?ds=inline diff --git a/garage_sensor.py b/garage_sensor.py index b58a031..0987498 100644 --- a/garage_sensor.py +++ b/garage_sensor.py @@ -1,3 +1,7 @@ # use distance sensor to measure in front (place by track). If less than 100, door is open. # set up web socket to communicate with base server to display status +''' +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