Upload README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# viet-robot-window-check-log
|
| 2 |
+
|
| 3 |
+
A synthetic dataset logging simple window/door check results around the home.
|
| 4 |
+
|
| 5 |
+
Columns:
|
| 6 |
+
- `id`: row id
|
| 7 |
+
- `timestamp_local`: local time string
|
| 8 |
+
- `location`: room or area
|
| 9 |
+
- `device_type`: window, balcony_door, main_door
|
| 10 |
+
- `state`: open, closed, locked
|
| 11 |
+
- `weather_outside`: clear, windy, raining, hot, cold
|
| 12 |
+
- `note_en`: short English note
|
| 13 |
+
|
| 14 |
+
For demo and educational purposes, not real sensor data.
|
| 15 |
+
|
| 16 |
+
## License
|
| 17 |
+
|
| 18 |
+
MIT
|