From e2625c9a07db15859bbc3c2a2ef1625ca47da659 Mon Sep 17 00:00:00 2001 From: TheJoeCoder <joe@radialbog9.uk> Date: Tue, 24 Sep 2024 12:34:00 +0100 Subject: [PATCH] Start work on sequences --- .gitignore | 1 + sequence_default.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 sequence_default.json diff --git a/.gitignore b/.gitignore index f446f82..5e67cc0 100644 --- a/.gitignore +++ b/.gitignore @@ -128,4 +128,5 @@ cython_debug/ module_config.json hw_config.json +sequence_config.json app.log diff --git a/sequence_default.json b/sequence_default.json new file mode 100644 index 0000000..1e4f212 --- /dev/null +++ b/sequence_default.json @@ -0,0 +1,7 @@ +[ + { + "widget_type": "IPShowWidget", + "duration": 5, + "config_override": {} + } +] \ No newline at end of file -- GitLab