Replace is_linked() by is_paired()
This commit is contained in:
parent
b822f351fd
commit
9efc5b089a
@ -69,7 +69,7 @@ export default class Services {
|
||||
|
||||
public isPaired(): boolean {
|
||||
try {
|
||||
return this.sdkClient.is_linking();
|
||||
return this.sdkClient.is_paired();
|
||||
} catch (e) {
|
||||
throw new Error(`isPaired ~ Error: ${e}`);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user