Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides context to communicate with Controller.

Usage

import { getNodes } from './brooxController.js';

Functions

Index

Functions

Functions

  • getNodes(controllerIp: string, nodeId: string, nodeIp: string, nodeType: string): Promise<Node[]>
  • Gets nodes from controller.

    Parameters

    • controllerIp: string

      Controller IP address.

    • nodeId: string

      Node id.

    • nodeIp: string

      Node IP address.

    • nodeType: string

      Node type.

    Returns Promise<Node[]>

    Nodes list

Generated using TypeDoc