Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 1021 Bytes

SendMessageRequest.md

File metadata and controls

16 lines (11 loc) · 1021 Bytes

SendMessageRequest

Properties

Name Type Description Notes
CollectionId string [optional]
DeviceId string [optional]
Port int32 [optional]
Payload string [optional]
Transport string Valid transports are "udp", "coap", "coap-pull", "udp-pull", "coap-push", "udp-push". "udp" is equivalent to "udp-push" and "coap" is equivalent to "coap-push". Push messages are sent unsolicited to the device wheil pull messages are sent whenever the device wither sends data upstream (for UDP) or does a CoAP request to the CoAP service in span. [optional]
CoapPath string [optional]

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