uuid() improved parsing machine id (linux)
This commit is contained in:
+3
-3
@@ -522,7 +522,7 @@ si.baseboard().then(data => console.log(data));</code></pre class="example">
|
||||
<td>sku</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td>x</td>
|
||||
<td>X</td>
|
||||
<td></td>
|
||||
<td>SKU number</td>
|
||||
@@ -537,11 +537,11 @@ si.chassis().then(data => console.log(data));</code></pre class="example">
|
||||
{
|
||||
manufacturer: 'Apple Inc.',
|
||||
model: 'MacBookPro13,2',
|
||||
type: '',
|
||||
type: 'Laptop',
|
||||
version: '1.0',
|
||||
serial: 'C01xxxxxxxx',
|
||||
assetTag: 'Mac-99878xxxx...',
|
||||
sku: ''
|
||||
sku: 'A1706'
|
||||
}</pre>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user