Skip to content

Commit 111ff64

Browse files
committed
update readme
1 parent 16d77a0 commit 111ff64

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Some quick guidelines to keep the codebase maintainable:
4141
- [x] Encoding/decoding of ZigBee NWK APS frames
4242
- [x] Network forming
4343
- [x] Network state saving (de facto backups)
44-
- [ ] Network state reset based on given network parameters (avoid need for manual delete of `zoh.save` on config change)
44+
- [x] Network state reset based on given network parameters
4545
- [x] Joining/Rejoining
4646
- [x] APS TC link key update mechanism (global)
4747
- [x] Direct child router
@@ -89,7 +89,6 @@ serial:
8989
> ZigBee on Host saves the current state of the network in the file `zoh.save`. _It is similar to the NVRAM of an NCP coordinator._
9090
> This file contains everything needed to re-establish the network on start, hence, a `coordinator_backup.json` is never created.
9191
> For Zigbee2MQTT, this file is alongside the `database.db` in the `data` folder.
92-
> For now, if you want a clean re-forming of the network, you can just move/delete the `database.db`, `state.json`, `zoh.save`, and reset your `configuration.yaml` (otherwise it will use `zoh.save` to resume operation).
9392

9493
> [!TIP]
9594
> The EUI64 (IEEE address) in the firmware of the coordinator is ignored in this mode. A static one is used instead (set by Zigbee2MQTT), allowing you to change coordinators at will on the same network (although you may encounter device-related troubles when radio specs vary wildly).

0 commit comments

Comments
 (0)