mirror of https://github.com/arendst/Tasmota.git
Fix Hue Emulation not responding on /resourcelinks, issue #6238
This commit is contained in:
parent
944cf3877f
commit
993216c8c6
|
@ -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