Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Scripts

Philipp Hirsch edited this page Mar 28, 2016 · 1 revision
  1. Create a device in Webapp.
  2. Copy ID and Secret into your script.
  3. Sending Data to the script by (should be prebuild in default scripts):

/devices/:id/measurements

{ 
  secret: 'Your secret key',
  measurement: {
    data: 'Your data'
  }
}
Clone this wiki locally