Added new Govee devices H612F and H607C

This commit is contained in:
Kyle Finter
2026-06-04 07:27:02 +00:00
parent 3dc1365d39
commit 7a830cddf9

View File

@@ -20,6 +20,8 @@ static std::map<std::string, unsigned int> govee_led_counts
{
{ "H619A", 20 },
{ "H70B1", 20 },
{ "H612F", 12 },
{ "H607C", 174 },
};
RGBController_Govee::RGBController_Govee(GoveeController* controller_ptr)