mirror of https://github.com/arendst/Tasmota.git
Merge pull request #6281 from s-hadinger/fix_6238
Fix Hue Emulation not responding on /resourcelinks, issue #6238
This commit is contained in:
commit
3fe57e0841
|
@ -719,6 +719,7 @@ void HandleHueApi(String *path)
|
|||
else if (path->endsWith("/sensors")) HueNotImplemented(path);
|
||||
else if (path->endsWith("/scenes")) HueNotImplemented(path);
|
||||
else if (path->endsWith("/rules")) HueNotImplemented(path);
|
||||
else if (path->endsWith("/resourcelinks")) HueNotImplemented(path);
|
||||
else HueGlobalConfig(path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue