summaryrefslogtreecommitdiff
path: root/doc/thermometer-api.txt
diff options
context:
space:
mode:
authorAndrzej Kaczmarek <andrzej.kaczmarek@tieto.com>2012-10-09 13:19:51 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-10-09 17:56:09 +0200
commit2f32a908688b7ffad3db4373b3f3eb833f1f0352 (patch)
tree273491c8241827ad4aa265afc4c6334534fcca11 /doc/thermometer-api.txt
parent2dc7ab9b95c0c68afcf1f8c08cc1699e0332e4d3 (diff)
downloadbluez-2f32a908688b7ffad3db4373b3f3eb833f1f0352.tar.gz
thermometer: Change string properties to lower-case
Diffstat (limited to 'doc/thermometer-api.txt')
-rw-r--r--doc/thermometer-api.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/thermometer-api.txt b/doc/thermometer-api.txt
index a1da2e6c2..5bbd4bfc2 100644
--- a/doc/thermometer-api.txt
+++ b/doc/thermometer-api.txt
@@ -125,7 +125,7 @@ Methods void MeasurementReceived(dict measurement)
string Unit:
- Possible values: "Celsius" or "Fahrenheit"
+ Possible values: "celsius" or "fahrenheit"
uint64 Time (optional):
@@ -136,10 +136,10 @@ Methods void MeasurementReceived(dict measurement)
Only present if measurement type is known.
- Possible values: "Armpit", "Body", "Ear",
- "Finger", "Intestines", "Mouth",
- "Rectum", "Toe", "Tympanum"
+ Possible values: "armpit", "body", "ear",
+ "finger", "intestines", "mouth",
+ "rectum", "toe", "tympanum"
string Measurement:
- Possible values: "Final" or "Intermediate"
+ Possible values: "final" or "intermediate"