From ab6f5e3f1924b7c923275e517acc539efbd1cb44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc?= <1536036+zoic21@users.noreply.github.com> Date: Sat, 10 Aug 2024 15:06:16 +0200 Subject: [PATCH] bugfix --- resources/philipsHued/philipsHued.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/philipsHued/philipsHued.js b/resources/philipsHued/philipsHued.js index 4e934ad..7770ca0 100644 --- a/resources/philipsHued/philipsHued.js +++ b/resources/philipsHued/philipsHued.js @@ -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()