add timestamp to proto
All checks were successful
Build and Publish / check-chart (push) Successful in 25s
Build and Publish / helm-release (push) Has been skipped
Build and Publish / release (push) Successful in 3m30s

This commit is contained in:
2025-03-23 12:15:18 -04:00
parent fc2d05e957
commit f079d106a1
4 changed files with 85 additions and 52 deletions

View File

@ -48,6 +48,7 @@ message WeatherUpdate {
optional double dew_point_f = 25;
optional double wind_chill_f = 26;
repeated TempHumiditySensor temp_humidity_sensors = 27;
google.protobuf.Timestamp update_timestamp = 28;
}
// Represents a temperature and humidity sensor