30 Zeilen
438 B
JSON
30 Zeilen
438 B
JSON
{
|
|
"name": {},
|
|
"online": {},
|
|
"status": {},
|
|
"input_channels": {},
|
|
"get_input": {
|
|
"parameters": [
|
|
{
|
|
"name": "channel",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "address"
|
|
}
|
|
],
|
|
"return_values": 1
|
|
},
|
|
"output_channels": {},
|
|
"get_output": {
|
|
"parameters": [
|
|
{
|
|
"name": "channel"
|
|
},
|
|
{
|
|
"name": "address"
|
|
}
|
|
],
|
|
"return_values": 1
|
|
}
|
|
} |