Versions in this module Expand all Collapse all v0 v0.4.1 Nov 14, 2024 Changes in this version + const HighReading + const LowReading + type Delta struct + Absolute json.Number + DisplayVal string + ElapsedMins json.Number + Interpolated bool + Mean5MinsAgo json.Number + Mgdl Mgdl + Previous Reading + Scaled json.Number + Times Times + func (d Delta) Display(units config.Unit) string + type Direction struct + Entity string + Label string + Value string + type Mgdl int + func (m Mgdl) Mgdl() int + func (m Mgdl) Mmol() float64 + type Mills struct + func (m *Mills) MarshalJSON() ([]byte, error) + func (m *Mills) Relative(round bool) string + func (m *Mills) UnmarshalJSON(bytes []byte) error + type Properties struct + Bgnow Reading + Buckets []Reading + Delta Delta + Direction Direction + func (p Properties) String(conf *config.Config) string + type Reading struct + FromMills Mills + Index json.Number + Last Mgdl + Mean json.Number + Mills Mills + Sgvs []SGV + ToMills Mills + func (r *Reading) Arrow(conf config.Arrows) string + func (r *Reading) DisplayBg(units config.Unit) string + func (r *Reading) String(conf *config.Config) string + func (r *Reading) UnmarshalJSON(bytes []byte) error + type SGV struct + Device string + Direction string + Filtered json.Number + ID string + Mgdl Mgdl + Mills Mills + Noise json.Number + Rssi json.Number + Scaled json.Number + Type string + Unfiltered json.Number + type Times struct + Previous Mills + Recent Mills