/
UN
unitedrhino
/
things-api
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 1mo ago
Details
Filter operations
things/device/auth
4
things/device/auth5
2
things/device/edge
1
things/device/gateway
3
things/device/group
3
things/device/info
17
things/device/interact
9
things/device/module/version
2
things/device/msg
10
things/device/profile
4
things/device/schema
6
things/group/device
3
things/group/info
5
things/ota/firmware/device
4
things/ota/firmware/info
5
things/ota/firmware/job
4
things/ota/module/info
5
things/product/category
9
things/product/config
1
things/product/custom
2
things/product/info
6
things/product/remoteConfig
4
things/product/schema
7
things/protocol/info
5
things/protocol/script
6
post
新增协议脚本
post
协议脚本调试
post
删除协议脚本
post
获取协议脚本列表
post
获取协议脚本详情
post
更新协议脚本
things/protocol/script/device
5
things/protocol/service
2
things/rule/alarm/info
5
things/rule/alarm/record
2
things/rule/alarm/scene
3
things/rule/scene/info
6
things/rule/scene/log
1
things/schema/common
5
things/slot/area
2
things/slot/user
1
things/user/device/collect
3
things/user/device/share
9
things/protocol/script
thingsProtocolScript
协议脚本调试
post
/api/v1/things/protocol/script/debug
Request body
ProtocolScriptDebugReq
required
triggerDir
integer
required
1:up 2:down
triggerTimer
integer
required
收到前处理1:before 2:after
script
string
required
脚本内容
req
PublishMsg
required
resp
PublishMsg
Response
A successful response.
object
required
code
integer
msg
string
data
ProtocolScriptDebugResp
Changes