There was an error while loading. Please reload this page.
1 parent b7b3ba2 commit b5b2eddCopy full SHA for b5b2edd
1 file changed
README.md
@@ -25,8 +25,15 @@ labels:
25
io.resin.features.dbus: "1"
26
io.resin.features.kernel-modules: "1"
27
io.resin.features.firmware: "1"
28
+### Automatic loop
29
-Example:
30
+Replace the ID by the file number in the `Files` repeater.
31
+```
32
+await this.OmxPlayFile(this.getFileById(43),600)
33
+this.RestartMain();
34
35
+
36
+### Example:
37
38
if(currentLanguage === "de") {
39
changeLanguage("en");
0 commit comments