Documentation
¶
Overview ¶
Package sensors exposes sensor data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type At30tse75x ¶
type At30tse75x struct {
Temp float64 `json:"temp"`
}
type DescrADC101x ¶
func (*DescrADC101x) Descr ¶
func (d *DescrADC101x) Descr() *DescrBase
func (*DescrADC101x) UnmarshalXML ¶
func (d *DescrADC101x) UnmarshalXML(dec *xml.Decoder, start xml.StartElement) error
type DescrAT30TSE ¶
type DescrAT30TSE struct{ DescrBase }
type DescrBME280 ¶
type DescrBME280 struct{ DescrBase }
type DescrBase ¶
func (*DescrBase) UnmarshalXML ¶
type DescrHTS221 ¶
type DescrHTS221 struct{ DescrBase }
type DescrOnBoard ¶
type DescrOnBoard struct{ DescrBase }
type Sensors ¶
Click to show internal directories.
Click to hide internal directories.