Skip to content

Commit b5b2edd

Browse files
authored
Update README.md
1 parent b7b3ba2 commit b5b2edd

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,15 @@ labels:
2525
io.resin.features.dbus: "1"
2626
io.resin.features.kernel-modules: "1"
2727
io.resin.features.firmware: "1"
28+
### Automatic loop
2829

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:
3037

3138
if(currentLanguage === "de") {
3239
changeLanguage("en");

0 commit comments

Comments
 (0)