Instruction
Sends a SolarNetwork instruction
Authorizations
Body
pathstringOptional
paramsobjectOptional
Responses
200
successful operation
application/json
Responseobject
400
Invalid status value
application/json
post
POST //solarnetwork/instruction HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 27
{
"path": "text",
"params": {}
}
{}