Skip to content

Commit

Permalink
bump revision
Browse files Browse the repository at this point in the history
  • Loading branch information
avollkopf committed Mar 9, 2023
1 parent 2c13b3c commit 8dae245
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cbpi/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "4.1.6.b6"
__version__ = "4.1.6"
__codename__ = "Groundhog Day"

23 changes: 23 additions & 0 deletions tests/cbpi-test-config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8dae245

Please sign in to comment.