Commit 7dd7b3ef authored by Paito Anderson's avatar Paito Anderson Committed by GitHub

Update deviceinfo.d.ts

Added missing functions
parent 5dbd4420
......@@ -26,3 +26,5 @@ export function getLastUpdateTime(): number;
export function getSerialNumber(): string;
export function getIPAddress(): Promise<string>;
export function getMACAddress(): Promise<string>;
export function getPhoneNumber(): string;
export function getAPILevel(): number;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment