mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-16 23:36:34 +00:00
Try matter fix
This commit is contained in:
parent
af7f2a02d1
commit
7ae074b4f2
@ -171,7 +171,7 @@ class Rule_Matcher
|
||||
var keyu = string.toupper(keyi)
|
||||
if isinstance(m, map)
|
||||
for k:m.keys()
|
||||
if string.toupper(k)==keyu
|
||||
if string.toupper(str(k))==keyu
|
||||
return k
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user