Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(541)

Unified Diff: components/onc/docs/onc_spec.html

Issue 2618793004: Add SignalStrength to Cellular {Managed}Properties (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/onc/docs/onc_spec.html
diff --git a/components/onc/docs/onc_spec.html b/components/onc/docs/onc_spec.html
index 2ef234452cb128a3de2fee36a1bb3f394843f5cd..3c6daf1591ee30f2d6b9fd1299f5888a2db8c390 100644
--- a/components/onc/docs/onc_spec.html
+++ b/components/onc/docs/onc_spec.html
@@ -2397,6 +2397,17 @@
registered
</dd>
+ <dt class="field">SignalStrength</dt>
+ <dd>
+ <span class="field_meta">
+ (optional, read-only)
+ <span class="type">integer</span>
+ </span>
+ The current signal strength for this network in the range [0, 100],
+ provided by the system. If the network is not in range this field will
+ be set to '0' or not present.
+ </dd>
+
<dt class="field">SIMLockStatus</dt>
<dd>
<span class="field_meta">(optional, read-only, provided only

Powered by Google App Engine
This is Rietveld 408576698