{%
local line = ''
if Enabled == 1 then
    line = 'Sensor test successfully.'
else
    line = 'Stop all sensor test successfully.'
end
echo(line)
%}
