pub type ENIntervalNumber = u32;Available on crate feature
ENCommon only.Expand description
ENIntervalNumber (ENIN)
A number for each 10 minute window that is shared between all devices participating in the protocol. These time windows are based Unix Time (epoch 1970-01-01 00:00:00). It’s calculated as:
ENIN = <Seconds since 1970-01-01 00:00:00> / ( 60 * 10 )
It’s encoded as an unsigned 32-bit (uint32_t), little endian value.
See also Apple’s documentation