Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions proto/ignition/msgs/light.proto
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,9 @@ message Light
/// \brief is the light on or off
/// true is off, otherwise is on
bool is_light_off = 19;

/// \brief Set if the visual of the light
/// is visible, true is visible,
/// otherwise is invisible
bool visualize_visual = 20;
}