Ring Keypad Gen 2 - how to get key presses

I’m not the developer, so this isn’t the final answer, but there is no Entry_Control CC ‘class file’ to process endpoints in the OH Zwave binding. From ~/internal/protocol/commandclass/ZWaveCommandClass.java

COMMAND_CLASS_ENTRY_CONTROL(0x6F, null),

versus a working one
COMMAND_CLASS_ALARM(0x71, ZWaveAlarmCommandClass.class),

Does the Ring binding work with this device?
What are you looking for, the number you press?

Edit: One more thing after looking at the HA link. The OH Zwave binding does not have S2 capability. If that is needed you might want to take a look at this to leverage the zwave-js-ui S2 capability