UNPKG
node-red-contrib-superpower-smart-test
Version:
latest (1.3.93)
1.3.93
1.3.92
1.3.91
1.3.90
1.3.89
1.3.88
1.3.87
1.3.86
1.3.85
1.3.84
1.3.83
1.3.82
1.3.81
1.3.80
1.3.79
1.3.78
1.3.77
1.3.76
1.3.75
1.3.74
1.3.73
1.3.72
1.3.71
1.3.70
1.3.69
1.3.68
1.3.67
1.3.66
1.3.65
1.3.64
1.3.63
1.3.62
1.3.61
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.99
1.2.98
1.2.97
1.2.96
1.2.95
1.2.94
1.2.93
1.2.92
1.2.91
1.2.89
1.2.88
1.2.87
1.2.86
1.2.85
1.2.84
1.2.83
1.2.82
1.2.81
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
Node-RED integration with eWeLink Cube
node-red-contrib-superpower-smart-test
/
src
/
locales
/
zh-CN
/
control-device.html
29 lines
(19 loc)
•
406 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<script
type
=
"text/markdown"
data-help-name=
"control-device"
> 控制设备节点。
### 配置
* 名称 - 节点名称 * 服务器 - 服务器节点 * 类别 - 设备类别 * 设备 - 设备名称 * 行为 - 设备行为
### 输出
输出接口返回设备控制结果。 示例: ``` javascript {
"error"
:0,
"data"
:{},
"message"
:
"success"
} ``` </script>