This commit is contained in:
deathbybandaid 2020-12-16 08:50:20 -05:00
parent e981d29c55
commit 964675043d

View File

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