diff options
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 |