User

Just like the ConductorAccount, the Airfinder User object is used to get, monitor, manage your Airfinder devices.

After creating your Airfinder Account at https://pro.airfinder.com/login you are ready to start interfacing with your devices!

To get started, simply instantiate a User with your credentials

import conductor.airfinder

account = conductor.airfinder.User('my_email_address')

Then, from this object, you are able to register, provision, and retrieve all of the Devices that your Conductor Account has access to.