UNPKG

node-red-contrib-ewelink-cube

Version:

Node-RED integration with eWeLink Cube

4 lines (3 loc) 191 B
import IHttpConfig from '../ts/interface/IHttpConfig'; import IResponse from '../ts/interface/IResponse'; export default function httpRequest(httpConfig: IHttpConfig): Promise<IResponse>;