From 1e5823c06012575c025cd6b8e2b2a69eb4cda03b Mon Sep 17 00:00:00 2001
From: Hemlata Bhatt <hemlata.bhatt@iopsys.eu>
Date: Tue, 6 Aug 2019 14:56:31 +0200
Subject: [PATCH] Adding the new function to Json file

---
 dongle.ifname.json | 23 ++++++++++++++++++++++-
 1 file changed, 22 insertions(+), 1 deletion(-)

diff --git a/dongle.ifname.json b/dongle.ifname.json
index 17c4de6..47bc4ba 100644
--- a/dongle.ifname.json
+++ b/dongle.ifname.json
@@ -558,7 +558,28 @@
                                                 "type": "string"
                                        }
                                }
-                       }
+                       },
+                      "software_version": {
+                               "output": {
+                                      "software_version": {
+                                                "type": "string"
+                                      }
+                               }
+                      },
+                      "network_provider": {
+                              "output" : {
+                                       "network_provider": {
+                                                "type" : "string"
+                                        }
+                               }
+                      },
+                      "signal_strength" : {
+                              "output" : {
+                                       "rssi": {
+                                                "type" : "string"
+                                         }
+                                    }
+                      }
 		}
 	}
 }
-- 
GitLab