diff --git a/platforms/FHEM.js b/platforms/FHEM.js index 6c7d45a..b81342a 100644 --- a/platforms/FHEM.js +++ b/platforms/FHEM.js @@ -1062,6 +1062,9 @@ FHEMAccessory.prototype = { identify: function(callback) { this.log('['+this.name+'] identify requested!'); + if( match = this.PossibleSets.match(/[\^ ]toggle\b/) ) { + this.command( 'identify' ); + } callback(); },