hoangs commited on
Commit
85e044c
·
verified ·
1 Parent(s): 42e7aba

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -3
README.md CHANGED
@@ -1,3 +1,17 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # viet-robot-light-scene-selector
2
+
3
+ A tiny helper that picks a high-level lighting `scene_id` from time of day
4
+ and a simple activity label.
5
+
6
+ Function:
7
+
8
+ ```python
9
+ select_light_scene(time_of_day: str, activity: str) -> str
10
+ ```
11
+
12
+ Returns a string like `LR_EVENING_MOVIE` or `OF_WORK_FOCUS` which can be
13
+ mapped to detailed parameters in `viet-robot-light-scenes`.
14
+
15
+ ## License
16
+
17
+ MIT