obuspa: register core datamodel with cwmp proto

This commit is contained in:
Vivek Kumar Dutta 2024-12-06 18:01:05 +05:30
parent c7a6bdb4a0
commit 7dd517dba7
2 changed files with 7 additions and 4 deletions

View file

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

View file

@ -6,15 +6,18 @@
"services": [
{
"parent_dm": "Device.",
"object": "USPAgent"
"object": "USPAgent",
"proto": "cwmp"
},
{
"parent_dm": "Device.",
"object": "MQTT"
"object": "MQTT",
"proto": "cwmp"
},
{
"parent_dm": "Device.",
"object": "STOMP"
"object": "STOMP",
"proto": "cwmp"
}
],
"config": {