Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.96 KB

File metadata and controls

50 lines (30 loc) · 1.96 KB
layout title description toc
docs
Robot Libraries
snippets of usable methods from Robots
true

{% include image.html url="/assets/img/thumbnail-5.jpg" height="900" width="900" description="thumbnail 2" %}


---------------------------------------
SUMMARY :
  1. Robots Library
  2. How to manually decode your data

1. Robots libraries


The Robot library is accessible from Robot scripts via
{% highlight js %} var lib = require('./libs/helpers'); {% endhighlight %}

It gives access to handy methods to ease your life.

Below are categories and code snippets to guide you how to use these lib methods :

2. How to manually decode your data


As presented in the pages on data ingest and transformation, for Microshare compatible sensors the decoders are linked to the device clusters, so this step is not necessary.