How the Configuration is Structured

The general structure of the configuration is:

{
  "state": {
    "desired": {
      "color": "green"
      },
    "delta": {
      "color": "green"
      }
   }
}
  • desired: The state the device should change to. Usually updated by BioT.
  • reported: The actual state of the device. Usually updated by the device, after it updates its state.
  • delta: The difference between the desired and reported state.