From 4ce1e47a3b2f4af1c744d5d45ffe06db2bd05e8f Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sun, 25 Feb 2024 09:46:58 -0800 Subject: [PATCH] Updated Backup File Anatomy (markdown) --- Backup-File-Anatomy.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Backup-File-Anatomy.md b/Backup-File-Anatomy.md index 2228446..9af4500 100644 --- a/Backup-File-Anatomy.md +++ b/Backup-File-Anatomy.md @@ -196,6 +196,12 @@ The network adapter settings record is used primarily to store information relat | Subnet | String | Variable | The subnet mask assigned to the device | 13+ | | DNS1 | String | Variable | The DNS server address | 13+ | | DNS2 | String | Variable | The alternate DNS server address | 13+ | +| MQTT Protocol | String | Variable | The protocol used for MQTT | 21+ | +| MQTT Host | String | Variable | Hostname for the MQTT broker | 21+ | +| MQTT Port | Number | 5 | Port setting for the MQTT broker | 21+ | +| MQTT Disco | Boolean | 5 | Indicates whether the MQTT discovery topics should be published | 21+ | +| MQTT Root Topic | String | Variable | The root topic for MQTT | 21+ | +| MQTT Disco Topic | String | Variable | The discovery topic for MQTT | 21+ | | Board Type | Number | 3 | 0 = Custom, 1 = WT32-ETH01, 2 = Olimex ESP32-POE, 3 = Olimex ESP32-PVB, 4 = LilyGO T-Internet POE, 5 = wESP32 v7+, 6 = wESP32 < v7 | 13+ | | PHY Type | Number | 3 | 0 = LAN8720, 1 = TLK110, 2 = RTL8201, 3 = DP83848, 4 = DM9501, 5 = KZ8081 | 13+ | | CLK Mode | Number | 3 | 0 = GPIO0 In, 1 = GPIO0 Out, 2 = GPIO16 Out, 3 = GPIO17 Out | 13+ |