dale3h / hue-mqtt-bridge

MQTT bridge for Philips Hue Dimmer and Hue Tap
MIT License
51 stars 6 forks source link

Publish sensor events only if lastupdated is newer than previous event #19

Closed ristomatti closed 6 years ago

ristomatti commented 6 years ago

This seems to have fixed #18. Or at least I haven't had any random button presses occurring since the change.

I hope the code is small enough this time. I could also cram all the new Date stuff inside the if block but that would make the code quite unreadable in my opinion.