Skip to content

Commit

Permalink
Added field to light.proto to define if a light is on or off (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored Feb 17, 2022
1 parent 400764d commit c154be2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proto/ignition/msgs/light.proto
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,8 @@ message Light

/// \brief light intensity
float intensity = 18;

/// \brief is the light on or off
/// true is on, otherwise is off
bool is_light_on = 19;
}

0 comments on commit c154be2

Please sign in to comment.