craftbeerpi4-pione/config/step_data.json

18 lines
352 B
JSON
Raw Normal View History

2021-01-17 22:49:18 +01:00
{
2021-01-22 23:25:20 +01:00
"basic": {
2021-01-24 22:22:07 +01:00
"name": ""
2021-01-22 23:25:20 +01:00
},
2021-01-17 22:49:18 +01:00
"profile": [
2021-01-26 20:21:53 +01:00
{
"id": "6mdUtsrBaWeDvKgUXJiLqu",
"name": "Test",
"props": {
"Param1": 123,
"Param2": "HALLO",
"Param3": 1
},
"status": "I",
"type": "CustomStep2"
}
2021-01-17 22:49:18 +01:00
]
}