diff --git a/index.js b/index.js index 49bc9bc..c6f9ece 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 - void 0; + this.log('nothing',''); if(service.actions.on) { this.command('turnOn', null, service); } else if(service.actions.slider && service.LightType) {