Zwave_js_value_notification with button scene

Hello i’m trying to use my remote zw088 zwave with nodered
In simple Yaml automation it works with this code:
trigger:

  • platform: event
    event_type: zwave_js_value_notification
    event_data:
    node_id: 49
    value: 5
    action:

In node red i don’t know how to do the same thing

I’m trying an “event all” in event type “zwave_js_value_notification”
In debug i have informations when i click but only that:
03/01/2023 21:50:42node: debug 1msg.payload:Object : undefined

undefined

Idon’t know how to do the same thing

Thank you