uuid() improved parsing machine id (linux)

This commit is contained in:
Sebastian Hildebrandt
2024-03-16 15:51:42 +01:00
parent 1c6e0f048b
commit 6a410cde1e
5 changed files with 12 additions and 6 deletions
+3 -3
View File
@@ -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>