MichaelStruck / SmartThings

A repository for my SmartThings apps and items related to them
Apache License 2.0
84 stars 166 forks source link

Unable to enter settings for a Modes/Routines/Devices... scenario type #6

Open wilvancleve opened 8 years ago

wilvancleve commented 8 years ago

Have had great success with a thermostat scenario type, but wehn I try to create a virtual switch scenario (either a momentary button push or an Alexa Switch), I get the following error logged when I try to enter Control Scenario Settings:

cd91ed7b-1de6-433a-8498-20337d41677f 6:43:29 PM: error groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method physicalgraph.app.InstalledSmartAppService#executeAction. Cannot resolve which method to invoke for [null, class java.lang.String, interface java.util.List] due to overlapping prototypes between: [class physicalgraph.app.InstalledSmartApp, class java.lang.String, class java.lang.Object] [class physicalgraph.device.cache.InstalledSmartAppDTO, class java.lang.String, class java.lang.Object] @ line90``

Any thoughts?