From eff34ff30ec636c052b9f6d0b56e56661692e6a5 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:16:22 -0800 Subject: [PATCH] Updated Backup File Anatomy (markdown) --- Backup-File-Anatomy.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Backup-File-Anatomy.md b/Backup-File-Anatomy.md index 4b0ffad..901d219 100644 --- a/Backup-File-Anatomy.md +++ b/Backup-File-Anatomy.md @@ -74,6 +74,7 @@ There will be one shade record for each configured shade. All data in a shade r | GPIO Up | 3 | The GPIO pin assigned to the up command if a GP_* type | 15+ | | GPIO Down | 3 | The GPIO Pin assigned to the down command if a GP_* type | 15+ | | GPIO My | 3 | The GPIO Pin assigned to the my command if a GP_* type | 16+ | +| GPIO Flags | 3 | Flags associated with the pin configuration for GP_* types. Bit 1 indicates whether the pins use a low level trigger | 17+ | ## Group Record Group records follow the shade records in the file. There is one group record per line and each data element is fixed length. Prior to header version 10 groups did not exist and there will be no group records in the file.