fix(db): window -> window_open
Signed-off-by: Klagarge <remi@heredero.ch>
This commit is contained in:
@@ -24,7 +24,7 @@ type ProvenceData struct {
|
|||||||
Temp float64 `json:"temp"`
|
Temp float64 `json:"temp"`
|
||||||
Humidity int `json:"humidity"`
|
Humidity int `json:"humidity"`
|
||||||
Battery int `json:"battery"`
|
Battery int `json:"battery"`
|
||||||
Window bool `json:"window"`
|
Window bool `json:"window_open"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func mqttConnection() *mqtt.MqttGateway {
|
func mqttConnection() *mqtt.MqttGateway {
|
||||||
|
|||||||
Reference in New Issue
Block a user