plugin
plugin command
request: send
path | type | conditions | description |
---|---|---|---|
plugin.send |
dataArray |
|
// Json Example
[
{
"plugin": {
"send": [16, 34, 242]
}
}
]
response: receive
path | type | conditions | description |
---|---|---|---|
plugin.receive |
dataArray |
|
//Response Example
[
{
"plugin": {
"receive": [16, 34, 242]
}
}
]
type defines
dataArray
type | conditions | examples | description |
---|---|---|---|
array |
|
|
Binary data array. |