perbrage / node-red-contrib-telldus-zwave-v2-local

Control Telldus on/off devices using the local API in NodeRed
MIT License
1 stars 1 forks source link

dim-function #7

Closed hnrk closed 5 years ago

hnrk commented 5 years ago

This node doesn't seem to support dimming. Or am I missing something?

perbrage commented 5 years ago

You are correct! It does not currently support dimming as I don't have any device that supports dimming currently. So I have no way of testing it.

It is quite easily to implemented however.

perbrage commented 5 years ago

Just published a new version to support dimming, try version 1.3.5 and use the command dim(10) or dim(90) or similar.

Let me know if it works, cause I have no way of testing it.

hnrk commented 5 years ago

Solved! It works! That was quick. ;-)

perbrage commented 5 years ago

Great! Was such an easy thing to do, so I thought I'd just do it. Closing this issue shortly!