-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
45 lines (45 loc) · 1.31 KB
/
db.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
{"dampers": [
{
"comments": null,
"created_at": "2020-05-14T14:43:05.250205",
"factory_index": "Z",
"factory_seq_num": 999999,
"group_id": null,
"id": 1,
"last_test_passed_close": "2020-05-14T14:43:05.250205",
"last_test_passed_open": "2020-05-14T14:43:05.250205",
"last_updated_by": null,
"manufacturing_date": "2020-04-30",
"modbus_address": "5",
"name": "Damper 01",
"runtime_close_mock": 2.6,
"runtime_open_mock": 6.6,
"switch_closed": true,
"switch_open": false,
"type_asn": "No ASN",
"uid": "74c5002295e011ea955c405bd816954a",
"updated_at": "2020-05-14T14:43:05.250205"
},
{
"comments": null,
"created_at": "2020-05-14T14:43:05.250205",
"factory_index": "Z",
"factory_seq_num": 999999,
"group_id": null,
"id": 2,
"last_test_passed_close": "2020-05-14T14:43:05.250205",
"last_test_passed_open": "2020-05-14T14:43:05.250205",
"last_updated_by": null,
"manufacturing_date": "2020-04-30",
"modbus_address": "5",
"name": "Damper 02",
"runtime_close_mock": 1.6,
"runtime_open_mock": 4.1,
"switch_closed": true,
"switch_open": false,
"type_asn": "No ASN",
"uid": "74c5002395e011eab882405bd816954a",
"updated_at": "2020-05-14T14:43:05.250205"
}
]
}