implement lightning_time in grpc
All checks were successful
Build and Publish / check-chart (push) Successful in 12s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 4m6s

This commit is contained in:
2025-04-03 15:31:43 -04:00
parent 82ae3e4ba4
commit 15dd74d6ab
9 changed files with 38 additions and 12 deletions

View File

@ -145,7 +145,7 @@ func MapAwnUpdate(awnUpdate *AmbientWeatherUpdate) *weather.WeatherUpdate {
},
LightningDay: awnUpdate.LightningDay,
LightningDistance: awnUpdate.LightningDistance,
LightningTime: awnUpdate.LightningTime,
LightningLastTime: awnUpdate.LightningLastTime,
}
}