Skip to content

Commit

Permalink
Change is_light_on to is_light_off (#228)
Browse files Browse the repository at this point in the history
Signed-off-by: ahcorde <[email protected]>
  • Loading branch information
ahcorde authored Mar 11, 2022
1 parent c154be2 commit 8462930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/ignition/msgs/light.proto
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ message Light
float intensity = 18;

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

0 comments on commit 8462930

Please sign in to comment.