From ae475146c82593efdf743a976439c91b7fcb4c28 Mon Sep 17 00:00:00 2001 From: Jeroen Wienk Date: Mon, 23 Dec 2024 13:35:26 +0100 Subject: [PATCH] fix: use app type instead of local --- assets/app/schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/app/schema.json b/assets/app/schema.json index 0086062d..9e4f4f7f 100755 --- a/assets/app/schema.json +++ b/assets/app/schema.json @@ -1462,7 +1462,7 @@ "devices": { "type": "object", "properties": { - "type": { "type": "string", "enum": ["global", "local"] }, + "type": { "type": "string", "enum": ["global", "app"] }, "singular": { "type": "boolean" }, "filter": { "type": "object",