Add back bridge_commands_support via backend.proto
This commit is contained in:
parent
7f671cf837
commit
60ed9c1e22
@ -1092,6 +1092,7 @@ message GraphsOut {
|
|||||||
uint32 scheduler_version = 5;
|
uint32 scheduler_version = 5;
|
||||||
/// Seconds to add to UTC timestamps to get local time.
|
/// Seconds to add to UTC timestamps to get local time.
|
||||||
int32 local_offset_secs = 7;
|
int32 local_offset_secs = 7;
|
||||||
|
bool bridge_commands_supported = 8;
|
||||||
}
|
}
|
||||||
|
|
||||||
message GraphPreferences {
|
message GraphPreferences {
|
||||||
|
@ -44,6 +44,7 @@ impl Collection {
|
|||||||
next_day_at_secs: timing.next_day_at as u32,
|
next_day_at_secs: timing.next_day_at as u32,
|
||||||
scheduler_version: self.sched_ver() as u32,
|
scheduler_version: self.sched_ver() as u32,
|
||||||
local_offset_secs: local_offset_secs as i32,
|
local_offset_secs: local_offset_secs as i32,
|
||||||
|
bridge_commands_supported: true,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user