mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-15 03:52:11 +01:00
Updated Backup File Anatomy (markdown)
parent
be1261035f
commit
41ac460e46
1 changed files with 2 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ There will be one shade record for each configured shade. All data in a shade r
|
|||
| 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+ |
|
||||
| Room Id | 3 | The id of the room that the shade belongs to | 19+ |
|
||||
|
||||
## 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.
|
||||
|
|
@ -158,6 +159,7 @@ Group records follow the shade records in the file. There is one group record p
|
|||
| Member Id 32 | 3 | The id of the shade member | 10+ |
|
||||
| Repeats | 3 | The number of repeats to send when sending a command | 12+ |
|
||||
| Sort Order | 3 | The order in which to display in the interface | 13+ |
|
||||
| Room Id | 3 | The id of the room that the group belongs to | 19+ |
|
||||
|
||||
## Repeater Record
|
||||
The repeaters are stored in the file in sets of 7. Currently only one repeater record (7 repeaters) are available for setup.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue