-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to dim or change color of a switch? #12
Comments
I only developed for what I have. The code's quite easy to modify, if you want to fork and make a patch to add new features. |
Wish I knew the modifications to make.... This seems to indicate some dimmer functionality is available but I can't seem how to indicate that my switch is a dimmer switch https://iotdb.org/iotdb/models/light-dimmer |
Switches can be on or off, that's what they do. Can you give more information about your smartthings set, what type of switch it is, etc.. I'm interested in helping, but I can't guess what your setup is. |
I'm using a GoControl Z-Wave Plug-in Dimmer Module. Looking through the code and docs it seems like I will need to add capability.switchLevel to the IOTDB.bridge smartapp for this control to be possible. |
Yes, that sounds about right. The pattern for adding this to the code is quite simple. |
I tried setting level=.... but that just turns off the switch
The text was updated successfully, but these errors were encountered: