dev:19772025-04-12 01:32:03.686 PM error org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '{status=2}' with class 'groovy.json.internal.LazyMap' to class 'java.util.List' due to: groovy.lang.GroovyRuntimeException: Could not find matching constructor for: java.util.List(groovy.json.internal.LazyMap) on line 1069 (method parse)
dev:19772025-04-12 01:32:03.600 PM debug parse - {"cc":135,"cmd":3,"ep":0,"values":[{"request":{"args":[[{"indicatorId":9,"propertyId":2,"value":255}]],"command":"endpoint.invoke_cc_api","commandClass":135,"endpoint":0,"messageId":"expected1543","methodName":"set","nodeId":80},"response":{"status":2}}]}
Line 1069 is trying to do a zwave parse
hubitat.zwave.Command cmd = zwave.parse(description, CMD_CLASS_VERS)
Found by @mavrrick58, while I am working on fixing the Ring Gen2 community driver.