Promise<number>:devicetype:0A5,1A6,2A6X,3A5X,4Nomad,5Manta
PluginManager
getDeviceType
Get devicetype.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get devicetype.
getDeviceType(): Promise<number>;
Promise<number>:devicetype:0 A5,1 A6,2 A6X,3 A5X,4 Nomad,5 Mantaimport { PluginManager } from 'sn-plugin-lib';
/**
* Get devicetype example.
*/
export async function exampleGetDeviceType() {
const deviceType = await PluginManager.getDeviceType();
return deviceType;
}