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 d2d425b commit 6ec015b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +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 |
| `CEL` | boolean | Shows the temperature 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 6ec015b

Please sign in to comment.