All of the sudden this afternoon on a device that has been working perfectly, when I get a return for a configuration get, I get an error. This is only on a secure device (I only have one).
This is the return I get:
description: zw device: B7, command: 9881, payload: 00 70 06 01 01 00 00 00 00
Then it parses to this:
SecurityMessageEncapsulation(commandByte: [1, 1, 0, 0, 0, 0], commandClassIdentifier: 112, commandIdentifier: 6, reserved13: 0, secondFrame: false, sequenceCounter: 0, sequenced: false)
But then I get this:
groovy.lang.MissingPropertyException: No such property: cmd for class:
physicalgraph.zwave.commands.configurationv1.ConfigurationReport
Possible solutions: CMD @ line 322
Other functions seem to be working okay but all of the sudden the configuration report blew up. I thought maybe I had messed something up, but I pulled on old save of the device handler just to be sure and got the same error. Am I the only one seeing this and, if so, how can I fix it?