aboutsummaryrefslogtreecommitdiff
path: root/src/Timer/Model/State.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Timer/Model/State.elm')
-rw-r--r--src/Timer/Model/State.elm8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Timer/Model/State.elm b/src/Timer/Model/State.elm
new file mode 100644
index 0000000..1162e59
--- /dev/null
+++ b/src/Timer/Model/State.elm
@@ -0,0 +1,8 @@
+module Timer.Model.State exposing
+ ( State(..)
+ )
+
+type State =
+ Idle
+ | Running
+ | Ringing