MeshEdge is the interface for working with MeshEdges over the AppDaemon query RPC.

Generated

From ts-rpcdb.ts.tmpl

Hierarchy

  • MeshEdges

Constructors

Methods

Constructors

Properties

The client to use for RPC calls.

connID: string

The connection ID to use for RPC calls.

Methods

  • Deletes the MeshEdge with the given Sourceid and Targetid.

    Parameters

    • sourceid: string

      The ID of the source node.

    • targetid: string

      The ID of the target node.

    Returns Promise<void>

  • Returns the MeshEdge with the given Sourceid and Targetid.

    Parameters

    • sourceid: string

      The ID of the source node.

    • targetid: string

      The ID of the target node.

    Returns Promise<MeshEdge>

    The MeshEdge with the given Sourceid and Targetid.

  • Puts the given MeshEdge.

    Parameters

    • obj: MeshEdge

      The MeshEdge to put into the mesh storage.

    Returns Promise<void>

Generated using TypeDoc