diff options
Diffstat (limited to 'src/displayapp/Messages.h')
| -rw-r--r-- | src/displayapp/Messages.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h index b670b1aa..1fcd72d2 100644 --- a/src/displayapp/Messages.h +++ b/src/displayapp/Messages.h @@ -6,8 +6,8 @@ namespace Pinetime { namespace Display { enum class Messages : uint8_t { GoToSleep, + GoToAOD, GoToRunning, - UpdateDateTime, UpdateBleConnection, TouchEvent, ButtonPushed, @@ -17,14 +17,13 @@ namespace Pinetime { NewNotification, TimerDone, BleFirmwareUpdateStarted, - UpdateTimeOut, - DimScreen, - RestoreBrightness, + // Resets the screen timeout timer when awake + // Does nothing when asleep + NotifyDeviceActivity, ShowPairingKey, AlarmTriggered, Chime, BleRadioEnableToggle, - OnChargingEvent, }; } } |
