From f4d4f722fe5b21f9cad567503e5b50f3ee81d122 Mon Sep 17 00:00:00 2001 From: Nebz <28622481+NebzHB@users.noreply.github.com> Date: Mon, 3 Jun 2024 15:45:51 +0200 Subject: [PATCH] Update index.js --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index c6f9ece..7355388 100755 --- a/index.js +++ b/index.js @@ -3186,7 +3186,7 @@ JeedomPlatform.prototype.setAccessoryValue = function(value, characteristic, ser } } else { // if we want to turn the switch on - this.log('nothing',''); + let doNothing=""; if(service.actions.on) { this.command('turnOn', null, service); } else if(service.actions.slider && service.LightType) {