Change mapping

This commit is contained in:
2025-10-14 19:13:36 +02:00
parent d6a1771768
commit 7e7830f57d

View File

@@ -198,10 +198,8 @@ class SonosSoap {
}; };
} }
reportAccountAction(args: any, headers: any) { reportAccountAction = (args: any, headers: any) => {
// Sonos calls this after a user adds or removes an account. logger.info('Sonos reportAccountAction: ' + JSON.stringify(args) + ' Headers: ' + JSON.stringify(headers));
// It's safe to just acknowledge the call.
logger.info('Sonos reportAccountAction: ' + args + 'Headers: ' + headers);
return {}; return {};
} }