Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 979 Bytes

File metadata and controls

43 lines (24 loc) · 979 Bytes

\DeviceApi

All URIs are relative to https://iot.worthcloud.net

Method HTTP request Description
SendAction Post /v1/devices/send_action 发送指令

SendAction

ApiResponse SendAction(ctx, body)

发送指令

发送指令

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
body ActionReq

Return type

ApiResponse

Authorization

No authorization required

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]