13.10.2025, 12:43
It uses new line instead of space for status value. Use a script for status conversion:
Code:
if payload:find('07') then
return true
elseif payload:find('06') then
return false
end