From cbbc1d78255f68c8b37b2005cda6bb49d76cd0ff Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Tue, 1 Oct 2024 09:49:30 +0100 Subject: [PATCH] Modify default sequence to include patterns --- sequence_default.json | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/sequence_default.json b/sequence_default.json index 1e4f212..e3126fe 100644 --- a/sequence_default.json +++ b/sequence_default.json @@ -1,7 +1,21 @@ -[ - { - "widget_type": "IPShowWidget", - "duration": 5, - "config_override": {} - } -] \ No newline at end of file +{ + "widget": [ + { + "type": "IPShowWidget", + "duration": 5, + "config_override": {} + }, + { + "type": "TestWidget", + "duration": 5, + "config_override": {} + } + ], + "pattern": [ + { + "type": "RainbowPattern", + "duration": -1, + "config_override": {} + } + ] +} \ No newline at end of file -- GitLab