summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shared/Action/Ports.elm')
-rw-r--r--src/shared/Action/Ports.elm3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shared/Action/Ports.elm b/src/shared/Action/Ports.elm
index c14d7f4..c42ff8b 100644
--- a/src/shared/Action/Ports.elm
+++ b/src/shared/Action/Ports.elm
@@ -8,4 +8,5 @@ port get_results : () -> (Cmd msg)
port results_in : (String -> msg) -> (Sub msg)
port set_results : (String) -> (Cmd msg)
-port set_signal : (Bool) -> (Cmd msg)
+port activate_notification : () -> (Cmd msg)
+port disable_notification : () -> (Cmd msg)