UNPKG

node-red-contrib-tapo-new-api

Version:

Unofficial node-RED node for connecting to TP-Link Tapo devices with new API. Currently limited to the P100 & P105 & P110 smart plugs and L510E smart bulbs.

4 lines (3 loc) 104 B
import { NodeInitializer } from "node-red"; declare const nodeInit: NodeInitializer; export = nodeInit;