mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Add debug
This commit is contained in:
@@ -245,6 +245,8 @@ class SonosSoap {
|
||||
}
|
||||
}
|
||||
getCredentialsForToken(token: string): SmapiToken {
|
||||
logger.debug("getCredentialsForToken called with: " + token);
|
||||
logger.debug("Current tokens: " + JSON.stringify(this.tokens));
|
||||
return this.tokens[token]!;
|
||||
}
|
||||
associateCredentialsForToken(token: string, fullSmapiToken: SmapiToken, oldToken?:string) {
|
||||
|
||||
Reference in New Issue
Block a user