bbfdm/test/python-test-cases/json/ubus_notify_event_method.json
Amin Ben Romdhane 89adb10a41 Added event test
2024-02-15 15:57:52 +01:00

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"
}
}
}
]
}