From 7ba34ac7c5a219cd1891911e6a80f5121f0cf59e Mon Sep 17 00:00:00 2001 From: Jakub Pawlowski Date: Fri, 17 Apr 2015 18:09:30 -0700 Subject: [PATCH] doc/device-api: Add TxPower This adds TxPower from advertisement data. --- doc/device-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index 72c597e7a..20d6c65a0 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -196,6 +196,11 @@ Properties string Address [readonly] Received Signal Strength Indicator of the remote device (inquiry or advertising). + int16 TxPower [readonly, optional, experimental] + + Advertised transmitted power level (inquiry or + advertising). + dict ManufacturerData [readonly, optional] Manufacturer specific advertisement data. Keys are -- 2.47.3