mirror of
https://github.com/esphome/esphome.git
synced 2025-09-19 11:42:20 +01:00
[api] Add timezone support to GetTimeResponse for automatic timezone synchronization (#10661)
This commit is contained in:
@@ -818,6 +818,7 @@ message GetTimeResponse {
|
||||
option (no_delay) = true;
|
||||
|
||||
fixed32 epoch_seconds = 1;
|
||||
string timezone = 2;
|
||||
}
|
||||
|
||||
// ==================== USER-DEFINES SERVICES ====================
|
||||
|
Reference in New Issue
Block a user