Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Aug 18, 2023
1 parent 2fa52ed commit 9597a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapter/z-stack/adapter/adapter-backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export class AdapterBackup {
/**
* Due to a bug in ZStack, some devices go missing from the backed-up device tables which makes them disappear from the backup.
* This causes the devices not to be restored when e.g. re-flashing the adapter.
* If you then try to join a new device via a Zigbee 3.0 router that went missing (those with a linkkey), joning fails as the coordinator
* If you then try to join a new device via a Zigbee 3.0 router that went missing (those with a linkkey), joining fails as the coordinator
* does not have the linkKey anymore.
* Below we don't remove any devices from the backup which have a linkkey and are still in the database (=ieeeAddressesInDatabase)
*/
Expand Down

0 comments on commit 9597a0a

Please sign in to comment.