-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_appliances_consumption.json
17 lines (17 loc) · 1.12 KB
/
home_appliances_consumption.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"Refrigerator": {"consumption": [300,1500], "time": "0:00-24:00"},
"Electric Oven": {"consumption": [2000,5000], "time": "16:00-16:30,21:00-21:30"},
"Electric Kettle": {"consumption": [1500,1500], "time": "7:00-7:15,12:00-12:15,16:30-17:00,21:30-22:00"},
"Air Conditioner": {"consumption": [500,3000], "time": "0:00-24:00"},
"Incandescent Light Bulbs": {"consumption": [60,60], "time":"0:00-24:00"},
"LED Light Bulbs": {"consumption": [10,10], "time": "0:00-24:00"},
"Laptop": {"consumption": [50,100], "time":"0:00-24:00"},
"Computer": {"consumption": [100, 600], "time": "0: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":"0:00-24:00"},
"Smartphone Charger": {"consumption": [5,5], "time":"0:00-24:00"},
"Blow Dryer": {"consumption": [800,1800], "time":"7:00-7:30,15:00-15:30"},
"Iron": {"consumption": [1000,1000], "time":"7:00-7: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"}
}