@gopher.ny can this be unblocked so we can use it in custom code?
The workaround is to use .class which works on every object except a map. On a map it tries to get a key named class instead of the getClass method.
Expression [MethodCallExpression] is not allowed: cmd.getClass()
I thought I figured out a way to do it in the past and just assumed it was .class, it may very well have been that. I will switch it over to that, thanks.
groovy.lang.MissingMethodException: No signature of method: hubitat.zwave.commands.doorlockv1.DoorLockOperationReport.getObjectClassName() is applicable for argument types: () values: []