Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Doing actions on Notify app
- Disable button (Mi Band 2 only)
- Action: com.mc.miband.buttonDisable
- Enable button (Mi Band 2 only)
- Action: com.mc.miband.buttonEnable
- Resend last notification
- Action: com.mc.miband.resendLastNotificationByTasker
- Dismiss last notification
- Action: com.mc.miband.stopLastNotificationByTasker
- Disable sleep heart monitor
- Action: com.mc.miband.sleepHeartDisable
- Enable sleep heart monitor
- Action: com.mc.miband.sleepHeartEnable
- Disable Mi Band 2 wrist to turn on display
- Action: com.mc.miband.miband2WristDisable
- Enable Mi Band 2 wrist to turn on display
- Action: com.mc.miband.miband2WristEnable
- Disable sleeping time settings (include weekends)
- Action: com.mc.miband.sleepingTimeDisable
- Enable sleeping time settings (include weekends)
- Action: com.mc.miband.sleepingTimeEnable
- Toggle workout pause
- Action: com.mc.miband.workoutTogglePauseTasker
- Connect to band (if not already connected)
- Action: com.mc.miband.connectToBand
- Re-connect to band (force reconnection)
- Action: com.mc.miband.reconnectToBand
- Set Notify silence mode
- Action: com.mc.miband.setNotifyMode.disableAll
- Set Notify normal mode
- Action: com.mc.miband.setNotifyMode.enable
- Enable Mi Band 2 disconnection notification on band
- Action: com.mc.miband.miband2DisconnectionEnable
- Disable Mi Band 2 disconnection notification on band
- Action: com.mc.miband.miband2DisconnectionDisable
- Sync data from Mi Band (since 6.10.9 app version)
- Action: com.mc.miband.syncData
- Please notice: if you sync data before wake up you may see wrong sleep statistics
- Receiving events from Notify app
- Get realtime measured heart value
- After band has measure heart rate, you will receive this intent
- Action: com.mc.miband.heartRateGot
- Extras: value - contains measured heart rate (integer)
- Get realtime measured steps
- To receive current day steps number, you will receive this intent
- Action: com.mc.miband.stepsGot
- Extras: value - contains steps number (integer)
- Get band battery value
- After the Notify app get the band battery value, you will receive this intent
- Action: com.mc.miband.batteryStatGot
- Extras: value - contains battery value (integer)
- Receive the intent when an early bird alarms starts
- When an early bird alarm starts, you will receive this intent
- Action: com.mc.miband.smartAlarmRun
- Receive the intent when wake me up alarm starts
- When wake me up alarm starts, you will receive this intent
- Action: com.mc.miband.startWakeUp
- Receive the intent when band get connected
- Action: com.mc.miband.connected
- Receive the intent when band get disconnected
- Action: com.mc.miband.disconnected
- Receive the intent when you fell asleep (Mi Band 2 and Amazfit Bip only)
- Action: com.mc.miband.tasker.fellAsleep
- Receive the intent when you woke up (Mi Band 2 and Amazfit Bip only)
- Action: com.mc.miband.tasker.wokeUp
- Receive the intent when you reache the steps goal (Mi Band 2 and Amazfit Bip only)
- Action: com.mc.miband.tasker.stepsGoalReached
- Receive the intent when you stop wearing the band (Mi Band 2 and Amazfit Bip only)
- Action: com.mc.miband.tasker.notWearing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement