We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey there,
I logged a fault with actiontiles and they said the DTH is probably wrong, this is what they sent me
you may be able to modify your Fibaro DTH to handle it.
setting device color [hue:0, saturation:100, hex:#2550000, red:37, green:80, blue:0, white:0]
You'll notice that the "hex:" value is not in the correct format for a hex color value. It should be "#FF0000", not the decimal number "255...".
The specs for Capability Color are complete nonsense to us, frankly; so this might not make 100% sense to you.
We expect all DTHs to use the hue and saturation values, not the hex color value. https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Color-Control
Some old DTHs, however, if they receive a bad value for attribute "color" will attempt to use it instead of Hue and Saturation.
The text was updated successfully, but these errors were encountered:
I have the same problem with AT with the same remark, hoping that with this addtional message, it's importance is noticed.
I do not want to switch back to the original DH because I would miss out on the energy consumption features (and ofcourse the police lights ;-))
Sorry, something went wrong.
No branches or pull requests
Hey there,
I logged a fault with actiontiles and they said the DTH is probably wrong, this is what they sent me
you may be able to modify your Fibaro DTH to handle it.
setting device color [hue:0, saturation:100, hex:#2550000, red:37, green:80, blue:0, white:0]
You'll notice that the "hex:" value is not in the correct format for a hex color value. It should be "#FF0000", not the decimal number "255...".
The specs for Capability Color are complete nonsense to us, frankly; so this might not make 100% sense to you.
We expect all DTHs to use the hue and saturation values, not the hex color value. https://smartthings.developer.samsung.com/develop/api-ref/capabilities.html#Color-Control
Some old DTHs, however, if they receive a bad value for attribute "color" will attempt to use it instead of Hue and Saturation.
The text was updated successfully, but these errors were encountered: