Merge pull request #1706 from brentru/add-weight-sensor-property

Add a weight sensor property
This commit is contained in:
Dan Halbert 2019-03-25 19:08:16 -04:00 committed by GitHub
commit 2b7a211249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -500,6 +500,8 @@ properties.
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``value`` | int | 16-bit Analog value, unit-less |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
| ``weight`` | float | grams (g) |
+-----------------------+-----------------------+-------------------------------------------------------------------------+
Adding native modules
--------------------------------------------------------------------------------