Platform

State

7 views 0

An asset can send his state to the Cloud, on the “services” and “sensors” JSON values, any JSON can be attached. This gives you the possibility to add any necessary data to the state.

{
    "deviceID": "b35629ec-3c27-11e9-a7de-af9bd6f9bec1",
    "timestamp": "2019-02-28T08:00:00",
    "charging": false,
    "battery_level": 50,
    "services": {
      "player": true,
      "any other value": "here is a json field"
    },
    "sensors": {
      "sensor_accelerometer": true,
      "sensor_valencell": true,
      "sensor_barometer": true,
      "sensor_rtc": true,
      "any other value": "here is a json field"
    },
    "warnings": false,
    "errors": false,
    "firmware": "some string"
  }

Was this helpful?

By continuing to use the site, you agree to the use of cookies. More information

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close