Update Espurna controller to use new Light device type

This commit is contained in:
Adam Honse
2020-09-15 16:13:38 -05:00
parent 1e4eacd337
commit 19d554fede

View File

@@ -13,7 +13,7 @@ RGBController_Espurna::RGBController_Espurna(EspurnaController* espurna_ptr)
espurna = espurna_ptr;
name = "Espurna";
type = DEVICE_TYPE_LEDSTRIP;
type = DEVICE_TYPE_LIGHT;
description = "Espurna Device";
mode Direct;