codersaur / SmartThings

Samsung SmartThings SmartApps and Device Handlers
Apache License 2.0
301 stars 540 forks source link

Fibaro RGBW #38

Open tlbtechnology opened 6 years ago

tlbtechnology commented 6 years ago

Is this still available and working? When I try to copy the code into the IDE I get this error. Sorry if something basic, I'm a total newb with GitHub and Groovy stuff.

No signature of method: script_app_metadata_1022158d_8be6_4b89_9aaf_973162bcb725.metadata() is applicable for argument types: (script_app_metadata_1022158d_8be6_4b89_9aaf_973162bcb725$_run_closure1) values: [script_app_metadata_1022158d_8be6_4b89_9aaf_973162bcb725$_run_closure1@6b830c43] Possible solutions: getMetadata(), getState(), setState(java.lang.Object), metaClass(groovy.lang.Closure)

tlbtechnology commented 6 years ago

Ok, so I admit I'm pretty green when it comes to github and finally figured this out. For anyone else trying, you have to add in the groovy paths for your github areas. I went here and "forked" it to my account. Worked fine after that.