Page 1 of 1

battery temperature

Posted: 10 May 2014 08:26
by ronbarcol
Hi,
How can I monitor the battery temperature?
I want the phone to beep every 30 seconds if the battery temperature is more that 40 Celsius.
Any help?
Ron

Re: battery temperature

Posted: 10 May 2014 10:32
by colabi
Try this:
Battemp.xml
(2.89 KiB) Downloaded 1083 times
(change sound in "Sound" action with a sound available in your device)

Re: battery temperature

Posted: 10 May 2014 13:37
by ronbarcol
colabi wrote:Try this:
Battemp.xml
(change sound in "Sound" action with a sound available in your device)

Thank you very much.
Where can I read / learn the options and how to write those scripts?

Re: battery temperature

Posted: 11 May 2014 15:33
by Martin
Hi,

Each trigger, condition and action can supply additional local variables to a flow. You can find the provided variables in the documentation of the object ([?]-icon on the right side of the type.dropdown when editing a trigger, condition or action and scroll down to the last section).
Action Script contains the documentation about the scripting language. You can also check out the doc online here: http://automagic4android.com/en/help/co ... ion_script on the website or condition Battery Level here: http://automagic4android.com/en/help/co ... tery_level

Regards,
Martin

Re: battery temperature

Posted: 12 May 2014 18:02
by ronbarcol
Thank you.