diff --git a/dongle.ifname.json b/dongle.ifname.json index 17c4de60eeffc37a6b59b7cc7b2ed5d6c865fd93..47bc4baf059d4bfb07908297daf7131a4a612627 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" + } + } + } } } }