battery temperature

Post your questions and help other users.

Moderator: Martin

Post Reply
ronbarcol
Posts: 8
Joined: 23 Jun 2013 07:34

battery temperature

Post by ronbarcol » 10 May 2014 08:26

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

colabi
Posts: 134
Joined: 06 Jan 2013 22:33

Re: battery temperature

Post by colabi » 10 May 2014 10:32

Try this:
Battemp.xml
(2.89 KiB) Downloaded 1083 times
(change sound in "Sound" action with a sound available in your device)

ronbarcol
Posts: 8
Joined: 23 Jun 2013 07:34

Re: battery temperature

Post by ronbarcol » 10 May 2014 13:37

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?

User avatar
Martin
Posts: 4468
Joined: 09 Nov 2012 14:23

Re: battery temperature

Post by Martin » 11 May 2014 15:33

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

ronbarcol
Posts: 8
Joined: 23 Jun 2013 07:34

Re: battery temperature

Post by ronbarcol » 12 May 2014 18:02

Thank you.

Post Reply