UNPKG

node-red-contrib-ewelink-cube

Version:

Node-RED integration with eWeLink Cube

13 lines (12 loc) 309 B
import IConfig from "../ts/interface/IConfig"; declare class Store { config: IConfig; setConfig({ debug }: { debug?: boolean; }): void; setIp(ip: string): void; setAT(at: string): void; setMac(mac: string): void; } declare const store: Store; export default store;