I have a dropdown in my action configpage with 2 choices - "All Devices" and "Specific Device", and I built it with OptionKeys using values of "1" and "2" respectively.
When this event fires and the configChangeView is examined, there are no OptionKeys, and the Options are just "0" and "1". And if I use "GetSelectedOptionKey", it comes back blank, but "GetSelectedOption" returns "1", even though I've selected "Sepcific Device" (2).
Anybody have experience with this? The documentation is practically non-existent on what these functions do or how to use them...
When this event fires and the configChangeView is examined, there are no OptionKeys, and the Options are just "0" and "1". And if I use "GetSelectedOptionKey", it comes back blank, but "GetSelectedOption" returns "1", even though I've selected "Sepcific Device" (2).
Anybody have experience with this? The documentation is practically non-existent on what these functions do or how to use them...
Comment