Hi @fogmajor
What you have will work, but V11 aims to adhere to the "low code" nature of Node RED, so I should be a good teacher here really 
You can achieve the above with No Function Node in site, and making use of the new features.
Just Select your Controller in the Device Nodes (might need to reselect the Fibaro Node)
[{"id":"8019ba233b043ced","type":"zwavejs-device","z":"42a07040073c9b0e","name":"Fibaro-101","runtimeId":"","nodeMode":"Multiple","filteredNodeId":"24","dataMode":"R","outputs":1,"inputs":0,"x":230,"y":330,"wires":[["f51bf59441a7d8f0"]]},{"id":"f51bf59441a7d8f0","type":"zwavejs-splitter","z":"42a07040073c9b0e","name":"Filter To Central Scene Event","splits":[{"valueId":{"commandClassName":"Central Scene","commandClass":91,"endpoint":0,"property":"scene","propertyKey":"001","propertyName":"scene","propertyKeyName":"001"},"index":0,"name":"CENTRAL_SCENE.SCENE.001"}],"outputs":1,"x":320,"y":380,"wires":[["cf3e9bf0adc814a6"]]},{"id":"575db43b94cdf478","type":"zwavejs-factory","z":"42a07040073c9b0e","valueSetOptionsType":"json","valueSetOptions":"{}","valueType":"jsonata","value":"payload.eventBody.value = 3 ? true : false","valueIdType":"json","valueId":"{\"commandClass\":37,\"endpoint\":0,\"property\":\"targetValue\"}","argsType":"json","args":"[]","endpointType":"num","endpoint":0,"nodeIdType":"num","nodeId":"23","trackingIdType":"msg","trackingId":"id","name":"Create Binary Command","api":"VALUE","method":"setValue","commandClass":"","x":420,"y":470,"wires":[["917ae72f4947e849"]]},{"id":"cf3e9bf0adc814a6","type":"switch","z":"42a07040073c9b0e","name":"Value Between Between 3-4","property":"payload.eventBody.value","propertyType":"msg","rules":[{"t":"btwn","v":"3","vt":"num","v2":"4","v2t":"num"}],"checkall":"true","repair":false,"outputs":1,"x":370,"y":430,"wires":[["575db43b94cdf478"]]},{"id":"917ae72f4947e849","type":"zwavejs-device","z":"42a07040073c9b0e","name":"Sonos-Kitchen-Power","runtimeId":"","nodeMode":"All","filteredNodeId":"","dataMode":"S","outputs":0,"inputs":1,"x":650,"y":470,"wires":[]}]
This uses the power of the Event Splitter, Switch and CMD Factory Nodes (using JSONata)