From 6f221809b14137995fa09be7938af0440facbe11 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 24 Aug 2021 16:08:56 -0700 Subject: [PATCH] Drop the match level on zezere claim button needle This often seems to get a 90-95% match for some reason. Let's just drop the threshold. I think it may be a kerning difference based on the width of the MAC address? Signed-off-by: Adam Williamson --- needles/iot/zezere_claim_button-20210719.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/needles/iot/zezere_claim_button-20210719.json b/needles/iot/zezere_claim_button-20210719.json index 11720744..7d670d09 100644 --- a/needles/iot/zezere_claim_button-20210719.json +++ b/needles/iot/zezere_claim_button-20210719.json @@ -5,11 +5,12 @@ "xpos": 185, "ypos": 222, "type": "match", - "width": 35 + "width": 35, + "match": 90 } ], "properties": [], "tags": [ "zezere_claim_button" ] -} \ No newline at end of file +}