I’ve been tasked with writing notification for idle events and i have a few questions that may help me choose a direction
Does IdleEvent.reading_id refer to the 1st reading when the event started, or does it get updated to contain the last reading for the event? Assuming that an idle event would span multiple readings.
If the reading_id does refer to the 1st event, how do i determine that a reading from the notification bounds belongs to an existing idle event?
