Update Philips Wiz controller to use new Light device type

This commit is contained in:
Adam Honse
2020-11-04 09:24:44 -06:00
parent 19d554fede
commit 5f1889e101

View File

@@ -13,7 +13,7 @@ RGBController_PhilipsWiz::RGBController_PhilipsWiz(PhilipsWizController* light_p
light = light_ptr;
name = light->GetManufacturer() + " " + light->GetName();
type = DEVICE_TYPE_UNKNOWN;
type = DEVICE_TYPE_LIGHT;
version = light->GetVersion();
description = "Philips Wiz Device";
serial = light->GetUniqueID();