Skip to content

Commit 0e54313

Browse files
author
Steve
committed
Removed more AQE entries
1 parent 771ece9 commit 0e54313

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

homemon-server/public/javascripts/sensors2.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ socket.on("data", function(data) {
3030
var cell=row.insertCell(0);
3131
cell.id = "sensors/co2/" + device;
3232

33-
cell=row.insertCell(0);
34-
cell.id = "sensors/co/" + device;
35-
36-
cell=row.insertCell(0);
37-
cell.id = "sensors/no2/" + device;
38-
3933
cell=row.insertCell(0);
4034
cell.id = "sensors/pressure/" + device;
4135

homemon-server/views/sensors2.jade

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ block content
1515
| <th style="14%; text-align: center">Temperature</th>
1616
| <th style="14%; text-align: center">Pressure</th>
1717
| <th style="14%; text-align: center">Humidity</th>
18-
| <th style="14%; text-align: center">NO2</th>
19-
| <th style="14%; text-align: center">CO</th>
2018
| <th style="14%; text-align: center">CO2</th>
2119
| </tr></thead>
2220
| <tbody></tbody>

0 commit comments

Comments
 (0)