Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zefau authored Jul 18, 2020
1 parent 0428daf commit 3d27290
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion hue-extended.js
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ function getPayload(refresh) {
// TRY AGAIN OR STOP ADAPTER
let timeout = 60;
if (!retry || retry < 10) {
adapter.log[!retry ? 'warn' : 'debug']('Error connecting to Hue Bridge: ' + error + '. ' + (retry > 0 ? 'Already retried ' + retry + 'x so far. ' : '') + 'Reconnecting..');
adapter.log['debug'/*!retry ? 'warn' : 'debug'*/]('Error connecting to Hue Bridge: ' + error + '. ' + (retry > 0 ? 'Already retried ' + retry + 'x so far. ' : '') + 'Reconnecting..');
//adapter.log.debug(err.message);
//adapter.log.debug(JSON.stringify(err.stack));
timeout = 6;
Expand Down
2 changes: 1 addition & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "hue-extended",
"version": "2.0.0-rc.1",
"version": "2.0.0-rc.2",
"title": "Philips Hue Extended",
"desc": {
"en": "Integration of all your Philips Hue or deCONZ / Conbee devices with your ioBroker",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@
"test:unit": "mocha test/unit --exit",
"translate": "gulp translateAndUpdateWordsJS"
},
"version": "2.0.0-rc.1"
"version": "2.0.0-rc.2"
}

0 comments on commit 3d27290

Please sign in to comment.