From 1f111da4a73058e3aae2fbf0097e3fa76bc46f80 Mon Sep 17 00:00:00 2001 From: John Freed Date: Thu, 12 Aug 2021 02:11:18 +0200 Subject: [PATCH] Updated Feature Matrix (markdown) --- Feature-Matrix.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Feature-Matrix.md b/Feature-Matrix.md index 8a905c4..529c4b8 100644 --- a/Feature-Matrix.md +++ b/Feature-Matrix.md @@ -13,7 +13,8 @@ | > listNumbers | ❌ | ❌ | ✅ | listDevices | ✅ | ❌ | ✅1 | listGroups | ✅ | ✅ | ✅ -| listIdentities | ✅ | ❌ | ❔ +| listIdentities | ✅ | ❌ | ✅1, 16 +| > listIdentity | ✅17 | ❌ | ✅1 | quitGroup | ✅ | ❌ | ✅ | receive | ✅ | ✅ | ✅ | register | ✅ | ❌ | ✅ @@ -156,4 +157,6 @@ 12. Provided via the `--captcha` option 13. Provided via the `isRegistered` command 14. Provided via the `--pin` option -15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to getContactName` and `isContactBlocked` \ No newline at end of file +15. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to `getContactName` and `isContactBlocked` +16. Provided indirectly by the `listNumbers` command, which returns an array of contact numbers, followed by a series of calls to `listIdentity`, which returns a four-element array +17. Provided via the `--number` option