From 8da681c9ca4daa2abde686b7408bae4bcc74a84a Mon Sep 17 00:00:00 2001 From: Mike Almeloo Date: Thu, 29 Feb 2024 18:52:38 +0100 Subject: [PATCH] chore(docs): Update current feature list --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 947901e..4e1f49c 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ application wishing to integrate with the Find My network. - [x] Fetch location reports - [x] Apple acount sign-in - [x] SMS 2FA support + - [x] Trusted Device 2FA support - [x] Scan for nearby FindMy-devices - [x] Decode their info, such as public keys and status bytes - [x] Import or create your own accessory keys @@ -34,8 +35,6 @@ application wishing to integrate with the Find My network. ### Roadmap -- [ ] Trusted device 2FA - - Work has been done, but needs testing (I don't own any Apple devices) - [ ] Local anisette generation (without server) - Can be done using [pyprovision](https://github.com/Dadoum/pyprovision/), however I want to wait until Python wheels are available. @@ -48,7 +47,7 @@ The package can be installed from [PyPi](https://pypi.org/project/findmy/): pip install findmy ``` -For usage examples, see the [examples](examples) directory. Documentation coming soon™. +For usage examples, see the [examples](examples) directory. Documentation can be found [here](http://docs.mikealmel.ooo/FindMy.py/). ## Contributing