Versions in this module Expand all Collapse all v1 v1.1.0 Aug 25, 2025 Changes in this version + func DetectSleepPeriodsWithOffset(halfHourCounts map[float64]int, timezoneOffset int) []float64 v1.0.0 Aug 21, 2025 Changes in this version + func DetectSleepPeriodsWithHalfHours(halfHourCounts map[float64]int) []float64 + func FindQuietHours(hourCounts map[int]int) []int + func FindSleepHours(hourCounts map[int]int) []int