updatre lifx

This commit is contained in:
Admin
2017-02-07 15:50:21 -06:00
parent 0ac8061118
commit dd0032a567
4 changed files with 60 additions and 13 deletions

View File

@@ -2374,7 +2374,7 @@ app.controller('LifxController', function ($scope, $location, $http, bridgeServi
bridgeService.viewHalDevices();
},
function (error) {
bridgeService.displayWarn("Error adding HAL devices in bulk.", error)
bridgeService.displayWarn("Error adding LIFX devices in bulk.", error)
}
);
$scope.bulk = { devices: [] };