justme-1968/homebridge-fhem

FS20 dim command

Closed this issue · 1 comments

Hi,

Thanks for this great bridge!

Here is a patch for the FS20 dim command:

1053c1053
<       return 'dim ' + dim_values[Math.round(orig/6.25)];

---
>       return dim_values[Math.round(orig/6.25)];

you are right. copy&paste bug...

thanks
andre