added identify

This commit is contained in:
Andre Schröter
2015-09-14 22:43:37 +02:00
parent 9f39b49dd5
commit f4160c2d01

View File

@@ -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();
},