Skip to content

Commit

Permalink
fix hmip-bdt dimming (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbyquaker committed Nov 6, 2018
1 parent cb8d74c commit 77f3cfb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions homematic-devices/hmip-bdt.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ module.exports = class HmipBdt {

const setListenerBrightness = (value, callback) => {
homematic.debug('set ' + config.name + ' 0 Brightness ' + value);
valueBrightness = value;
ccu.setValue(config.iface, config.description.ADDRESS + ':4', 'LEVEL', value / 100)
.then(() => {
callback();
Expand Down

0 comments on commit 77f3cfb

Please sign in to comment.