UNPKG

@hg8496/umgfinder

Version:

A tool to find all Janitza UMGs in the specified network

4 lines (3 loc) 132 B
import IDevice from "./IDevice"; export declare function scanNetwork(networkBlock: string): Promise<IDevice[]>; export { IDevice };