Vibrate struct provides more customization over how the device will react to an alarm being triggered.
More...
#include <alarmData.h>
Vibrate struct provides more customization over how the device will react to an alarm being triggered.
- Parameters
-
on | Boolean describing if the alarm should or should not vibrate when triggered |
- Note
- The application will automatically set on to false if the device does not support vibration
- Parameters
-
intensity | Double to describe how intense the vibration should be |
◆ Vibrate()
AlarmData::Vibrate::Vibrate |
( |
const bool & | on, |
|
|
const double & | intensity ) |
|
inline |
◆ intensity
double AlarmData::Vibrate::intensity |
◆ on
bool AlarmData::Vibrate::on |
The documentation for this struct was generated from the following file: