Skip to content

Raspberry

Herbert Wirnsberger edited this page Jun 9, 2017 · 7 revisions

The sensor data is sent to the Cloud with a python script.

Message format:

{
  "sensorName": <sensorName>,
  "type": <sensorType>,
  "value": <value>,
  "location": <location>,
  "version": <version>
}