node-red-contrib-superpower-smart-test
Version:
Node-RED integration with eWeLink Cube
29 lines (19 loc) • 385 B
HTML
<script type="text/markdown" data-help-name="control-device">
A Node to control devices.
### Configuration
* Name-Node name
* Server-Server node
* Type-Device type
* Device-Device name
* Behavior-Device behavior
## Output
Output device control result.
Example:
``` javascript
{
"error":0,
"data":{},
"message":"success"
}
```
</script>