Advertisement
rodolfovieira

Untitled

Jan 26th, 2019
418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. Doing actions on Notify app
  2. Disable button (Mi Band 2 only)
  3. Action: com.mc.miband.buttonDisable
  4. Enable button (Mi Band 2 only)
  5. Action: com.mc.miband.buttonEnable
  6. Resend last notification
  7. Action: com.mc.miband.resendLastNotificationByTasker
  8. Dismiss last notification
  9. Action: com.mc.miband.stopLastNotificationByTasker
  10. Disable sleep heart monitor
  11. Action: com.mc.miband.sleepHeartDisable
  12. Enable sleep heart monitor
  13. Action: com.mc.miband.sleepHeartEnable
  14. Disable Mi Band 2 wrist to turn on display
  15. Action: com.mc.miband.miband2WristDisable
  16. Enable Mi Band 2 wrist to turn on display
  17. Action: com.mc.miband.miband2WristEnable
  18. Disable sleeping time settings (include weekends)
  19. Action: com.mc.miband.sleepingTimeDisable
  20. Enable sleeping time settings (include weekends)
  21. Action: com.mc.miband.sleepingTimeEnable
  22. Toggle workout pause
  23. Action: com.mc.miband.workoutTogglePauseTasker
  24. Connect to band (if not already connected)
  25. Action: com.mc.miband.connectToBand
  26. Re-connect to band (force reconnection)
  27. Action: com.mc.miband.reconnectToBand
  28. Set Notify silence mode
  29. Action: com.mc.miband.setNotifyMode.disableAll
  30. Set Notify normal mode
  31. Action: com.mc.miband.setNotifyMode.enable
  32. Enable Mi Band 2 disconnection notification on band
  33. Action: com.mc.miband.miband2DisconnectionEnable
  34. Disable Mi Band 2 disconnection notification on band
  35. Action: com.mc.miband.miband2DisconnectionDisable
  36. Sync data from Mi Band (since 6.10.9 app version)
  37. Action: com.mc.miband.syncData
  38. Please notice: if you sync data before wake up you may see wrong sleep statistics
  39.  
  40.  
  41. Receiving events from Notify app
  42. Get realtime measured heart value
  43. After band has measure heart rate, you will receive this intent
  44. Action: com.mc.miband.heartRateGot
  45. Extras: value - contains measured heart rate (integer)
  46. Get realtime measured steps
  47. To receive current day steps number, you will receive this intent
  48. Action: com.mc.miband.stepsGot
  49. Extras: value - contains steps number (integer)
  50. Get band battery value
  51. After the Notify app get the band battery value, you will receive this intent
  52. Action: com.mc.miband.batteryStatGot
  53. Extras: value - contains battery value (integer)
  54. Receive the intent when an early bird alarms starts
  55. When an early bird alarm starts, you will receive this intent
  56. Action: com.mc.miband.smartAlarmRun
  57. Receive the intent when wake me up alarm starts
  58. When wake me up alarm starts, you will receive this intent
  59. Action: com.mc.miband.startWakeUp
  60. Receive the intent when band get connected
  61. Action: com.mc.miband.connected
  62. Receive the intent when band get disconnected
  63. Action: com.mc.miband.disconnected
  64. Receive the intent when you fell asleep (Mi Band 2 and Amazfit Bip only)
  65. Action: com.mc.miband.tasker.fellAsleep
  66. Receive the intent when you woke up (Mi Band 2 and Amazfit Bip only)
  67. Action: com.mc.miband.tasker.wokeUp
  68. Receive the intent when you reache the steps goal (Mi Band 2 and Amazfit Bip only)
  69. Action: com.mc.miband.tasker.stepsGoalReached
  70. Receive the intent when you stop wearing the band (Mi Band 2 and Amazfit Bip only)
  71. Action: com.mc.miband.tasker.notWearing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement