Skip to content

Commit

Permalink
Added visualize_visual to light.proto
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde committed Apr 19, 2022
1 parent d0bf413 commit 1592558
Showing 1 changed file with 5 additions and 0 deletions.
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;
}

0 comments on commit 1592558

Please sign in to comment.