Browse Source

fixed get sensor value

develop
Robin Thoni 9 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
                         name: "Value",
23
                         name: "Value",
24
                         width: 2,
24
                         width: 2,
25
                         getValue: function (item) {
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