obuspa: 6.0.0.3

This commit is contained in:
vdutta 2022-10-06 15:57:28 +05:30
parent d4ac43a3bf
commit cc71eb3ef5
3 changed files with 2 additions and 5 deletions

View file

@ -5,7 +5,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=obuspa
PKG_VERSION:=6.0.0.2
PKG_VERSION:=6.0.0.3
LOCAL_DEV:=0
ifneq ($(LOCAL_DEV),1)

View file

@ -797,7 +797,6 @@ sync_db_controller()
copts="Enable EndpointID AssignedRole"
popts="Destination Topic Reference Host Port Path EnableEncryption"
ropts="assigned_role_name mqtt stomp"
cntrs="$(get_instances_from_db_dump Device.LocalAgent.Controller.)"
for cntr in $cntrs; do
@ -821,9 +820,6 @@ sync_db_controller()
pvalue="$(get_param_value_from_dump "${cntr}".MTP.1."${protocol}"."${param}")"
uci_set obuspa "${sec}" "${param}" "${pvalue}"
done
for param in ${ropts}; do
uci_set obuspa "${sec}" "${param}" ""
done
done
}

View file

@ -2,6 +2,7 @@
"dmcaching_exclude": [
"Device.DeviceInfo.ProcessStatus.Process.",
"Device.Hosts.Host.",
"Device.IEEE1905.",
"Device.WiFi.DataElements."
]
}