Fibaro FGRM 222 - Roller Shutter

Yeah. It needs all message sent as secured: I had to do the same thing for the recessed door sensor. Basically I added the following method:

private secure(physicalgraph.zwave.Command cmd) {
response(zwave.securityV1.securityMessageEncapsulation().encapsulate(cmd).format())
}

and replaced result << response(NON TEXT BLAH)
with result << secure(NON TEXT BLAH)

I also changed the fingerprint to make it auto-detect.