-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_appliances_consumption.json
77 lines (77 loc) · 1.78 KB
/
home_appliances_consumption.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"Refrigerator":
{
"consumption": [300,1500],
"time": "00:00-24:00"
},
"Electric Oven":
{
"consumption": [2000,5000],
"time": "16:00-16:30,21:00-21:30"
},
"Electric Kettle":
{
"consumption": [1500,1500],
"time": "07:00-07:15,12:00-12:15,16:30-17:00,21:30-22:00"
},
"Air Conditioner":
{
"consumption": [500,3000],
"time": "00:00-24:00"
},
"Incandescent Light Bulbs":
{
"consumption": [60,60],
"time":"00:00-24:00"
},
"LED Light Bulbs":
{
"consumption": [10,10],
"time": "00:00-24:00"
},
"Laptop":
{
"consumption": [50,100],
"time":"00:00-24:00"
},
"Computer":
{
"consumption": [100, 600],
"time": "00:00-24:00"
},
"LCD Monitor":
{
"consumption": [50,300],
"time": "10:00-12:00,16:00-20:00,22:00-24:00"
},
"Router":
{
"consumption": [5,20],
"time":"00:00-24:00"
},
"Smartphone Charger":
{
"consumption": [5,5],
"time":"00:00-24:00"
},
"Blow Dryer":
{
"consumption": [800,1800],
"time":"07:00-07:30,15:00-15:30"
},
"Iron":
{
"consumption": [1000,1000],
"time":"07:00-07:30,15:00-15:30"
},
"Washing Machine" :
{
"consumption": [500,1000],
"time":"17:00-19:00"
},
"Water Heater" :
{
"consumption": [1000,4000],
"time":"12:00-16:00"
}
}