Setting color temperatur in sequence for Hue bulb

I’m having trouble setting the color temperatur of my Philips Hue Bulb in a triggered sequence. Here is the code:

action:
  - choose:
      - conditions:
          - condition: trigger
            id: "on"
        sequence:
          - type: turn_on
            device_id: bulb1
            entity_id: light.signify_netherlands_b_v_ltw010_huelight
            domain: light
            brightness_pct: 30
            flash: short
          - device_id: bulb1
            domain: number
            entity_id: number.signify_netherlands_b_v_ltw010_start_up_color_temperature
            type: set_value
            value: 370
          - type: turn_off
            device_id: bulb2
            entity_id: light.signify_netherlands_b_v_lct015_huelight
            domain: light

Changing the value of the number.signify_netherlands_b_v_ltw010_start_up_color_temperature entity doesn’t have any effect. What am I doing wrong?

After searching a little bit, I found the solution by myself. It makes much more sense and is more comfortable to realize that over services