Skip to content

Commit

Permalink
✨♻️ Spelling and more reference architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
LukvonStrom committed Apr 27, 2021
1 parent 93e93a3 commit 96ba1de
Show file tree
Hide file tree
Showing 39 changed files with 4,474 additions and 4,255 deletions.
2 changes: 1 addition & 1 deletion Bachelorarbeit.drawio

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code/estimates/estimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ for (let i = 1; i <= sensorcount; i++) {
}

let filtered = result.filter(element =>
(element.deviceId == "Sensor-1" || element.deviceId == "Sensor-2")
(element.deviceId == "Sensor-1")
&& element.timestamp == "2021-01-01T01:00:00.000Z")

const estimatePath = path.join(__dirname, '/estimate.json')
Expand Down
Loading

0 comments on commit 96ba1de

Please sign in to comment.