From 7b5ad11f48c2ff1c9b737110ae0666a2b42ca751 Mon Sep 17 00:00:00 2001 From: Tero Salminen Date: Sat, 12 Oct 2013 22:36:35 +0300 Subject: [PATCH] Add nice html pages for real time charging view With these html files it is possible to use web browser to see a real time view of the actual charging process. Signed-off-by: Timo Kokkonen --- html/cache.manifest | 6 ++++++ html/index.html | 37 +++++++++++++++++++++++++++++++++++++ html/index11.html | 36 ++++++++++++++++++++++++++++++++++++ html/index2.html | 37 +++++++++++++++++++++++++++++++++++++ html/index22.html | 36 ++++++++++++++++++++++++++++++++++++ html/index3.html | 37 +++++++++++++++++++++++++++++++++++++ html/index33.html | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 225 insertions(+) create mode 100644 html/cache.manifest create mode 100644 html/index.html create mode 100644 html/index11.html create mode 100644 html/index2.html create mode 100644 html/index22.html create mode 100644 html/index3.html create mode 100644 html/index33.html diff --git a/html/cache.manifest b/html/cache.manifest new file mode 100644 index 0000000..185272a --- /dev/null +++ b/html/cache.manifest @@ -0,0 +1,6 @@ +CACHE MANIFEST +# Cache manifest version 1.0 +CACHE +#no cache +NETWORK +* diff --git a/html/index.html b/html/index.html new file mode 100644 index 0000000..2a67cd2 --- /dev/null +++ b/html/index.html @@ -0,0 +1,37 @@ + + + + + +Cell voltage & Charge current + + + + + +
+ Cell voltage & Charge current + + Previous + Next + + + +
+ + + diff --git a/html/index11.html b/html/index11.html new file mode 100644 index 0000000..19db617 --- /dev/null +++ b/html/index11.html @@ -0,0 +1,36 @@ + + + + +Cell voltage & Charge current + + + + + +
+ Cell Balancing + + Previous + Next + + + +
+ + + diff --git a/html/index2.html b/html/index2.html new file mode 100644 index 0000000..70b0535 --- /dev/null +++ b/html/index2.html @@ -0,0 +1,37 @@ + + + + + +Cell balancing + + + + + +
+ Cell Balancing + + Previous + Next + + + +
+ + + diff --git a/html/index22.html b/html/index22.html new file mode 100644 index 0000000..4c99b78 --- /dev/null +++ b/html/index22.html @@ -0,0 +1,36 @@ + + + + +Cell balancing + + + + + +
+ Cell Balancing + + Previous + Next + + + +
+ + + diff --git a/html/index3.html b/html/index3.html new file mode 100644 index 0000000..056b068 --- /dev/null +++ b/html/index3.html @@ -0,0 +1,37 @@ + + + + + +Battery voltage & Charged capacity + + + + + +
+ Voltage and current + + Previous + Next + + + +
+ + + diff --git a/html/index33.html b/html/index33.html new file mode 100644 index 0000000..c5fba7c --- /dev/null +++ b/html/index33.html @@ -0,0 +1,36 @@ + + + + +Battery voltage & Charged capacity + + + + + +
+ Voltage and current + + Previous + Next + + + +
+ + + -- 2.44.0