[Deprecated] Ring Alarm Keypad G2 - New Dev/Driver/Thread Links in 1st post!

@mavrrick58 ,
Sorry, I still can't support your code. By trying to control HSM the way you are, it is limiting the use of the keypad to just HSM. This keypad can be used in many other ways.

sendEvent(name:"armingIn", value: state.keypadConfig.armHomeDelay, data:[armMode: armingStates[0x0A].securityKeypadState, armCmd: armingStates[0x0A].hsmCmd], isStateChange:true) // Event HSM Subscribes too

'Event HSM Subscribes too', this is a very odd attribute to use as a trigger??

This is actually straight from Bruce on how to control HSM from another app:

"This is the line of Maker API that sets HSM status:
sendLocationEvent(name: "hsmSetArm", value: id.toString())"



I'm going to work on this today and see what I can come up with.