Watchmaker idea radiation meter ghost detector

Most phones have an electromagnetic radiation detector.

Using tasker, you can send the value to watchmaker for display on your face.

Tasker will only run a task every 2 minutes.  You can write script that runs the tasker task each second.  Even then it doesnt seem to affect battery.

Your watch is now a ghost detector.

My 'hack' to run it each second: i call this function from the opacity field (returning 100) like this:

var_checkEM({ds})

My watchmaker lua code:

function var_checkEM()
if var_emChecker == "off" then
 return 100
end

--run em detector task
wm_action('m_task:S3 Em')

return 100  --opacity
end


--


Comments

Popular posts from this blog

Watchmaker scroll text lua script