aboutsummaryrefslogtreecommitdiff
path: root/sleep.json
diff options
context:
space:
mode:
authorben <ben@nagy.contact>2025-01-03 15:00:44 -0800
committerben <ben@nagy.contact>2025-01-03 15:00:44 -0800
commit7bb4de5c8023f2512645f20c1d28a5954e3fdecf (patch)
tree6ec27b578d5ec63408cdd64d4a38ca5e8391bf06 /sleep.json
parent53158d29ce73b82dfd28362c1b744ab98938d698 (diff)
added json parser
Diffstat (limited to 'sleep.json')
-rw-r--r--sleep.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/sleep.json b/sleep.json
new file mode 100644
index 0000000..39eb3bd
--- /dev/null
+++ b/sleep.json
@@ -0,0 +1,12 @@
+{
+ "config": {
+ "default_time": 25,
+ "default_time_format": "%02d:%02d:%02d"
+ "_comment_default_time_format": "DO NOT CHANGE THIS! ^"
+ },
+ "previous_state": {
+ "timestamp": "00:00:00",
+ "last_updated": "2025-01-02T23:07:25Z"
+ "was_active": false,
+ }
+}