Update CameraAccessory Implementation
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ export class httpServer {
|
||||
var type = urlQuery.type
|
||||
var typeId = urlQuery.typeId
|
||||
|
||||
if (type != "PowerSocket" && type != "PowerSwitch" && type != "Xiaomi") {
|
||||
if (type != "PowerSocket" && type != "PowerSwitch" && type != "Xiaomi" && type != "Camera") {
|
||||
log.debug(request.url)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user