From 669c87149fb611e7fcb8d3ed3d3c624e580af6cb Mon Sep 17 00:00:00 2001 From: Rahul Thakur Date: Sun, 5 Feb 2023 21:52:44 +0530 Subject: [PATCH] ponmngr: xpon ubus object minor fixes --- ponmngr/files/etc/bbfdm/json/xpon.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ponmngr/files/etc/bbfdm/json/xpon.json b/ponmngr/files/etc/bbfdm/json/xpon.json index 7a3009e86..ccfd7f986 100644 --- a/ponmngr/files/etc/bbfdm/json/xpon.json +++ b/ponmngr/files/etc/bbfdm/json/xpon.json @@ -126,7 +126,7 @@ "object": "xpon", "method": "status", "args": {}, - "key": "ONU[@index].softwareImage.@Count" + "key": "ONU[@index].SoftwareImage.@Count" } } ] @@ -209,7 +209,7 @@ "object": "xpon", "method": "status", "args": {}, - "key": "ONU[@index].softwareImage" + "key": "ONU[@index].SoftwareImage" } } ],