mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-12-03 12:14:18 +01:00
bump revision
This commit is contained in:
parent
2c13b3c62f
commit
8dae24502b
2 changed files with 24 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
__version__ = "4.1.6.b6"
|
||||
__version__ = "4.1.6"
|
||||
__codename__ = "Groundhog Day"
|
||||
|
||||
|
|
|
@ -45,6 +45,22 @@
|
|||
"type": "string",
|
||||
"value": "Some New Brewery Name"
|
||||
},
|
||||
"BoilAutoTimer": {
|
||||
"description": "Start Boil timer automatically if Temp does not change for 5 Minutes and is above 95C/203F",
|
||||
"name": "BoilAutoTimer",
|
||||
"options": [
|
||||
{
|
||||
"label": "Yes",
|
||||
"value": "Yes"
|
||||
},
|
||||
{
|
||||
"label": "No",
|
||||
"value": "No"
|
||||
}
|
||||
],
|
||||
"type": "select",
|
||||
"value": "No"
|
||||
},
|
||||
"BoilKettle": {
|
||||
"description": "Define Kettle that is used for Boil, Whirlpool and Cooldown. If not selected, MASH_TUN will be used",
|
||||
"name": "BoilKettle",
|
||||
|
@ -107,6 +123,13 @@
|
|||
"type": "select",
|
||||
"value": "No"
|
||||
},
|
||||
"INFLUXDBMEASUREMENT": {
|
||||
"description": "Name of the measurement in your INFLUXDB database (default: measurement)",
|
||||
"name": "INFLUXDBMEASUREMENT",
|
||||
"options": null,
|
||||
"type": "string",
|
||||
"value": "measurement"
|
||||
},
|
||||
"INFLUXDBNAME": {
|
||||
"description": "Name of your influxdb database name (If INFLUXDBCLOUD set to Yes use bucket of your influxdb cloud database)",
|
||||
"name": "INFLUXDBNAME",
|
||||
|
|
Loading…
Reference in a new issue