Skip to content
Snippets Groups Projects
Commit 9f580d6b authored by Hemlata's avatar Hemlata
Browse files

Fix in the Json File

parent 480ef2ef
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
"output": {
"remaining_attempts": {
"description": "Number of remaining attempts till pin is locked",
"type": "string",
"type": "integer",
"values": [
"0",
"1",
......@@ -80,6 +80,15 @@
}
}
},
"puk_remaining_attempts": {
"description": "Prints the remaining attempts before pin is locked",
"output": {
"remaining_attempts": {
"description": "Number of remaining attempts till pin is locked",
"type": "integer"
}
}
},
"pin_status": {
"description": "Porivdes information regarding whether pin is enabled or disabled.",
"output": {
......@@ -112,6 +121,86 @@
}
}
},
"list_apn_profiles": {
"description": "Lists all available APN profile configurations.",
"output": {
"current_profile":{
"type":"integer"
},
"profiles":
{
"list" : "true",
"profile":
{
"index":{
"type":"integer"
},
"name": {
"type": "string"
},
"apn_name": {
"type": "string"
},
"mode": {
"type": "string",
"values": [
"auto",
"manual",
""
]
},
"wan_dial": {
"type": "string"
},
"auth_mode": {
"type": "string",
"values": [
"NONE",
"CHAP",
"PAP",
""
]
},
"ppp_username": {
"type": "string"
},
"ppp_passwd": {
"type": "string"
},
"pdp": {
"type": "string",
"values": [
"IP",
""
]
},
"pdp_select": {
"type": "string",
"values": [
"auto",
""
]
},
"pdp_addr": {
"type": "string"
},
"dns_mode": {
"type": "string",
"values": [
"auto",
"manual"
]
},
"prefer_dns_manual": {
"type": "string"
},
"primary_dns":{
"type": "string"
}
}
}
}
},
"list_apn_profiles": {
"description": "Lists all available APN profile configurations.",
"output": {
......@@ -228,70 +317,81 @@
}
}
},
"current_apn_profile": {
"show_current_apn": {
"description": "Returns the APN profile currently in use.",
"output": {
"profile_name": {
"type": "string"
},
"apn_name": {
"type": "string"
},
"mode": {
"type": "string",
"values": [
"auto",
"manual",
""
]
},
"wan_dial": {
"type": "string"
},
"ppp_auth_mode": {
"type": "string",
"values": [
"NONE",
"CHAP",
"PAP",
""
]
},
"ppp_username": {
"type": "string"
},
"ppp_passwd": {
"type": "string"
},
"pdp": {
"type": "string",
"values": [
"IP",
""
]
},
"pdpd_select": {
"type": "string",
"values": [
"auto",
""
]
},
"pdp_addr": {
"type": "string"
},
"dns_mode": {
"type": "string",
"values": [
"auto",
"manual"
]
},
"prefer_dns_manual": {
"type": "string"
}
}
},
"profile": {
"index": {
"type": "integer"
},
"name": {
"type": "string"
},
"apn_name": {
"type": "string"
},
"mode": {
"type": "string"
},
"auth_mode": {
"type": "string",
"values": [
"auto",
"manual",
""
]
},
"wan_dial": {
"type": "string"
},
"ppp_auth_mode": {
"type": "string",
"values": [
"NONE",
"CHAP",
"PAP",
""
]
},
"ppp_username": {
"type": "string"
},
"ppp_passwd": {
"type": "string"
},
"pdp": {
"type": "string",
"values": [
"IP",
""
]
},
"pdp_select": {
"type": "string",
"values": [
"auto",
""
]
},
"pdp_addr": {
"type": "string"
},
"dns_mode": {
"type": "string",
"values": [
"auto",
"manual"
]
},
"prefer_dns_manual": {
"type": "string"
},
"primary_dns": {
"type": "string"
}
}
}
},
"signal_strength": {
"description": "Prints the RSSI.",
"output": {
......@@ -426,13 +526,13 @@
"type": "string"
},
"total_upload": {
"type": "string"
"type": "integer"
},
"total_download": {
"type": "string"
"type": "integer"
},
"total_connect_time": {
"type": "string"
"type": "integer"
}
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment