mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-29 05:36:39 +00:00
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("/sensors")) HueNotImplemented(path);
|
||||||
else if (path->endsWith("/scenes")) HueNotImplemented(path);
|
else if (path->endsWith("/scenes")) HueNotImplemented(path);
|
||||||
else if (path->endsWith("/rules")) HueNotImplemented(path);
|
else if (path->endsWith("/rules")) HueNotImplemented(path);
|
||||||
|
else if (path->endsWith("/resourcelinks")) HueNotImplemented(path);
|
||||||
else HueGlobalConfig(path);
|
else HueGlobalConfig(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user