0.0.4 • Published 3 years ago

wow-com v0.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

wow-com

WOW Communication

Install

npm install wow-com
npx cap sync

API

echo(...)

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

Returns: any


setWOWModules(...)

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

Returns: any


sendCMDMqtt(...)

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

Returns: any


sendCMDHttpCloud(...)

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

Returns: any


sendCMDHttp(...)

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

Returns: any


sendCMDTcp(...)

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

Returns: any