mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
46 lines
No EOL
1.1 KiB
JSON
46 lines
No EOL
1.1 KiB
JSON
{
|
|
"basic": {
|
|
"name": "PALE ALE"
|
|
},
|
|
"profile": [
|
|
{
|
|
"id": "T2y34Mbex9KjNWXhzfCRby",
|
|
"name": "MashIn",
|
|
"props": {
|
|
"Param1": 123,
|
|
"Param2": "HALLO",
|
|
"Param3": 1,
|
|
"count": 1,
|
|
"wohoo": 0
|
|
},
|
|
"status": "P",
|
|
"type": "CustomStep2"
|
|
},
|
|
{
|
|
"id": "RjS8Zb2GGpUtNsqHsES3yF",
|
|
"name": "Step2",
|
|
"props": {
|
|
"Param1": 123,
|
|
"Param2": "HALLO",
|
|
"Param3": 1,
|
|
"count": 0,
|
|
"wohoo": 0
|
|
},
|
|
"status": "I",
|
|
"type": "CustomStep2"
|
|
},
|
|
{
|
|
"id": "WkZG4fDNxZdtZ7uoTsSHhR",
|
|
"name": "Mash Step 1",
|
|
"props": {
|
|
"Param1": 123,
|
|
"Param2": "HALLO",
|
|
"Param3": 1,
|
|
"count": 0,
|
|
"wohoo": 0
|
|
},
|
|
"status": "I",
|
|
"type": "CustomStep2"
|
|
}
|
|
]
|
|
} |