feat: add template for Arlec RGB+CCT downlight

This commit is contained in:
TallTechDude
2022-07-23 13:32:22 +00:00
parent 86fba3c9a5
commit 9d02384e11
3 changed files with 35 additions and 3 deletions

View File

@ -72,7 +72,7 @@ template_t g_templates [] = {
{ Setup_Device_BK7231T_Gosund_Switch_SW5_A_V2_1, "BK7231T Gosund Smart Switch SW5-A-V2.1"},
{ Setup_Device_13A_Socket_CB2S, "BK7231N CB2S 13A Aliexpress socket"},
{ Setup_Device_Deta_Smart_Double_Power_Point_6922HA_Series2, "BK7231T DETA SMART Double Power Point 6922HA-Series 2"},
{ Setup_Device_ArlecRGBCCTDownlight, "Arlec RGB+CCT LED Downlight ALD092RHA"},
};
int g_total_templates = sizeof(g_templates)/sizeof(g_templates[0]);