Change Arduino's description from broadcast to UDP req/resp
This commit is contained in:
parent
33cde3e602
commit
868c0bd285
1 changed files with 4 additions and 4 deletions
|
@ -8,10 +8,10 @@ KrautStatus consists of three components: an Arduino-sensor-combination at the
|
|||
door, a Python script on a local server, and an API file served on by web
|
||||
server.
|
||||
|
||||
The Arduino broadcasts the current state of the door lock to our LAN. The state
|
||||
is determined by a reed sensor in the door lock. In addition, it controls an
|
||||
RGB LED matrix shield that provides a visual indication of the door locks's
|
||||
state in the room.
|
||||
The Arduino provides the current state of the door lock upon request via UDP.
|
||||
The state is determined by a reed sensor in the door lock. In addition, it
|
||||
controls an RGB LED matrix shield that provides a visual indication of the door
|
||||
locks's state in the room.
|
||||
|
||||
The python script polls the broadcast state and pushes changes to Twitter,
|
||||
Mastodon and our API file.
|
||||
|
|
Loading…
Reference in a new issue