Skip to content

Naming incosistency: ftddevicehapair vs ftdhapair  #76

@sfiorido

Description

@sfiorido

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions