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