From 7a9955477a6a8eeff83dc4c9a0dbcfde201f8aa3 Mon Sep 17 00:00:00 2001 From: SybexX Date: Sun, 23 Feb 2025 17:38:32 +0100 Subject: [PATCH] add data export (CSV files) (#3537) * Update backup.html * Add files via upload * Update data_export.html --------- Co-authored-by: CaCO3 --- sd-card/html/backup.html | 444 +++++++++++++++++----------------- sd-card/html/data_export.html | 207 ++++++++++++++++ sd-card/html/index.html | 1 + 3 files changed, 430 insertions(+), 222 deletions(-) create mode 100644 sd-card/html/data_export.html diff --git a/sd-card/html/backup.html b/sd-card/html/backup.html index 04af87f3..cc3c57c1 100644 --- a/sd-card/html/backup.html +++ b/sd-card/html/backup.html @@ -1,222 +1,222 @@ - - - - Backup/Restore Configuration - - - - - - - -

Backup Configuration

-

With the following action the config folder on the SD-card gets zipped and provided as a download.

- - -

-
-

Restore Configuration

-

Use the File Server to upload individual files.

- - - - - - - - - + + + + Backup/Restore Configuration + + + + + + + +

Backup Configuration

+

With the following action the config folder on the SD-card gets zipped and provided as a download.

+ + +

+
+

Restore Configuration

+

Use the File Server to upload individual files.

+ + + + + + + + + diff --git a/sd-card/html/data_export.html b/sd-card/html/data_export.html new file mode 100644 index 00000000..786b868f --- /dev/null +++ b/sd-card/html/data_export.html @@ -0,0 +1,207 @@ + + + + Data Export (CSV) + + + + + + +

Data Export(CSV)

+

With the following action the data folder on the SD-card gets zipped and provided as a download.

+ +

+
+

+ + + + + + + + diff --git a/sd-card/html/index.html b/sd-card/html/index.html index 0cb89bdc..0645ef05 100644 --- a/sd-card/html/index.html +++ b/sd-card/html/index.html @@ -142,6 +142,7 @@
  • Data Graph
  • Data Table
  • Data Files
  • +
  • Data Export