wow-com
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

wow-com

WOW Communication

Install

npm install wow-com
npx cap sync

API

echo(...)

echo(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


setWOWModules(...)

setWOWModules(options: { value: string; }) => any
Param Type
options { value: string; }

Returns: any


sendCMDMqtt(...)

sendCMDMqtt(options: { value: string; idModulo: string; tokenModulo: string; cmd: string; }) => any
Param Type
options { value: string; idModulo: string; tokenModulo: string; cmd: string; }

Returns: any


sendCMDHttpCloud(...)

sendCMDHttpCloud(options: { value: string; mac: string; token: string; cmd: string; }) => any
Param Type
options { value: string; mac: string; token: string; cmd: string; }

Returns: any


sendCMDHttp(...)

sendCMDHttp(options: { value: string; ip: string; cmd: string; }) => any
Param Type
options { value: string; ip: string; cmd: string; }

Returns: any


sendCMDTcp(...)

sendCMDTcp(options: { value: string; ip: string; cmd: string; }) => any
Param Type
options { value: string; ip: string; cmd: string; }

Returns: any


Readme

Keywords

Package Sidebar

Install

npm i wow-com

Weekly Downloads

1

Version

0.0.4

License

MIT

Unpacked Size

33.1 kB

Total Files

29

Last publish

Collaborators

  • wowautomacao