Browse Source

fixed get sensor value

develop
Robin Thoni 8 years ago
parent
commit
d95544d444
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      camotion/controllers/sensors.controller.js

+ 1
- 1
camotion/controllers/sensors.controller.js View File

@@ -23,7 +23,7 @@ angular.module('camotion')
23 23
                         name: "Value",
24 24
                         width: 2,
25 25
                         getValue: function (item) {
26
-                            return $scope.values[item.Id].value;
26
+                            return $scope.values[item.Id].value.Value;
27 27
                         }
28 28
                     }
29 29
                 ],

Loading…
Cancel
Save