-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmyAssets.json
49 lines (49 loc) · 1.51 KB
/
myAssets.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
{
"assets": [
{
"serialNumber": "12345",
"modelName": "Virtual Thermal Asset",
"modelNumber": 12345678,
"vendorName": "Acme",
"vendorNumber": 12345,
"busType": "TCP",
"assetClass": "Asset",
"assetName": "Virtual Thermal Asset 1",
"firmwareVersion": "1.0A",
"hardwareVersion": "1.0.12",
"supportsSelfCalibration": true,
"supportsExternalCalibration": true,
"location":
{
"parent": "Fixture 1234",
"slotNumber": 1
},
"selfCalibration": {
"isLimited": false,
"date": "2010-07-10T13:06:18Z",
"operator": {
"displayName": "John Doe",
"userId": "nijohndoe"
}
},
"externalCalibration": {
"isLimited": false,
"date": "2014-04-05T13:55:27Z",
"comments": "First Calibration",
"checksum": "",
"recommendedInterval": 24,
"operator": {
"displayName": "John Doe",
"userId": "nijohndoe"
}
}
},
{
"serialNumber": "01BB877B",
"modelName": "Battery Test Fixture",
"vendorName": "Acme",
"assetClass": "Fixture",
"assetName": "Fixture 1234"
}
]
}