Formatting/sending a basic command directly to a device

Hi all,

I need to activate ‘Boost’ Mode on a TRV (Eurotronic Spirit, Now also Aeotec TRV).
I can already set parameters etc and control mode/setpoint via the UI.

These devices have a boost mode which opens the valve 100% for 15 minutes by pressing a button. They can also be put into this mode via basic command class according to the manual
page 15 section 6.2 https://products.z-wavealliance.org/ProductManual/File?folder=&filename=MarketCertificationFiles/2543/Spirit%20Z-Wave%20Plus_DRAFT_V4.pdf

The command is “0xF0” and I think the right track to send the command is like:

luup.call_action(“urn:micasaverde-com:serviceId:ZWaveNetwork1”, “SendData”, {Node = “altid”, Data =something1}, something2)

The node is 106, so is this the correct command?

luup.call_action(“urn:micasaverde-com:serviceId:ZWaveNetwork1”, “SendData”, {Node = “106”, Data = “0xF0”}, 1)

Many thanks in advance!

Darryl.