mirror of
https://github.com/arendst/Tasmota.git
synced 2025-11-28 04:07:44 +00:00
Berry virtual Alexa Hue device (#14833)
* Berry virtual Alexa Hue device * Fix compilation
This commit is contained in:
@@ -41,6 +41,8 @@ be_extern_native_module(webserver);
|
||||
be_extern_native_module(flash);
|
||||
be_extern_native_module(path);
|
||||
be_extern_native_module(unishox);
|
||||
be_extern_native_module(hue_ntv);
|
||||
be_extern_native_module(hue_bridge);
|
||||
be_extern_native_module(uuid);
|
||||
be_extern_native_module(animate);
|
||||
#ifdef USE_LVGL
|
||||
@@ -118,6 +120,10 @@ BERRY_LOCAL const bntvmodule* const be_module_table[] = {
|
||||
#ifdef USE_LIGHT
|
||||
&be_native_module(light),
|
||||
#endif
|
||||
#if defined(USE_EMULATION) && defined(USE_EMULATION_HUE)
|
||||
&be_native_module(hue_ntv),
|
||||
&be_native_module(hue_bridge),
|
||||
#endif
|
||||
|
||||
&be_native_module(uuid),
|
||||
#ifdef USE_UNISHOX_COMPRESSION
|
||||
|
||||
Reference in New Issue
Block a user