bbfdm/test/wifi_dataelements/input.json
2023-05-16 14:13:03 +00:00

37 lines
535 B
JSON
Executable file

{
"daemon": {
"config": {
"refresh_time": 10,
"enable_plugins": 1
},
"services": [
{
"ubus_obj": "bbfdm.dataelements",
"obj_mount": "Device.WiFi.",
"obj_name": "DataElements"
}
],
"input": {
"type": "DotSo",
"name": "/lib/libbbfdm.so"
},
"output": {
"type": "UBUS",
"name": "bbfdm"
}
},
"client": {
"config": {
"proto": "both",
"instance_mode": 0,
"enable_plugins": 0
},
"input": {
"type": "UBUS",
"name": "bbfdm"
},
"output": {
"type": "CLI"
}
}
}