aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2024-03-21 13:53:10 -0500
committerDenis Kenzior <denkenz@gmail.com>2024-03-22 10:40:48 -0500
commit3dbaed76ff2d0fcfc6575f12d0df2cf9945e8b1c (patch)
tree21fa21e97a6a721f996cadd0dd6fdeac68126e62
parent864466ac2d9ea8a7100ee2d192f5f68ecff5e057 (diff)
downloadofono-3dbaed76ff2d0fcfc6575f12d0df2cf9945e8b1c.tar.gz
doc: Add new Modem.Capabilities property
The intent of this property is to give an early hint to external clients, such as ConnMan, about this modem's capabilities such that the clients can modify their behavior accordingly. For example, ConnMan might choose to drive the modem slightly differently if it knows that a modem is LTE capable.
-rw-r--r--doc/modem-api.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/modem-api.txt b/doc/modem-api.txt
index ff9facdce..69108ab00 100644
--- a/doc/modem-api.txt
+++ b/doc/modem-api.txt
@@ -182,3 +182,9 @@ Properties boolean Powered [readwrite]
supported by this modem.
Possible values are "test", "hfp", "sap" and "hardware".
+
+ array{string} Capabilities [readonly, optional]
+
+ Contains the capabilities of this modem.
+
+ Possible values are "lte".