Array parameter configuration in things file

How would an array (receivingEEPId in my example) be translated to a .things file? Haven’t found anything in the docs regarding this.

Example:

configuration:
  receivingEEPId:
    - A5_3F_7F_EltakoFSB
    - F6_00_00

I tried the following without success:

  Thing enocean:rollershutter:actuator_dressingroom "Rollladenaktor Ankleidezimmer" [
    receivingEEPId=["F6_00_00","A5_3F_7F_EltakoFSB"]
  ] {
  }

Nvm, selber herausgefunden:

receivingEEPId="A5_3F_7F_EltakoFSB","F6_00_00"