groovy.lang.GroovyRuntimeException: Ambiguous method overloading for method physicalgraph.scheduling.SchedulerFactory#getSchedulerForRunIn.
Cannot resolve which method to invoke for [null, class java.lang.Integer, class java.util.LinkedHashMap] due to overlapping prototypes between:
[class physicalgraph.app.InstalledSmartApp, int, interface java.util.Map]
[class physicalgraph.device.cache.DeviceDTO, int, interface java.util.Map]
Can you provide more context for this? Please provide at least the line where you are calling runIn() and the handler method definition. Even better, create a gist of the whole SmartApp and link to it. Thanks!