backend rework- full test 1

This commit is contained in:
derlole
2025-05-07 11:08:43 +00:00
parent f7d9a640ee
commit 76bfa50995
19 changed files with 397 additions and 127 deletions

6
persistence/beans.json Normal file
View File

@@ -0,0 +1,6 @@
{
"lastFilled": "2025-05-06 20:56:49.436340+00:00",
"fill": 100,
"coffeesOnFill": 0,
"refilled": 0
}

8
persistence/machine.json Normal file
View File

@@ -0,0 +1,8 @@
{
"state": "idle",
"connected": false,
"ready": false,
"peding_command": false,
"error": false,
"lastConnectionProof": "2025-05-06 20:56:49.436343+00:00"
}

6
persistence/water.json Normal file
View File

@@ -0,0 +1,6 @@
{
"lastFilled": "2025-05-06 20:56:49.436328+00:00",
"fill": 21,
"coffeesOnFill": 0,
"refilled": 0
}