I have seen in the edge smartthings beta drivers that they have been added to the profiles of all devices with capabilities switchLevel values with range[1,100].
Does it replace creating a custom VID for a stock capability?
Can it be used for other capabilities?
The value switchLevel = 0 should not be used or will it not be able to be used from now on for some reason?
For example, if you use the transition time argument for on and off, what the device does internally is decrease the level in steps until it reaches level 0 and turns off.
Will there be any problem to continue using this?
I have been looking for information, but I am quite clumsy and I have not found anything
Wow, if that’s true, I’ll be more then happy. I’ll try to figure it out our wait for the others’ response. Whatever first
EDIT: it really works. Thank you @Mariano_Colmenarejo for finding this out. I can now get rid of custom presentation just to narrow the color temperature value fort lights.
Accepting this configuration is a work in progress, that’s why it isn’t fully documented. The team is aware of the requirement for it.
Currently, it doesn’t replace the usage of a custom device presentation as not all properties are accepted.
Yes, it should work for any capability
This was set to 1 because there were some inconsistencies observed creating routines that turned on the device with a 0% level in the dimmer as 0 represents “off”.
You can still send a 0% value through the API even if the presentation doesn’t allow it, the default range of the capability is 0-100%