Added Requester logic filtering. Added logic for count and delay in

items and buttons.
This commit is contained in:
Admin
2016-11-11 14:38:37 -06:00
parent 407b0e0bd5
commit 7d39b79e05
12 changed files with 218 additions and 94 deletions

View File

@@ -145,6 +145,7 @@ app.service('bridgeService', function ($http, $window, ngToast) {
self.state.device.contentBody = null;
self.state.device.contentBodyDim = null;
self.state.device.contentBodyOff = null;
self.state.device.requesterAddress = null;
self.state.olddevicename = "";
};