From 7497e4759dd55760e7591852bc2b9ff4a498f688 Mon Sep 17 00:00:00 2001 From: schlawiano <> Date: Fri, 27 May 2016 13:11:24 +0000 Subject: [PATCH] I2C_HDC1008: added new module for measurement temperature and humidity via i2c-bus I2C_GY30_BH1750FVI: added new module for light intensity via via i2c-bus git-svn-id: https://svn.fhem.de/fhem/trunk@11530 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/CHANGED | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fhem/CHANGED b/fhem/CHANGED index 8af470199..a72422360 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,7 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - added: 52_I2C_GY30_BH1750FVI: modul i2c light intensity sensor + - added: 52_I2C_HDC1008: modul for i2c humidity and temperature sensor - bugfix: FB_CALLLIST: fixing double space in certain call state values. PLEASE CHECK YOUR CONFIGURATION (notify, DOIF, FTUI, etc.) after this update!!!