Bug in Z-Wave command parser found

Att: @duncan

Another bug in the Dimmer Switch device handler:

Line 146:

def zwaveEvent(physicalgraph.zwave.commands.configurationv1.ConfigurationReport cmd) {

should be:

def createEvent(physicalgraph.zwave.commands.configurationv1.ConfigurationReport cmd) {
2 Likes