From 0998bc7c7657776eaf091dd59bc6b5926f051187 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 12 Oct 2021 14:40:58 -0700 Subject: [PATCH] Drop match level on a couple of Zezere needles These things are always trouble... Signed-off-by: Adam Williamson --- needles/iot/zezere_claim_button-20200721.json | 5 +++-- needles/iot/zezere_claim_button-alt-20200721.json | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/needles/iot/zezere_claim_button-20200721.json b/needles/iot/zezere_claim_button-20200721.json index d563aa3c..1838d812 100644 --- a/needles/iot/zezere_claim_button-20200721.json +++ b/needles/iot/zezere_claim_button-20200721.json @@ -5,11 +5,12 @@ "ypos": 213, "width": 35, "height": 16, - "type": "match" + "type": "match", + "match": 90 } ], "properties": [], "tags": [ "zezere_claim_button" ] -} \ No newline at end of file +} diff --git a/needles/iot/zezere_claim_button-alt-20200721.json b/needles/iot/zezere_claim_button-alt-20200721.json index 34911310..f30eb8fe 100644 --- a/needles/iot/zezere_claim_button-alt-20200721.json +++ b/needles/iot/zezere_claim_button-alt-20200721.json @@ -5,11 +5,12 @@ "type": "match", "ypos": 213, "width": 35, - "xpos": 205 + "xpos": 205, + "match": 90 } ], "properties": [], "tags": [ "zezere_claim_button" ] -} \ No newline at end of file +}