mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-10 01:17:42 +01:00
32 lines
No EOL
687 B
JSON
32 lines
No EOL
687 B
JSON
{
|
|
"BREWERY_NAME": {
|
|
"description": "Brewery Name",
|
|
"name": "BREWERY_NAME",
|
|
"options": null,
|
|
"type": "string",
|
|
"value": "MANUL"
|
|
},
|
|
"NAME": {
|
|
"description": "Brew Name",
|
|
"name": "NAME",
|
|
"options": null,
|
|
"type": "string",
|
|
"value": "HEDER"
|
|
},
|
|
"TEMP_UNIT": {
|
|
"description": "Temperature Unit",
|
|
"name": "TEMP_UNIT",
|
|
"options": [
|
|
{
|
|
"label": "C",
|
|
"value": "C"
|
|
},
|
|
{
|
|
"label": "F",
|
|
"value": "F"
|
|
}
|
|
],
|
|
"type": "select",
|
|
"value": "F"
|
|
}
|
|
} |