alifend910 commited on
Commit
09dea80
·
verified ·
1 Parent(s): ca2057e

Create lampu_status.json

Browse files
Files changed (1) hide show
  1. lampu_status.json +20 -0
lampu_status.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "room": "living_room",
4
+ "lamp_status": "ON",
5
+ "brightness_percent": 80,
6
+ "reason": "low_light_and_motion"
7
+ },
8
+ {
9
+ "room": "living_room",
10
+ "lamp_status": "OFF",
11
+ "brightness_percent": 0,
12
+ "reason": "sufficient_daylight"
13
+ },
14
+ {
15
+ "room": "bedroom",
16
+ "lamp_status": "ON",
17
+ "brightness_percent": 60,
18
+ "reason": "night_motion_detected"
19
+ }
20
+ ]