mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-08 05:31:55 +00:00
[MiLight] Add missing callback from hue function
This commit is contained in:
@@ -65,7 +65,6 @@ function MiLightPlatform(log, config) {
|
||||
|
||||
MiLightPlatform.prototype = {
|
||||
accessories: function(callback) {
|
||||
var that = this;
|
||||
var zones = [];
|
||||
|
||||
// Various error checking
|
||||
@@ -208,7 +207,7 @@ MiLightAccessory.prototype = {
|
||||
this.light.sendCommands(commands.white.cooler());
|
||||
}
|
||||
}
|
||||
|
||||
callback();
|
||||
},
|
||||
|
||||
identify: function(callback) {
|
||||
|
||||
Reference in New Issue
Block a user