mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
37 lines
807 B
JSON
37 lines
807 B
JSON
{
|
|
"AUTHOR": {
|
|
"description": "Author",
|
|
"name": "AUTHOR",
|
|
"options": null,
|
|
"type": "string",
|
|
"source": "craftbeerpi",
|
|
"value": "John Doe"
|
|
},
|
|
"BREWERY_NAME": {
|
|
"description": "Brewery Name",
|
|
"name": "BREWERY_NAME",
|
|
"options": null,
|
|
"type": "string",
|
|
"source": "craftbeerpi",
|
|
"value": "CraftBeerPi Brewery"
|
|
},
|
|
"TEMP_UNIT": {
|
|
"description": "Temperature Unit",
|
|
"name": "TEMP_UNIT",
|
|
"options": [
|
|
{
|
|
"label": "C",
|
|
"value": "C"
|
|
},
|
|
{
|
|
"label": "F",
|
|
"value": "F"
|
|
}
|
|
],
|
|
"type": "select",
|
|
"source": "craftbeerpi",
|
|
"value": "C"
|
|
}
|
|
|
|
|
|
}
|