Project import generated by Copybara.
GitOrigin-RevId: f4b1fe3f15810450fb6539e733f6a260d3ee082c
This commit is contained in:
@@ -51,4 +51,17 @@ message NightLightCalculatorOptions {
|
||||
|
||||
// Format string used by string::Substitute to construct the output.
|
||||
optional string format_string = 9;
|
||||
|
||||
message LightBundle {
|
||||
optional string room_id = 1;
|
||||
repeated NightLightCalculatorOptions room_lights = 2;
|
||||
}
|
||||
|
||||
repeated LightBundle bundle = 10;
|
||||
|
||||
// The number of night-lights.
|
||||
repeated int32 num_lights = 11;
|
||||
|
||||
// Options for nested night-lights.
|
||||
optional NightLightCalculatorOptions sub_options = 12;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user