diff --git a/fHDHR_web/api/channels.py b/fHDHR_web/api/channels.py index 6363eea..b47b9dd 100644 --- a/fHDHR_web/api/channels.py +++ b/fHDHR_web/api/channels.py @@ -103,6 +103,8 @@ class Channels(): elif method == "scan": self.fhdhr.device.channels.get_channels(forceupdate=True) + elif method == "test": + self.fhdhr.app.get("/test") else: return "Invalid Method"