getHardwareDescription()
Get human-readable hardware description.
getHardwareDescription(): Promise<string>
Example
const hardware = await AilaSDK.getHardwareDescription();
console.log(hardware); // "IK 10.2 Gen 7/8/9"
Get human-readable hardware description.
getHardwareDescription(): Promise<string>
const hardware = await AilaSDK.getHardwareDescription();
console.log(hardware); // "IK 10.2 Gen 7/8/9"