out = '' if ( getValue('pupillen.odxt.mangler') == '' ) then out = out .. 'Pupillen, o.dxt: ' .. getValue('pupillen.odxt') .. '\n' end if ( getValue('pupillen.osin.mangler') == '' ) then out = out .. 'Pupillen, o.sin: ' .. getValue('pupillen.osin') .. '\n' end if ( getValue('pupillen.supplerende') ~= '' ) then out = out .. '\n' out = out .. getValue('pupillen.supplerende') end return out value = 0 timestamp = 0 source = '' if( missing_eye_odxt ) then if( missing_eye_odxt.value and missing_eye_odxt.value == '' ) then value = '' timestamp = missing_eye_odxt.timestamp source = missing_eye_odxt.source else value = 'mangler' timestamp = missing_eye_odxt.timestamp source = missing_eye_odxt.source end end return value, timestamp, source value = 0 timestamp = 0 source = '' if( missing_eye_osin ) then if( missing_eye_osin.value and missing_eye_osin.value == '' ) then value = '' timestamp = missing_eye_osin.timestamp source = missing_eye_osin.source else value = 'mangler' timestamp = missing_eye_osin.timestamp source = missing_eye_osin.source end end return value, timestamp, source