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
battery temperature
Moderator: Martin
Re: battery temperature
Try this:
(change sound in "Sound" action with a sound available in your device)Re: battery temperature
colabi wrote:Try this:(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
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
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