Berry virtual Alexa Hue device (#14833)

* Berry virtual Alexa Hue device

* Fix compilation
This commit is contained in:
s-hadinger
2022-02-13 22:59:43 +01:00
committed by GitHub
parent 7165258602
commit 945682aa78
16 changed files with 2440 additions and 1130 deletions

View File

@@ -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