Add ActivityAccessory

This commit is contained in:
2023-03-16 14:09:20 +01:00
parent 663ce8b9b2
commit 90c728a2be
3 changed files with 111 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class httpServer {
var type = urlQuery.type
var typeId = urlQuery.typeId
if (type != "PowerSocket" && type != "PowerSwitch" && type != "Xiaomi" && type != "Camera") {
if (type != "PowerSocket" && type != "PowerSwitch" && type != "Xiaomi" && type != "Camera" && type != "Activity") {
log.debug(request.url)
}