craftbeerpi4-pione/cbpi/config/config.json

38 lines
807 B
JSON
Raw Normal View History

2021-02-19 22:05:13 +01:00
{
2021-02-27 20:09:19 +01:00
"AUTHOR": {
"description": "Author",
"name": "AUTHOR",
"options": null,
"type": "string",
2023-04-02 16:14:33 +02:00
"source": "craftbeerpi",
2021-02-27 20:09:19 +01:00
"value": "John Doe"
},
2021-02-19 22:05:13 +01:00
"BREWERY_NAME": {
"description": "Brewery Name",
"name": "BREWERY_NAME",
"options": null,
"type": "string",
2023-04-02 16:14:33 +02:00
"source": "craftbeerpi",
2021-02-27 20:09:19 +01:00
"value": "CraftBeerPi Brewery"
2021-02-19 22:05:13 +01:00
},
"TEMP_UNIT": {
"description": "Temperature Unit",
"name": "TEMP_UNIT",
"options": [
{
"label": "C",
"value": "C"
},
{
"label": "F",
"value": "F"
}
],
"type": "select",
2023-04-02 16:14:33 +02:00
"source": "craftbeerpi",
2021-02-27 20:09:19 +01:00
"value": "C"
2021-02-19 22:05:13 +01:00
}
2023-04-02 16:14:33 +02:00
}