From e323a315e1e9c0e8b836f9134474cb633468d192 Mon Sep 17 00:00:00 2001 From: Paul-Vincent Roll Date: Sun, 3 Apr 2016 20:31:09 +0200 Subject: [PATCH] README ms not seconds --- modules/default/alert/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/default/alert/README.md b/modules/default/alert/README.md index f76549ba..81c133db 100644 --- a/modules/default/alert/README.md +++ b/modules/default/alert/README.md @@ -144,7 +144,7 @@ self.sendNotification("SHOW_ALERT", {type: "alert"}); timer (optional) - How long the alert should stay visible in seconds. + How long the alert should stay visible in ms.
Important: If you do not use the timer, it is your duty to hide the alert by using self.sendNotification("HIDE_ALERT");!

Possible values: int float
Default value: none