mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-16 13:20:56 +00:00
added identify
This commit is contained in:
@@ -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();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user