[OBSOLETE] Monoprice Dual Relay On/Off Device type 11990

Hmmm wish I knew about this when I bought my single, I didn’t research enough. This might solve one of my problems of integrating a triple gang and a double gang as they’re all so tight on space as it is.

@justintime Does your device type include a way to send the module the configure parameter in the event that it looses power and you can’t get to the evil little button on the device itself? If not I have a device type with a config button that does just that that you can steal from if you would like.

The important bit being:

def configure() {
	// Send config parameter
	zwave.configurationV1.configurationSet(configurationValue: [1], parameterNumber: 1, size: 1).format()

}