SANdood / Aeon-HEM-v2

My version of the ST device driver for the Aeon HEM, exended to support the V2 version, with more displays
42 stars 121 forks source link

Build error? #3

Closed nguyenlau closed 8 years ago

nguyenlau commented 8 years ago

I tried to build this code last night and this morning in the SmartThings IDE, and I keep getting this error message below. It's a very cryptic error message, and tried to google/debug but was not successful. Did ST change their compiler/interpreter or something, causing this code to no longer compile? Can someone try to duplicate this at the SmartThings cloud IDE, or is it localized to me somehow?

Sorry, and please let me know if this isn't the correct place to post this "issue". Thanks!

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

bkeifer commented 8 years ago

Make sure you're creating a new device type, not a new smartapp.

nguyenlau commented 8 years ago

Thanks so much!  That was the issue.  I would have wasted much more time, if it wasn't for your advice.  Rgds -- Lau From: Brian Keifer notifications@github.com

Make sure you're creating a new device type, not a new smartapp.— Reply to this email directly or view it on GitHub.