No signature of method
Hiya,
Bit of a noob here, but I'm receiving the following message when pasting the code when creating "A new Smartapp" within the smarthings ide.
No signature of method: script_app_metadata_4f356889_0d09_44c6_907d_1332e8358580.metadata() is applicable for argument types: (script_app_metadata_4f356889_0d09_44c6_907d_1332e8358580$_run_closure1) values: [script_app_metadata_4f356889_0d09_44c6_907d_1332e8358580$_run_closure1@54bdd45f] Possible solutions: getMetadata(), getState(), setState(java.lang.Object), metaClass(groovy.lang.Closure)
Any suggestions?
Thanks
I had this issue and finally figured it out. You have to add in the groovy paths for your github areas.
Thanks. Know of any references on how to do this?
I went here (https://github.com/apache/groovy) and forked it. Worked after that.
You will also run into this issue if you tried to add a smart app rather than a device handler. From the instructions:
Within the SmartThings IDE, click on 'My Device Handlers'. Click the '+ Create New Device Handler' button.
Thanks. Know of any references on how to do this?
Did you figure it out?