summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordragonprevost <dragon@dkp.io>2018-11-13 12:50:37 -0800
committerdragonprevost <dragon@dkp.io>2018-11-13 12:50:37 -0800
commit854ce50239de16051fcfbb2b428792d91f53f988 (patch)
tree42fc01ed81a2dca7bb7698f5ed5b3270e799cba3
parent902423bd25ae3a9019220d2fb751e5854ff45cd6 (diff)
added content to bindings
-rw-r--r--readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 4cffa17..2b48970 100644
--- a/readme.md
+++ b/readme.md
@@ -25,6 +25,25 @@ The Accelerometer measures acceleration in 3 dimensions, X, Y, and Z. These dime
If adjusting the value of `DEFAUTL_THRESHOLD_MS2` keep in mind that gravity implies a motionless magnitude of -9.8m/s^2.
## Bindings
+```
+...
+bindings:
+{
+ myClientApp.myComponent.brnkl_motion -> motionService.brnkl_motion
+}
+...
+```
+```
+...
+requires:
+{
+ api:
+ {
+ brnkl_motion.api
+ }
+}
+...
+```
## Example