diff options
author | saman <mahmoudi.saman1@gmail.com> | 2020-11-07 09:58:01 +0330 |
---|---|---|
committer | saman <mahmoudi.saman1@gmail.com> | 2020-11-19 09:08:28 +0330 |
commit | 56fec224dc4dd73a631ac2c15c1a240fd8e92e81 (patch) | |
tree | 64293bd46878d2ad7052b8387d4f6f21c04acf82 /README.md | |
parent | 5762ff51fce596eadbd57522a6ab2978147cd830 (diff) |
Getting battery level of connected phone device
Adding "get_battery_level" verb for getting battery level of connected phone device.
Is used ofono service and handsfree interface.
Bug-AGL: SPEC-3687
Signed-off-by: saman <mahmoudi.saman1@gmail.com>
Change-Id: I9713cb186195a170909e6511991cfc32380e12a1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ Telephony service allows respective clients access to the Handsfree Profile via | dial | dial respective number | *Request:* {"value": "15035551212"} | | hangup | hangup an active call or reject incoming call | | | answer | answer incoming call | | +| get_battery_level | getting battery level of connected phone device | | ## Events |