Skip to content

Commit

Permalink
Update dev.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Blueforcer authored Dec 28, 2023
1 parent 0c659f6 commit 89764dc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,14 @@ The JSON object has the following properties:
| `dfplayer` | boolean | Enables DFPLayer for Awtrix2_conversation builds. | false |
| `button_callback` | string | http callback url for button presses. | - |
| `let_it_snow` | boolean | Let it snow as a global Overlay. | true for christmastime |


Example of such JSON:
```json
{
"temp_dec_places":1,
"bootsound":true,
"hum_offset":-2,
"let_it_snow": true
}
```

0 comments on commit 89764dc

Please sign in to comment.