summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcaternuson <caternuson@gmail.com>2020-03-06 13:31:08 -0800
committercaternuson <caternuson@gmail.com>2020-03-06 13:31:08 -0800
commit125409fe95089c5856e4b9e5245c4fc23192e77e (patch)
tree7f8e8cc690e179fa1c790e89ddbedf4f103a34ab /docs
parent4fa90261a37f0f729b52289cf54492ec7108e16b (diff)
add proximity and sound_level
Diffstat (limited to 'docs')
-rw-r--r--docs/design_guide.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst
index 5d965f907..6f87ecf79 100644
--- a/docs/design_guide.rst
+++ b/docs/design_guide.rst
@@ -476,6 +476,8 @@ properties.
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``distance`` | float | centimeters |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
+| ``proximity`` | int | non-unit-specifc proximity values (monotonic but not actual distance) |
++-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``light`` | float | non-unit-specific light levels (should be monotonic but is not lux) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``lux`` | float | SI lux |
@@ -504,6 +506,8 @@ properties.
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``weight`` | float | grams (g) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
+| ``sound_level`` | float | non-unit-specific sound level (monotonic but not actual decibels) |
++-----------------------+-----------------------+-------------------------------------------------------------------------+
Adding native modules
--------------------------------------------------------------------------------