commit | d2269e22c6b5f992b2e6a10e9786f1c2421b4d42 | [log] [tgz] |
---|---|---|
author | Iftekharul Islam <iislam@us.ibm.com> | Tue May 02 09:32:45 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Sep 20 12:44:06 2017 -0500 |
tree | f4f67b389057a7f9ed6cb0c1f06202c44a103ba4 | |
parent | 2284d2c3d5cf7cd218958480b7e9d71f41a9f27f [diff] [blame] |
Updating sensors logics with mock data Change-Id: Icede8defdae3a677db5c13dcd6324a1117ce25db Signed-off-by: Iftekharul Islam <iislam@us.ibm.com>
diff --git a/app/common/services/dataService.js b/app/common/services/dataService.js index 2affcc4..4cb72c5 100644 --- a/app/common/services/dataService.js +++ b/app/common/services/dataService.js
@@ -29,6 +29,7 @@ this.showNavigation = false; this.bodyStyle = {}; this.path = ''; + this.sensorData = []; this.setPowerOnState = function(){ this.server_state = Constants.HOST_STATE_TEXT.on;