Is there a way to set two values on the same node at the same time in zwave-js UI?

These two values say they must be set together:

But clicking on the arrow to update the value generates an error. Is there a way to send two values in the same request?

You can see it attempts to set the one I clicked:

2025-10-14 09:23:18.408 DRIVER » [Node 040] [REQ] [SendDataBridge]
                                 │ source node id:   1
                                 │ transmit options: 0x25
                                 │ callback id:      87
                                 └─[Security2CCMessageEncapsulation]
                                   │ sequence number: 84
                                   └─[SupervisionCCGet]
                                     │ session id:      59
                                     │ request updates: true
                                     └─[IndicatorCCSet]
                                         values:
                                         · indicatorId: 67
                                           propertyId:  4
                                           value:       7

And then the node reports that the update failed. I’m just assuming it’s because they are not being set at the same time.

2025-10-14 09:23:18.466 DRIVER « [Node 040] [REQ] [BridgeApplicationCommand]
                                 │ RSSI: -99 dBm
                                 └─[Security2CCMessageEncapsulation]
                                   │ sequence number: 24
                                   │ security class:  S2_Authenticated
                                   └─[SupervisionCCReport]
                                       session id:          59
                                       more updates follow: false
                                       status:              Fail
                                       duration:            0s

Thanks @freshcoast, as always. :slight_smile:

Per the solution, this flashes the light on button 1 (the relay on the Zen32) every half second (5 tenths of a second) for ten times.

action: zwave_js.invoke_cc_api
data:
  device_id:
    - 2452e07f492b05f7f7d81900e11fbc75
  command_class: "135"
  method_name: set
  parameters:
    - - indicatorId: 67
        propertyId: 3
        value: 5
      - indicatorId: 67
        propertyId: 4
        value: 10