Java Error in Nexia NX1000 driver

I have just got started with Hubitat and am automating a new house. My previous house had a very complex ISY controller. I have currently am having an issue with activating scenes with a NX1000 (A Pad 1). I set button 1 to activate scene "cooking". I also set up basic automation to push button 1 on the NX1000 when button 1 is pressed on a Zooz Zen32. In both cases I get a Java exception as shown below:
2021-08-09 08:32:30.320 am errororg.codehaus.groovy.runtime.metaclass.MissingMethodExceptionNoStack: No signature of method: nexiaNx1000.push() is applicable for argument types: (java.lang.Long) values: [1] Possible solutions: use([Ljava.lang.Object;), run(), run(), dump(), wait(long), parse(java.lang.String) (push)

I found the error. The definition for the scene referenced the controller directly. I removed that reference and the java error went away. I still don't know the best way to activate a scene from two device.