wow-com
v0.0.4
Published
WOW Communication
Downloads
10
Readme
wow-com
WOW Communication
Install
npm install wow-com
npx cap syncAPI
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
