mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-15 03:52:11 +01:00
Updated Backup File Anatomy (markdown)
parent
711f1a9e21
commit
de5a385f30
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue