Last active
April 23, 2024 14:31
-
-
Save RJNY/ad8f253b9d671a10f0c9574968869abf to your computer and use it in GitHub Desktop.
Tasker auto charging separation for Odin2 - Thanks GlazedBelmont
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskerData sr="" dvi="1" tv="6.2.22"> | |
<Profile sr="prof16" ve="2"> | |
<cdate>1713469350217</cdate> | |
<clp>true</clp> | |
<edate>1713490012978</edate> | |
<flags>8</flags> | |
<id>16</id> | |
<mid0>11</mid0> | |
<nme>ChargeSeparationOff</nme> | |
<State sr="con0" ve="2"> | |
<code>140</code> | |
<Int sr="arg0" val="0"/> | |
<Int sr="arg1" val="80"/> | |
</State> | |
<State sr="con1" ve="2"> | |
<code>10</code> | |
<Int sr="arg0" val="0"/> | |
</State> | |
</Profile> | |
<Profile sr="prof18" ve="2"> | |
<cdate>1713488340892</cdate> | |
<edate>1713488488903</edate> | |
<flags>8</flags> | |
<id>18</id> | |
<mid0>11</mid0> | |
<nme>DisconnectPower</nme> | |
<State sr="con0" ve="2"> | |
<code>10</code> | |
<pin>true</pin> | |
<Int sr="arg0" val="0"/> | |
</State> | |
</Profile> | |
<Profile sr="prof6" ve="2"> | |
<cdate>1713469350217</cdate> | |
<clp>true</clp> | |
<edate>1713489991923</edate> | |
<flags>8</flags> | |
<id>6</id> | |
<mid0>10</mid0> | |
<nme>ChargeSeparationOn</nme> | |
<State sr="con0" ve="2"> | |
<code>140</code> | |
<Int sr="arg0" val="100"/> | |
<Int sr="arg1" val="100"/> | |
</State> | |
<State sr="con1" ve="2"> | |
<code>10</code> | |
<Int sr="arg0" val="0"/> | |
</State> | |
</Profile> | |
<Project sr="proj0" ve="2"> | |
<cdate>1713469336701</cdate> | |
<name>ChargingSeparation</name> | |
<pids>6,16,18</pids> | |
<tids>11,10</tids> | |
<Kid sr="Kid"> | |
<launchID>16</launchID> | |
<pkg>com.chargingseparation</pkg> | |
<vTarg>29</vTarg> | |
<vnme>1.0</vnme> | |
<vnum>3</vnum> | |
</Kid> | |
<Img sr="icon" ve="2"> | |
<nme>hl_device_access_battery</nme> | |
</Img> | |
</Project> | |
<Task sr="task10"> | |
<cdate>1713469364652</cdate> | |
<edate>1713489767927</edate> | |
<id>10</id> | |
<nme>ChargeSeparationOn</nme> | |
<pri>100</pri> | |
<Action sr="act0" ve="7"> | |
<code>235</code> | |
<Int sr="arg0" val="2"/> | |
<Str sr="arg1" ve="3">is_charging_separation</Str> | |
<Str sr="arg2" ve="3">1</Str> | |
<Int sr="arg3" val="0"/> | |
<Str sr="arg4" ve="3"/> | |
</Action> | |
<Action sr="act1" ve="7"> | |
<code>548</code> | |
<Str sr="arg0" ve="3">Charging separation on</Str> | |
<Int sr="arg1" val="0"/> | |
<Str sr="arg10" ve="3"/> | |
<Int sr="arg11" val="1"/> | |
<Int sr="arg12" val="0"/> | |
<Str sr="arg13" ve="3"/> | |
<Int sr="arg14" val="0"/> | |
<Str sr="arg15" ve="3"/> | |
<Int sr="arg2" val="0"/> | |
<Str sr="arg3" ve="3"/> | |
<Str sr="arg4" ve="3"/> | |
<Str sr="arg5" ve="3"/> | |
<Str sr="arg6" ve="3"/> | |
<Str sr="arg7" ve="3"/> | |
<Str sr="arg8" ve="3"/> | |
<Int sr="arg9" val="1"/> | |
</Action> | |
</Task> | |
<Task sr="task11"> | |
<cdate>1713469364652</cdate> | |
<edate>1713485795646</edate> | |
<id>11</id> | |
<nme>ChargeSeparationOff</nme> | |
<pri>100</pri> | |
<Action sr="act0" ve="7"> | |
<code>235</code> | |
<Int sr="arg0" val="2"/> | |
<Str sr="arg1" ve="3">is_charging_separation</Str> | |
<Str sr="arg2" ve="3">0</Str> | |
<Int sr="arg3" val="0"/> | |
<Str sr="arg4" ve="3"/> | |
</Action> | |
<Action sr="act1" ve="7"> | |
<code>548</code> | |
<Str sr="arg0" ve="3">Charging separation off</Str> | |
<Int sr="arg1" val="0"/> | |
<Str sr="arg10" ve="3"/> | |
<Int sr="arg11" val="1"/> | |
<Int sr="arg12" val="0"/> | |
<Str sr="arg13" ve="3"/> | |
<Int sr="arg14" val="0"/> | |
<Str sr="arg15" ve="3"/> | |
<Int sr="arg2" val="0"/> | |
<Str sr="arg3" ve="3"/> | |
<Str sr="arg4" ve="3"/> | |
<Str sr="arg5" ve="3"/> | |
<Str sr="arg6" ve="3"/> | |
<Str sr="arg7" ve="3"/> | |
<Str sr="arg8" ve="3"/> | |
<Int sr="arg9" val="1"/> | |
</Action> | |
</Task> | |
</TaskerData> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment