Commit 3ff48454 authored by Gant Laborde's avatar Gant Laborde Committed by GitHub

Merge pull request #254 from PaitoAnderson/patch-1

Added missing TypeScript methods
parents 5dbd4420 7dd7b3ef
...@@ -26,3 +26,5 @@ export function getLastUpdateTime(): number; ...@@ -26,3 +26,5 @@ export function getLastUpdateTime(): number;
export function getSerialNumber(): string; export function getSerialNumber(): string;
export function getIPAddress(): Promise<string>; export function getIPAddress(): Promise<string>;
export function getMACAddress(): 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