You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.avmfritz/src/main/java/org/openhab/binding/avmfritz/internal/handler/AVMFritzBaseThingHandler.java
+11-3
Original file line number
Diff line number
Diff line change
@@ -126,6 +126,7 @@
126
126
* @author Ulrich Mertin - Added support for HAN-FUN blinds
127
127
* @author Christoph Sommer - Added support for color temperature
128
128
* @author Tobias Lange - Added abs color temperature and fixed on/off behavior of light blub
129
+
* @author Fabian Girgert - Fixed incorrect state of dimmable bulb when switched off
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.avmfritz/src/test/java/org/openhab/binding/avmfritz/internal/dto/AVMFritzDeviceListModelTest.java
+71-2
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@
34
34
*
35
35
* @author Christoph Weitkamp - Initial contribution
36
36
* @author Ulrich Mertin - Added support for HAN-FUN blinds
37
+
* @author Fabian Girgert - Fixed incorrect state of dimmable bulb when switched off
0 commit comments