We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the fireREST.fmc.devicehapair constructor the method is named "ftdhapair" while in the directory tree and docs is named "ftddevicehapair".
from fireREST.fmc import Connection from fireREST.fmc.devicehapair.ftddevicehapair import FtdHAPair
class DeviceHAPair: def init(self, conn: Connection): self.ftdhapair = FtdHAPair(conn)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the fireREST.fmc.devicehapair constructor the method is named "ftdhapair" while in the directory tree and docs is named "ftddevicehapair".
from fireREST.fmc import Connection
from fireREST.fmc.devicehapair.ftddevicehapair import FtdHAPair
class DeviceHAPair:
def init(self, conn: Connection):
self.ftdhapair = FtdHAPair(conn)
The text was updated successfully, but these errors were encountered: