From de5a385f30afd6be05c3ca343968cf55621e4c3d Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:44:08 -0700 Subject: [PATCH] Updated Backup File Anatomy (markdown) --- Backup-File-Anatomy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backup-File-Anatomy.md b/Backup-File-Anatomy.md index 417b257..4b0ffad 100644 --- a/Backup-File-Anatomy.md +++ b/Backup-File-Anatomy.md @@ -1,7 +1,7 @@ # Versioning ESPSomfy-RTS backup files are assigned a version number so that over time, additional functionality can be added while still allowing older versions of the backup files to be restored to the device. Data and record elements in this document indicate when each of them were first seen in the wild. -## Layout +# Layout The backup file has evolved over time but its structure and data layout has remained consistent. It consists of a header on the first line followed by one record per line. All data in the file is represented in text format for easy reading. Each data element is delimited by a comma or end of line to signify the end of the data element with spaces padding numeric values on the left and spaces padding text values on the right. In cases where the strings are variable in length the string is bound by quotes. ```