Upload README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# viet-robot-door-usage-summary
|
| 2 |
+
|
| 3 |
+
A small helper that summarizes door events for a given door.
|
| 4 |
+
|
| 5 |
+
The `summarize_door_events(events, door_id)` function returns counts for
|
| 6 |
+
`opened`, `closed`, `locked`, and `unlocked` events and a total.
|
| 7 |
+
|
| 8 |
+
## License
|
| 9 |
+
|
| 10 |
+
MIT
|