summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsaman <mahmoudi.saman1@gmail.com>2020-11-30 09:11:27 +0330
committersaman <mahmoudi.saman1@gmail.com>2020-12-19 09:50:33 +0330
commit067ffa5ef915499fed17a2ed67ad2fe689fdea81 (patch)
tree5c19bc7380a00537cdf60529b60935ac4cbcce60 /README.md
parent58aa4fbd91ca721994b6efe176ea94ccaee324ca (diff)
Getting network registration of connected phone device.koi_10.92.0koi/10.92.010.92.0
Is used ofono service and NetworkRegistration interface. Add NeworkRegistration interface to provide access to the connected phone's network registration properties (registration mode, status, technology, strength) Bug-AGL: SPEC-3721 Signed-off-by: saman <mahmoudi.saman1@gmail.com> Change-Id: I9c4be0366f97b39056af3b5bc9e861097a48ed44
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 34ca312..d6cee02 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ Telephony service allows respective clients access to the Handsfree Profile via
| hangup | hangup an active call or reject incoming call | |
| answer | answer incoming call | |
| get_battery_level | getting battery level of connected phone device | |
+| get_network_registration | getting network registration of connected phone device | *Response:* {"Status": "registered","Mode": "auto-only","Name": "Irancell","Strength": 20} |
## Events