1 Minute Interval

This event is the same as Room Occupancy, but the data is aggregated at 1-minute granularity and smoothed to produce a single occupancy number for that minute.

Granularity & smoothing

  • Granularity: 1 minute per event.

  • Smoothing: Multiple samples within the minute are aggregated into a single minute-level occupancy value.

Payload

See Room Occupancy for more details

{
  "type": "ROOM_OCCUPANCY_1MIN",
  // same as ROOM_OCCUPANCY
}

Last updated