Skip to content

Commit

Permalink
lets see if v2 still works with volume
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Aug 31, 2023
1 parent 6d92b95 commit 0cc13eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4773,7 +4773,7 @@ function main() {
//deviceAppName: 'Amazon Alexa',
formerDataStorePath: path.join(__dirname, `formerDataStore${adapter.namespace}.json`),
apiUserAgentPostfix: `ioBroAlexa2/${require(path.join(__dirname, 'package.json')).version}`,
usePushConnectType: 1,
usePushConnectType: 2,
};
adapter.config.updateHistoryInterval = parseInt(adapter.config.updateHistoryInterval, 10);
if (!adapter.config.updateHistoryInterval || isNaN(adapter.config.updateHistoryInterval) || adapter.config.updateHistoryInterval < 0) {
Expand Down

0 comments on commit 0cc13eb

Please sign in to comment.