-
Notifications
You must be signed in to change notification settings - Fork 0
/
inventory.json
34 lines (34 loc) · 1 KB
/
inventory.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
{
"rpi": {
"revision": 1,
"description": "RPI Hardware inventory",
"data": {
"e51b1483": {
"model": "Raspberry Pi 3 Model B Plus Rev 1.3",
"serial": "e51b1483",
"wired_mac": "b8:27:eb:1b:14:83",
"wireless_mac": "be:f0:4a:14:af:0a",
"config": {
"hostname": "e51b1483",
"purpose": "ml_screen",
"ml_screen": {
"id": 1
}
}
},
"2c75e084": {
"model": "Raspberry Pi 3 Model B Plus Rev 1.3",
"serial": "2c75e084",
"wired_mac": "",
"wireless_mac": "",
"config": {
"hostname": "2c75e084",
"purpose": "ml_screen",
"ml_screen": {
"id": 2
}
}
}
}
}
}