We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0bf413 + 1592558 commit 2522c63Copy full SHA for 2522c63
proto/ignition/msgs/light.proto
@@ -68,4 +68,9 @@ message Light
68
/// \brief is the light on or off
69
/// true is off, otherwise is on
70
bool is_light_off = 19;
71
+
72
+ /// \brief Set if the visual of the light
73
+ /// is visible, true is visible,
74
+ /// otherwise is invisible
75
+ bool visualize_visual = 20;
76
}
0 commit comments