From f94f3e0b36fe2529653b8964653dd3d64e6d86bc Mon Sep 17 00:00:00 2001 From: Patrick McDonagh Date: Thu, 1 Feb 2018 11:44:35 -0600 Subject: [PATCH] Adds Totals.html page --- Totals.html | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 117 insertions(+) create mode 100644 Totals.html diff --git a/Totals.html b/Totals.html new file mode 100644 index 0000000..e69b187 --- /dev/null +++ b/Totals.html @@ -0,0 +1,117 @@ +
+
+

Flow Totals

+
+
+

Flow Today

+
+
+
+
+ " class="data-table" title="Download Channel History"> + + +
+ + <%= channels["transferstation.flow_total_today"].timestamp %> + +
+
+ +
+

Flow Yesterday

+
+
+
+
+ " class="data-table" title="Download Channel History"> + + +
+ + <%= channels["transferstation.flow_total_yesterday"].timestamp %> + +
+
+ +
+ +
+ +
+
+

Energy Totals

+
+
+

Energy Today

+
+
+
+
+ " class="data-table" title="Download Channel History"> + + +
+ + <%= channels["transferstation.energy_total_today"].timestamp %> + +
+
+ +
+

Energy Yesterday

+
+
+
+
+ " class="data-table" title="Download Channel History"> + + +
+ + <%= channels["transferstation.energy_total_yesterday"].timestamp %> + +
+
+ +