mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
README ms not seconds
This commit is contained in:
parent
a55a2bcca0
commit
e323a315e1
@ -144,7 +144,7 @@ self.sendNotification("SHOW_ALERT", {type: "alert"});
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><code>timer</code> (optional)</td>
|
<td><code>timer</code> (optional)</td>
|
||||||
<td>How long the alert should stay visible in seconds.
|
<td>How long the alert should stay visible in ms.
|
||||||
<br><b>Important:</b> If you do not use the <code>timer</code>, it is your duty to hide the alert by using <code>self.sendNotification("HIDE_ALERT");</code>!<br>
|
<br><b>Important:</b> If you do not use the <code>timer</code>, it is your duty to hide the alert by using <code>self.sendNotification("HIDE_ALERT");</code>!<br>
|
||||||
<br><b>Possible values:</b> <code>int</code> <code>float</code>
|
<br><b>Possible values:</b> <code>int</code> <code>float</code>
|
||||||
<br><b>Default value:</b> <code>none</code>
|
<br><b>Default value:</b> <code>none</code>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user