This commit is contained in:
J. Nick Koston
2026-01-23 21:24:40 -10:00
parent d558291403
commit 2f58cb89b6

View File

@@ -116,7 +116,7 @@ class AddressableLightWrapper : public light::AddressableLight {
}
light::LightState *light_state_;
uint8_t wrapper_state_[5]{};
mutable uint8_t wrapper_state_[5]{};
ColorMode color_mode_{ColorMode::UNKNOWN};
};