probe-web / @probe-web/devices / probeKey
Function: probeKey()
ts
function probeKey(
vendorId,
productId,
serial
): string;Defined in: index.ts:122
Key for withProbeLock from a probe's identity.
Parameters
| Parameter | Type |
|---|---|
vendorId | number |
productId | number |
serial | string | undefined |
Returns
string