Skip to content

Commit

Permalink
Use color_mode instead of bulb_mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sidoh committed Sep 8, 2023
1 parent 2c2ad22 commit 6116d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Settings/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static const std::vector<GroupStateField> DEFAULT_GROUP_STATE_FIELDS({
GroupStateField::COMPUTED_COLOR,
GroupStateField::MODE,
GroupStateField::COLOR_TEMP,
GroupStateField::BULB_MODE
GroupStateField::COLOR_MODE
});

struct GatewayConfig {
Expand Down

0 comments on commit 6116d1b

Please sign in to comment.