mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
23 lines
630 B
JSON
23 lines
630 B
JSON
{
|
|
"events": [
|
|
{
|
|
"description": "Validate ubus bbfdm <notify_event> method",
|
|
"service": "bbfdm",
|
|
"method": "notify_event",
|
|
"input": {
|
|
"name": "Device.LocalAgent.TransferComplete!",
|
|
"input": {
|
|
"param1": "val1",
|
|
"param2": "val2"
|
|
}
|
|
},
|
|
"output": {
|
|
"name": "Device.LocalAgent.TransferComplete!",
|
|
"input": {
|
|
"param1": "val1",
|
|
"param2": "val2"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|