Info

Info

Description

The INFO topic provides a list of sensors available on an Alive.

Topic

Subscribe to: alive/<deviceID>/sensors/INFO

Payload

[
  {
    "topic": "MOTION",
    "unit": null,
    "hysteresis": 5.0
  },
  {
    "topic": "CO",
    "unit": "Ppm",
    "hysteresis": 1.0
  },
  {
    "topic": "CO2",
    "unit": "Ppm",
    "hysteresis": 25.0
  },
  {
    "topic": "TEMPERATURE",
    "unit": "Celsius",
    "hysteresis": 0.5
  },
  {
    "topic": "HUMIDITY",
    "unit": "Percent",
    "hysteresis": 1.0
  },
  {
    "topic": "AIRQUALITY",
    "unit": null,
    "hysteresis": 10.0
  },
  {
    "topic": "NOISE",
    "unit": "Decibel",
    "hysteresis": 3.0
  },
  {
    "topic": "AIRPRESSURE",
    "unit": "Pascal",
    "hysteresis": 10.0
  },
  {
    "topic": "ILLUMINANCE",
    "unit": "Lux",
    "hysteresis": 1.0
  }
]
  • value illuminance in lux
  • timestamp time of the reading