iopsys-feed/decollector/files/de_hide_dm_scanres.json
Amin Ben Romdhane 819200160c
map-controller/decollector: add option to hide scan results from data model
Controlled via 'de_hide_dm_scanres'. Changing it requires restarting decollector and obuspa for it to take effect.

config controller 'controller'
	option enabled '1'
	option profile '3'
        ...
	option de_hide_dm_scanres '0'
2026-01-30 15:18:10 +00:00

20 lines
No EOL
362 B
JSON

{
"json_plugin_version":2,
"Device.WiFi.DataElements.Network.Device.{i}.Radio.{i}.": {
"type": "object",
"protocols": [
"cwmp",
"usp"
],
"access": false,
"array": true,
"Device.WiFi.DataElements.Network.Device.{i}.Radio.{i}.ScanResult.": {
"type": "object",
"protocols": [
"none"
],
"access": false,
"array": false
}
}
}