[MiLight] Add missing callback from hue function

This commit is contained in:
Sam Edwards
2015-09-08 11:20:36 -07:00
parent 5cccd3f916
commit 18333242ff

View File

@@ -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) {