mirror of
https://github.com/bwssytems/ha-bridge.git
synced 2025-12-19 00:20:26 +00:00
Start adding components to handle multiple harmony hubs.
This commit is contained in:
@@ -390,6 +390,9 @@ app.controller('ViewingController', function ($scope, $location, $http, $window,
|
||||
bridgeService.state.base = url;
|
||||
bridgeService.viewDevices();
|
||||
};
|
||||
$scope.goBridgeUrl = function (url) {
|
||||
window.open(url, "_blank");
|
||||
};
|
||||
$scope.editDevice = function (device) {
|
||||
bridgeService.editDevice(device);
|
||||
$location.path('/editdevice');
|
||||
|
||||
Reference in New Issue
Block a user