Homematic week_program_pointer

Hi guys, my week_program_pointer do not work to change the program.
According to docs I have specified the interface: wireless, but in my configuration.yaml I am not using wireless. Is this the reason?

action:
  service: homematic.put_paramset
  data:
    interface: wireless
    address: NEQ1803410
    paramset_key: MASTER
    paramset:
      WEEK_PROGRAM_POINTER: 2

configuration.yaml

Homematic

homematic:
interfaces:
rf:
host: !secret homematic_ip
resolvenames: json
username: !secret homematic_user
password: !secret homematic_pass
ip:
host: !secret homematic_ip
port: 2010
groups:
host: !secret homematic_ip
port: 9292
resolvenames: json
username: !secret homematic_user
password: !secret homematic_pass
path: /groups
hosts:
ccu2:
host: !secret homematic_ip
username: !secret homematic_user
password: !secret homematic_pass

according to Daniel´s answer the wireless interface is also required.

wireless is just the name of the connection to use. You can call it whatever you want. But the name has to be the same everywhere. So given that your configuration uses rf, you have to rename the wireless in the automation snippet to rf.

many thanks for clarification! I named both ‘wireless’ and it works. This week program pointer gives a lot of opportunities. Thx