본문 바로가기

소프트웨어/Tasker

Tasker 에서 실시간 배터리 온도, 용량(%),전압 확인

-Profile Name: Battery Chk

Event: Intent Received [ Action:android.intent.action.BATTERY_CHANGED]

 

배터리 온도

-task Name : Temp

  • A1: Variable Set [ Name:%BattTemp To:%temperature/10 Recurse Variables:Off Do Maths:On Append:Off ]

  • A2: Variable Set [ Name:%BattTemp To:round(%BattTemp) Recurse Variables:Off Do Maths:On Append:Off ]

  • A3: Flash [ Text : %BattTemp ]

 

배터리용량(%)

-task Name : Level

  • A1: Flash [ Text : %level ]

 

배터리전압(%)

-task Name : Voltage

  • A1: Flash [ Text : %voltage]

 

충전방식

-task Name : ChargeType

  • A1: Flash [ Text : %charge_type]

 

-배터리관련 아래 변수 사용하면 됨

%technology
%icon_small
%health
%online
%status
%plugged
%present
%level
%scale
%temperature
%current_avg
%voltage
%charge_type
%power_sharing
%invalid_charger

 

 

 

'소프트웨어 > Tasker' 카테고리의 다른 글

자동 GPS on/off(노루팅)  (2) 2018.05.02