majordome_test.json
989 Bytes
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
[
{
"model": "common.plcdevice",
"pk": 1,
"fields": {
"name": "Plc",
"desc": "",
"created": "2018-06-18 14:32:00",
"updated": "2018-06-18 14:32:00",
"is_online": false,
"maintenance_date": null
}
},
{
"model": "common.config",
"pk": 1,
"fields": {
"id": 1,
"latitude": 10,
"local_time_zone": 1,
"longitude": 1,
"altitude": 1,
"horizon_line": 1,
"row_data_save_frequency": 400,
"request_frequency": 300,
"analysed_data_save": 300,
"telescope_ip_address": "127.0.0.1",
"camera_ip_address": "127.0.0.1",
"plc_ip_address": "127.0.0.1",
"global_mode": true,
"ack": true,
"bypass": false,
"plc_timeout_seconds": 60
}
},
{
"model": "common.plcdevicestatus",
"pk": 1,
"fields": {
"id": 1,
"device_id": 1,
"created": "2018-07-18 11:49:49",
"plc_mode": "MANU"
}
}
]