Main project #1
|
@ -19,6 +19,18 @@ type root struct {
|
|||
Temperatura struct {
|
||||
Maxima string `json:"maxima"`
|
||||
Minima string `json:"minima"`
|
||||
Dato []struct {
|
||||
Valor string `json:"#content"`
|
||||
Hora string `json:"-hora"`
|
||||
}
|
||||
}
|
||||
Sens_Termica struct {
|
||||
Maxima string `json:"maxima"`
|
||||
Minima string `json:"minima"`
|
||||
Dato []struct {
|
||||
Valor string `json:"#content"`
|
||||
Hora string `json:"-hora"`
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue