There are a few SmartThings-created SAs and DTHs that contain a number of undocumented capabilities. I was wondering if anyone could explain the functionality and use of:
- capability “Health Check”
- capability “Bridge”
- DeviceWatch? sendEvent(name: “DeviceWatch-Enroll” …)
And my personal favorite:
4) valueTile(“doNotRemove”, “v”, decoration: “flat”, height: 2, width: 6, inactiveLabel: false) {
state “default”, label:‘Do not remove’
Also - I see that the documentation lists a capability “Bulb” and a capability “Light”. What (if anything) is the difference between these two capabilities? When should I include one over the other? If a device has either the “Bulb” or the “Light” capability, then is it necessary (or recommended) to still include the “Switch” capability?