Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer committed Sep 6, 2023
1 parent 25ed9f8 commit 04eac50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ Below are the properties you can utilize in the JSON object. **All keys are opti
| `pos` | integer | Defines the position of your custom page in the loop, starting at 0 for the first position. This will only apply with your first push. This function is experimental. | N/A | X | |
| `draw` | array of objects | Array of drawing instructions. Each object represents a drawing command. See the drawing instructions below. | | X | X |
| `lifetime` | integer | Removes the custom app when there is no update after the given time in seconds. | 0 | X | |
| `lifetimeMode` | integer | 0 = deletes the app, 1 = marks it as staled with a red rectangle around the app | 0 | X | |
| `stack` | boolean | Defines if the **notification** will be stacked. `false` will immediately replace the current notification. | true | | X |
| `wakeup` | boolean | If the Matrix is off, the notification will wake it up for the time of the notification. | false | | X |
| `noScroll` | boolean | Disables the text scrolling. | false | X | X |
Expand Down

0 comments on commit 04eac50

Please sign in to comment.