Problem with basicSetV1

have this code:

 cmds << new hubitat.device.HubAction(command(encap(zwave.basicV1.basicSet(value: 0x00), channelNumber(dni))), hubitat.device.Protocol.ZWAVE)
	cmds

and As I understand, it should be caught by the following:
but I never see the log.

def zwaveEvent(hubitat.zwave.commands.basicv1.BasicSet cmd, ep=null) {
    logging("BasicSet: $cmd : Endpoint: $ep") ....

This started after the last upgrade

Any suggestions?
I'm frustrated

BTW
def v = new hubitat.device.HubAction(command(encap(zwave.basicV1.basicSet(value: 0x00), channelNumber(dni))), hubitat.device.Protocol.ZWAVE)
logging ("v = $v")

log
v = 600D0001200100

Thanks