bbfdm/docs/api/uci/bbfdm.md
2024-08-29 10:11:30 +00:00

8.5 KiB

UCI Config

bbfdmd
section
description
multi
options
bbfdmd
BBFDM daemon Settings
false
name
type
required
default
description
debug
boolean
no
Enabled debug logging
sock
string
no
Path for ubus socket to register bbfdmd services
loglevel
integer
no
1
Internal loglevel for debugging {0: No Logs; 1: Alert; 2: Critical; 3: Error; 4: Warning; 5: Notice; 6: Info; 7: Debug}
subprocess_level
integer
no
2
This parameter configures when subprocess can be used for get operation. Level here denotes the Datamodel object depth up-to which subprocess will be used to collect the get data. For example, if this is configured to 1, then only get for 'Device.' shall be called within the subprocess. If configured as level 2, then all the get with up-to depth 2 like 'Device.WiFi.', 'Device.IP.' shall be called in subprocess.
refresh_time
integer
no
5
The time period in seconds after which bbfdmd will refresh the datamodel instances in a periodic manner. If configured to '0' then instance updater will be disabled. If not configured at all then after every 5 seconds datamodel instances will be refreshed.