Skip to content

Commit

Permalink
Release 2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Apr 6, 2018
1 parent 5af9259 commit 3797a69
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/gateway/device.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class GatewayDevice extends Homey.Device {
this.miio.light = miiodevice.child('light');

this.miio.on('illuminanceChanged', illuminance => {
console.log(illuminance);
if (this.getCapabilityValue('measure_luminance') != illuminance.value) {
this.setCapabilityValue('measure_luminance', illuminance.value);
Homey.ManagerFlow.getCard('trigger', 'gatewayLuminance').trigger(this, {luminance: illuminance.value}, {})
Expand Down

0 comments on commit 3797a69

Please sign in to comment.