diff options
author | saman <mahmoudi.saman1@gmail.com> | 2020-12-24 10:56:32 +0330 |
---|---|---|
committer | saman <mahmoudi.saman1@gmail.com> | 2021-01-18 17:50:08 +0330 |
commit | c1fb92c004eb2bda1f214a3012fc661bd1797d7e (patch) | |
tree | 420ca1abd8150d24cdeb5d0aad366daf97384984 /README.md | |
parent | 067ffa5ef915499fed17a2ed67ad2fe689fdea81 (diff) |
Adding two new events: signal, battery.koi_10.93.0koi/10.93.010.93.0
1) The signal event will be raised when the Strength of the network registration changes.
2) The battery event will be raised when the BatteryChargeLevel of the handsfree changes.
Signed-off-by: saman <mahmoudi.saman1@gmail.com>
Change-Id: I80061ece8a927a8cec1a4e379ff11c817377482c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Telephony service allows respective clients access to the Handsfree Profile via | incomingCall | Incoming call events | {"clip": "3305551212"} | | terminatedCall | Terminated call event | *empty JSON response* | | online | Connected status of Handsfree Profile | {"connected": true} | +| battery | Connected status of Handsfree Profile | {"battery level": 2} | +| signal | Connected status of Handsfree Profile | {"signal level": 20} | ### callStateChanged Event |