Documentation tells me the correct attribute to search for is levelPreset but using that returns no devices.
Seems like the correct attribute is "level" but using that with capability.levelPreset does not return anything either.
Can I get a sanity check. My code is working for every other attribute I've been interested in.
Thx.
The levelPreset capability was never deployed.
Well that explains it. Thanks.
From your other thread, it seems like you might just be looking for the level attribute (e.g., what you'd find on a dimmer--not this one intended for the ill-fated "pre-staging" idea).
level
In that case, capability "SwitchLevel" is what you are after.
capability "SwitchLevel"
Yes, that is exactly right, that is exactly what I'm looking for. Thanks very much.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.