Updated Feature Matrix (markdown)

John Freed 2021-08-12 02:11:18 +02:00
parent 7b4dd969d7
commit 1f111da4a7

@ -13,7 +13,8 @@
| > listNumbers | ❌ | ❌ | ✅
| listDevices | ✅ | ❌ | ✅<sup>1</sup>
| listGroups | ✅ | ✅ | ✅
| listIdentities | ✅ | ❌ | ❔
| listIdentities | ✅ | ❌ | ✅<sup>1, 16</sup>
| > listIdentity | ✅<sup>17</sup> | ❌ | ✅<sup>1</sup>
| 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`
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