snippets of usable methods from Robots
![]()
SUMMARY :
1. Robots libraries
The Robot library is accessible from Robot scripts via
var lib = require('./libs/helpers');
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 :
Reading and Writing records
Making RESTful calls
Sending notifications
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.