Skip to content

Commit

Permalink
Update api.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored Oct 31, 2024
1 parent e1088f1 commit d2d425b
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 @@ -381,6 +381,7 @@ You can adjust each property in the JSON object according to your preferences. I
| `TFORMAT` | string | Time format for the TimeApp. | Varies (see below) | N/A |
| `DFORMAT` | string | Date format for the DateApp. | Varies (see below) | N/A |
| `SOM` | boolean | Start the week on Monday. | `true`/`false` | true |
| `CEL` | boolean | Shows the temperture in celsius (Fahrenheit when false). | `true`/`false` | true |
| `BLOCKN` | boolean | Block physical navigation keys (still sends input to MQTT). | `true`/`false` | false |
| `UPPERCASE` | boolean | Display text in uppercase. | `true`/`false` | true |
| `TIME_COL` | string/array of ints | Text color of the time app. Use 0 for global text color. | RGB array or hex color | N/A |
Expand Down

0 comments on commit d2d425b

Please sign in to comment.