Skip to content
New issue

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

Naming incosistency: ftddevicehapair vs ftdhapair #76

Open
sfiorido opened this issue Jul 1, 2023 · 0 comments
Open

Naming incosistency: ftddevicehapair vs ftdhapair #76

sfiorido opened this issue Jul 1, 2023 · 0 comments

Comments

@sfiorido
Copy link

sfiorido commented Jul 1, 2023

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant