Hierarchy

  • IEFClient

Properties

getMSG: ((nodeID, topic, msg) => IdentifierInfo)

Type declaration

    • (nodeID, topic, msg): IdentifierInfo
    • send the message to the node

      Parameters

      • nodeID: string

        node id

      • topic: string

        topic

      • msg: string

        message

      Returns IdentifierInfo

getNode: ((projectID, nodeID) => IdentifierInfo)

Type declaration

    • (projectID, nodeID): IdentifierInfo
    • get the detail of the edge node

      Parameters

      • projectID: string

        project id

      • nodeID: string

        node id

      Returns IdentifierInfo

getNodeDevice: ((projectID, deviceID) => IdentifierInfo)

Type declaration

    • (projectID, deviceID): IdentifierInfo
    • get the detail of the device

      Parameters

      • projectID: string

        project id

      • deviceID: string

        device id

      Returns IdentifierInfo

getProjectDevice: ((projectID) => IdentifierInfo)

Type declaration

getProjectNode: ((projectID) => IdentifierInfo)

Type declaration