From 18fed70a6cfe069d6ff4116ea442f99f370d5b35 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 13 Feb 2013 23:24:38 +0100 Subject: [PATCH] doc: Add missing device RSSI property RSSI property was not documented in device API. --- doc/device-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/device-api.txt b/doc/device-api.txt index c79a46cab..0f916c7b6 100644 --- a/doc/device-api.txt +++ b/doc/device-api.txt @@ -180,3 +180,8 @@ Properties string Address [readonly] Remote Device ID information in modalias format used by the kernel and udev. + + int16 RSSI [readonly, optional] + + Received Signal Strength Indicator of the remote + device. -- 2.47.3