From 8dae24502b6facd20990931941c9e0e5a76abd7c Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Thu, 9 Mar 2023 07:28:26 +0100 Subject: [PATCH] bump revision --- cbpi/__init__.py | 2 +- tests/cbpi-test-config/config.json | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/cbpi/__init__.py b/cbpi/__init__.py index db0e8e4..3e9f879 100644 --- a/cbpi/__init__.py +++ b/cbpi/__init__.py @@ -1,3 +1,3 @@ -__version__ = "4.1.6.b6" +__version__ = "4.1.6" __codename__ = "Groundhog Day" diff --git a/tests/cbpi-test-config/config.json b/tests/cbpi-test-config/config.json index d6ab711..8fef776 100644 --- a/tests/cbpi-test-config/config.json +++ b/tests/cbpi-test-config/config.json @@ -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",