From 89764dcb98dddd8b9447cbdfaa46b80504118afd Mon Sep 17 00:00:00 2001 From: Stephan <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 28 Dec 2023 23:40:35 +0100 Subject: [PATCH] Update dev.md --- docs/dev.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/dev.md b/docs/dev.md index bd84f669..8eb37427 100644 --- a/docs/dev.md +++ b/docs/dev.md @@ -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 +} +```