TransferPayload
TransferPayload represents the payload structure that should be used via an API to send a payload with a specific load type.
{ "apiVersion": "1.0.0", "method": "SET", "payload": { "devices": { "001A2B3C4D5E": { "model": 13, "auxLight": { "intensity": 100 } } } }} Copy
{ "apiVersion": "1.0.0", "method": "SET", "payload": { "devices": { "001A2B3C4D5E": { "model": 13, "auxLight": { "intensity": 100 } } } }}
API target version (defaults to the latest). The server's version will not reflect the API version.
(^[0-9]{1,3}[.][0-9]{1,3}([.][0-9]{1,3})?.*$)
Optional
Readonly
Transfer error type that the server sends for a variety of reasons.
TransferError
The action type for the payload. Indicates whether it's sent or received, and how the payload should be handled.
TransferMethodType
The payload that the API expects to receive. .
TransferPayload
TransferPayload represents the payload structure that should be used via an API to send a payload with a specific load type.
Example