Guest User

Disable Charging LED

a guest
Sep 13th, 2020
349
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.37 KB | None | 0 0
  1. <TaskerData sr="" dvi="1" tv="5.9.3.beta.6">
  2. <Profile sr="prof19" ve="2">
  3. <cdate>1592420819732</cdate>
  4. <clp>true</clp>
  5. <edate>1594103336641</edate>
  6. <flags>8</flags>
  7. <id>19</id>
  8. <mid0>20</mid0>
  9. <mid1>4</mid1>
  10. <nme>Disable Charging LED</nme>
  11. <State sr="con0" ve="2">
  12. <code>10</code>
  13. <Int sr="arg0" val="0"/>
  14. </State>
  15. </Profile>
  16. <Task sr="task20">
  17. <cdate>1592420873325</cdate>
  18. <edate>1594103336641</edate>
  19. <id>20</id>
  20. <Action sr="act0" ve="7">
  21. <code>123</code>
  22. <Str sr="arg0" ve="3">echo 0 &gt; /sys/class/leds/red/max_brightness</Str>
  23. <Int sr="arg1" val="0"/>
  24. <Int sr="arg2" val="1"/>
  25. <Str sr="arg3" ve="3"/>
  26. <Str sr="arg4" ve="3"/>
  27. <Str sr="arg5" ve="3"/>
  28. </Action>
  29. <Action sr="act1" ve="7">
  30. <code>123</code>
  31. <Str sr="arg0" ve="3">echo 0 &gt; /sys/class/leds/green/max_brightness</Str>
  32. <Int sr="arg1" val="0"/>
  33. <Int sr="arg2" val="1"/>
  34. <Str sr="arg3" ve="3"/>
  35. <Str sr="arg4" ve="3"/>
  36. <Str sr="arg5" ve="3"/>
  37. </Action>
  38. <Action sr="act2" ve="7">
  39. <code>123</code>
  40. <Str sr="arg0" ve="3">echo 0 &gt; /sys/class/leds/blue/max_brightness</Str>
  41. <Int sr="arg1" val="0"/>
  42. <Int sr="arg2" val="1"/>
  43. <Str sr="arg3" ve="3"/>
  44. <Str sr="arg4" ve="3"/>
  45. <Str sr="arg5" ve="3"/>
  46. </Action>
  47. <Action sr="act3" ve="7">
  48. <code>806</code>
  49. <Int sr="arg0" val="100"/>
  50. </Action>
  51. </Task>
  52. <Task sr="task4">
  53. <cdate>1592782255708</cdate>
  54. <edate>1592782278812</edate>
  55. <id>4</id>
  56. <pri>1006</pri>
  57. <Action sr="act0" ve="7">
  58. <code>123</code>
  59. <Str sr="arg0" ve="3">echo 255 &gt; /sys/class/leds/red/max_brightness</Str>
  60. <Int sr="arg1" val="0"/>
  61. <Int sr="arg2" val="1"/>
  62. <Str sr="arg3" ve="3"/>
  63. <Str sr="arg4" ve="3"/>
  64. <Str sr="arg5" ve="3"/>
  65. </Action>
  66. <Action sr="act1" ve="7">
  67. <code>123</code>
  68. <Str sr="arg0" ve="3">echo 255 &gt; /sys/class/leds/green/max_brightness</Str>
  69. <Int sr="arg1" val="0"/>
  70. <Int sr="arg2" val="1"/>
  71. <Str sr="arg3" ve="3"/>
  72. <Str sr="arg4" ve="3"/>
  73. <Str sr="arg5" ve="3"/>
  74. </Action>
  75. <Action sr="act2" ve="7">
  76. <code>123</code>
  77. <Str sr="arg0" ve="3">echo 255 &gt; /sys/class/leds/blue/max_brightness</Str>
  78. <Int sr="arg1" val="0"/>
  79. <Int sr="arg2" val="1"/>
  80. <Str sr="arg3" ve="3"/>
  81. <Str sr="arg4" ve="3"/>
  82. <Str sr="arg5" ve="3"/>
  83. </Action>
  84. </Task>
  85. </TaskerData>
Add Comment
Please, Sign In to add comment