Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Aug 10, 2024
1 parent 6d3741e commit ab6f5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/philipsHued/philipsHued.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ function launchConnection(_bridge_id,_retry){
if(!bridges[_bridge_id]['lastEvent']){
bridges[_bridge_id]['lastEvent'] = '';
}

bridges[_bridge_id]['lastMessage'] = Math.floor(new Date().getTime() / 1000)
if(_retry > 10){
Jeedom.log.error('[launchConnection] Too much retry, I will kill me...')
process.exit()
Expand Down

0 comments on commit ab6f5e3

Please sign in to comment.