From 9cac635a6e787bbd2bf7a9216cb21653b8265d9f Mon Sep 17 00:00:00 2001 From: universam1 Date: Thu, 15 Mar 2018 19:17:08 +0100 Subject: [PATCH] 5.8.5 support for Prometheus Pushgateway --- README.md | 1 + pio/lib/Globals/Globals.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bd1a788..a1894c56 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ Check out [IOT DEVICE PULLS ITS WEIGHT IN HOME BREWING](http://hackaday.com/2017 | Date | Note | | :--------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| 15.03.2017 | Firmware 5.8.5: adding support for support for Prometheus Pushgateway, thanks to @jankeesv | | 08.03.2017 | Firmware 5.8.4: adding support for logging temperature data in Fahrenheit and Kelvin, thanks to @iceaway | | 05.03.2017 | Firmware 5.8.3: Support for InfluxDB as additional backend, thanks to @iceaway | | 23.02.2017 | New drawer version 'mwx-Edition' using threaded bolt nut and washer - thanks to @mwx | diff --git a/pio/lib/Globals/Globals.h b/pio/lib/Globals/Globals.h index e8abb78c..0a5138c9 100644 --- a/pio/lib/Globals/Globals.h +++ b/pio/lib/Globals/Globals.h @@ -20,7 +20,7 @@ extern Ticker flasher; // defines go here -#define FIRMWAREVERSION "5.8.4" +#define FIRMWAREVERSION "5.8.5" #define API_FHEM true #define API_UBIDOTS true