mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-09 23:34:51 +01:00
47 lines
902 B
JSON
47 lines
902 B
JSON
{
|
|
"daemon": {
|
|
"enable": "1",
|
|
"service_name": "wifidmd",
|
|
"unified_daemon": true,
|
|
"services": [
|
|
{
|
|
"parent_dm": "Device.WiFi.",
|
|
"object": "Radio"
|
|
},
|
|
{
|
|
"parent_dm": "Device.WiFi.",
|
|
"object": "SSID"
|
|
},
|
|
{
|
|
"parent_dm": "Device.WiFi.",
|
|
"object": "AccessPoint"
|
|
},
|
|
{
|
|
"parent_dm": "Device.WiFi.",
|
|
"object": "NeighboringWiFiDiagnostic"
|
|
},
|
|
{
|
|
"parent_dm": "Device.WiFi.",
|
|
"object": "EndPoint"
|
|
},
|
|
{
|
|
"parent_dm": "Device.WiFi.",
|
|
"object": "Reset()"
|
|
}
|
|
],
|
|
"config": {
|
|
"loglevel": "3"
|
|
},
|
|
"apply_handler": {
|
|
"uci": [
|
|
{
|
|
"file": [
|
|
"wireless",
|
|
"mapcontroller"
|
|
],
|
|
"external_handler": "/etc/wifidmd/bbf_config_reload.sh"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|