aboutsummaryrefslogtreecommitdiff
path: root/include/datetime/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/datetime/settings.h')
-rw-r--r--include/datetime/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/datetime/settings.h b/include/datetime/settings.h
index ce234d9..e5f885e 100644
--- a/include/datetime/settings.h
+++ b/include/datetime/settings.h
@@ -56,6 +56,9 @@ public:
core::Property<bool> show_year;
core::Property<TimeFormatMode> time_format_mode;
core::Property<std::string> timezone_name;
+ core::Property<std::string> alarm_sound;
+ core::Property<unsigned int> alarm_volume;
+ core::Property<unsigned int> alarm_duration;
};
} // namespace datetime