From c1fb92c004eb2bda1f214a3012fc661bd1797d7e Mon Sep 17 00:00:00 2001 From: saman Date: Thu, 24 Dec 2020 10:56:32 +0330 Subject: Adding two new events: signal, battery. 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 Change-Id: I80061ece8a927a8cec1a4e379ff11c817377482c --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d6cee02..0d3aac6 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit 1.2.3-korg