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