1) Give a description of the problem
I have a custom DTH which i am using to trigger actions in webCoRe (a button press on the tile), the piston also is triggered remotely via AskAlexa. Is there a method of retrieving a setting/attribute value from the device.
2) What is the expected behavior?
For example pressing the power button in the custom device (from within the mobile smartapp) triggers the piston (this is all working fine), i want to then send a local http post to a wifi controller, but want the parameter that i send to the controller to be retrieved from the ST device parameter. Means i don’t need to store the parameters as variables in webcore.
3) What is happening/not happening?
I can’t find a method of retrieving a attribute/setting from the custom device i have created.