package
Version:
v0.0.0-...-376af14
Opens a new window with list of versions in this module.
Published: Oct 8, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Iotdata struct {
Machineid string `json:"no"`
Temp string `json:"temperture"`
Humid string `json:"humidity"`
SoilHumid string `json:"soil_humidity"`
Co2 string `json:"co2_concentration"`
Illuminance string `json:"illuminance"`
Wavelength string `json:"wavelength"`
}
type ReqestTimestamp struct {
Limit int `json:"limit"`
Start string `json:"start"`
End string `json:"end"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.