mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
as608: send mqtt message on non-matching finger (#20287)
This commit is contained in:
parent
0e87096bad
commit
5988e77f8c
@ -172,6 +172,8 @@ void As608Loop(void) {
|
||||
p = As608Finger->fingerSearch(); // Match found
|
||||
if (p != FINGERPRINT_OK) {
|
||||
// AddLog(LOG_LEVEL_DEBUG, PSTR("AS6: No matching finger"));
|
||||
Response_P(PSTR("{\"" D_JSON_FPRINT "\":\"NOMATCH\"}"));
|
||||
MqttPublishPrefixTopicRulesProcess_P(RESULT_OR_STAT, PSTR(D_JSON_FPRINT));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user