Can someone help me to find DisturbMode in API ?

Former Member
Former Member
I want to show the status about if watch is in DisturbMode ,but I do not find this in API Doc .

The Origin Digital Watch Face is working fine, so I think there must be some method about DisturbMode .

Please~
  • See isSleepMode in the ActivityMonitor module.
  • Former Member
    Former Member over 9 years ago
    See isSleepMode in the ActivityMonitor module.


    I am sorry , The Sleep Mode seems to be different from "Not Disturb".

    I have used sleepmode to determine if device is in disturb , but it is not working fine so , I think SleepMode is not NotDisturbMode
  • There's no way to determine DND directly in CIQ.

    The closest you can come, is that with some watches (the fr230 for example), there's a setting for DND so that DND gets turned on during your configured sleep times, and you can get those times in UserProfile.Profile.
  • Former Member
    Former Member over 9 years ago
    Do the results for if tone and vibrate are enabled get adjusted when putting the watch in Do Not Disturb mode? You might be able to use a combination of having no tones and no vibrate to make the determination.
  • I've not tested it, but my guess is that tone/vibrate settings don't get changed when you enter/leave DND, and the FW just has an extra check for DND before making sounds.