-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
108 lines (107 loc) · 2.99 KB
/
Copy pathdb.json
File metadata and controls
108 lines (107 loc) · 2.99 KB
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"user": [
{
"id": 1,
"customer_password": "admin",
"customer_type": "Company",
"customer_name": "Giorgos Papaioannou",
"customer_address": "Pegeias 3",
"customer_phone": "",
"customer_mobile": "99999999",
"customer_fax": "26789034",
"customer_billing_address": "Pegeias 3",
"customer_email": "company@hotmail.com",
"customer_remarks": ""
},
{
"id": 2,
"user_email": "aekole@gmail.com",
"full_name": "Vasilis Petrou"
}
],
"house": [
{
"id": 1,
"consumption_point_name": "Main House",
"consumption_point_region": "Athienou",
"consumption_point_city": "Larnaca",
"consumption_point_street": "Nikou Kazantzaki",
"consumption_point_street_no": "3",
"consumption_point_zipcode": "6029",
"consumption_point_building_name": "",
"consumption_point_building_type": "House",
"consumption_point_floor": "",
"consumption_point_appartment": ""
},
{
"id": 2,
"consumption_point_name": "Country House",
"consumption_point_region": "Agros",
"consumption_point_city": "Limassol",
"consumption_point_street": "Glafkou Kliridi",
"consumption_point_street_no": "9",
"consumption_point_zipcode": "3240",
"consumption_point_building_name": "",
"consumption_point_building_type": "House",
"consumption_point_floor": "",
"consumption_point_appartment": ""
},
{
"id": 3,
"consumption_point_name": "Parents' House",
"consumption_point_region": "Pegeia",
"consumption_point_city": "Pafos",
"consumption_point_street": "Mpananias",
"consumption_point_street_no": "2",
"consumption_point_zipcode": "5148",
"consumption_point_building_name": "Wonder Court",
"consumption_point_building_type": "Apartment",
"consumption_point_floor": "2",
"consumption_point_appartment": "205"
}
],
"meter": [
{
"id": 1,
"module_name": "Module 1",
"module_type": "Type 1",
"module_description": "",
"meter_meter_type_id": "Type 2",
"meter_serial": "123456789",
"meter_description": ""
},
{
"id": 2,
"module_name": "Module 2",
"module_type": "Type 3",
"module_description": "",
"meter_type": "Type 1",
"meter_serial": "987654321",
"meter_description": ""
}
],
"configuration": [
{
"id": 1,
"configuration_name": "",
"configuration_description": "",
"configuration_transmitRate": 60,
"configuration_imageQuality": "",
"configuration_update": "",
"configuration_getMeasurement": "",
"configuration_limit": 1500,
"configuration_onVacation": 1,
"module_id": ""
}
],
"useradmin": [
{
"id": 1,
"consumption_points": [
{"consumption_point_name": "Main House"},
{"consumption_point_name": "Country House"},
{"consumption_point_name": "Parents' House"}
]
}
]
}