Skip to content

v1.0.0

Choose a tag to compare

@torifat torifat released this 31 Dec 10:50
· 14 commits to master since this release
  • 馃挜 Replace motor_speed prop with fanSpeed 011c700

This breaks the API but brings back fanSpeedChanged event. You can now
do:

device.on('fanSpeedChanged', speed => {
  console.log({ speed });
});