aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/Messages.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/Messages.h')
-rw-r--r--src/displayapp/Messages.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h
index 1418f6be..dcfff4c2 100644
--- a/src/displayapp/Messages.h
+++ b/src/displayapp/Messages.h
@@ -7,7 +7,6 @@ namespace Pinetime {
enum class Messages : uint8_t {
GoToSleep,
GoToRunning,
- UpdateDateTime,
UpdateBleConnection,
TouchEvent,
ButtonPushed,
@@ -17,7 +16,8 @@ namespace Pinetime {
NewNotification,
TimerDone,
BleFirmwareUpdateStarted,
- DimScreen,
+ // Resets the screen timeout timer when awake
+ // Does nothing when asleep
NotifyDeviceActivity,
ShowPairingKey,
AlarmTriggered,