controller: nbapi: Add prplMesh proxymapping ODL

Adds a proxymapping ODL that will map "X_PRPLWARE-COM_WiFiController." to "Device.WiFi.DataElements."
Also changes the prplMesh ACL to target this proxied path.

The generated mapping ODL needs to be installed as a tr181-device extension for the proxy to work.

Closes: PPM-3311

Signed-off-by: Maarten De Decker <maarten.dedecker@mind.be>
This commit is contained in:
Maarten De Decker
2025-05-13 18:26:33 +02:00
parent 86175079b5
commit 77bc69821a
2 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,9 @@
{
"@CONTROLLER_ROOT_DM@.": {
"Device.WiFi.DataElements.": {
"Order": 1,
"Param": "rwxn",
"Obj": "rwxn",
"InstantiatedObj": "rwxn",
"CommandEvent": "rwxn"
}
}
}

View File

@@ -0,0 +1,3 @@
%config {
%global "proxy-object.'Device.WiFi.DataElements.'" = "@DATAELEMENTS_ROOT_DM@.";
}