hoangs commited on
Commit
be0f574
·
verified ·
1 Parent(s): 133b2f6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -3
README.md CHANGED
@@ -1,3 +1,18 @@
1
- ---
2
- license: mit
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