Contacts¶
Contact management operations for Akuvox devices.
Note
This module uses the /api/contact/* HTTP endpoints which manage a
separate data store from the Akuvox device web UI. Contacts
created via these endpoints will not appear in the web UI, and
vice-versa. The web UI uses session-authenticated /web/ endpoints
that are not supported by this library.
- async pylocal_akuvox.contacts.list_contacts(http, *, page=None)[source]¶
List contacts from the device, optionally paginated.
- async pylocal_akuvox.contacts.add_contact(http, *, name, phone=None, group=None)[source]¶
Add a contact to the device address book.