Versions in this module Expand all Collapse all v0 v0.9.0 Aug 23, 2025 v0.8.0 Sep 2, 2023 Changes in this version + const MotionEventMessageType + const SoundEventMessageType + const TemperatureEventMessageType + type Message struct + BabyUid string + CreatedAt string + Data interface{} + DismissedAt string + Id int + ReadAt string + SeenAt string + Time UnixTime + Type string + UpdatedAt string + UserId int + func FilterMessages(messages []Message, cond func(message Message) bool) []Message + type UnixTime time.Time + func (t *UnixTime) UnmarshalJSON(unixTimeBytes []byte) (err error) + func (t UnixTime) MarshalJSON() ([]byte, error) + func (t UnixTime) String() string + func (t UnixTime) Time() time.Time + func (t UnixTime) Unix() int64