Add items enocean binding

Hi

I can´t see how I create an items for an EnOcean switch, i use a USB300 enocean gateway

when I press the frykket, I receive this command in the log:
18:54:13.474 [DEBUG] [.enocean.internal.bus.EnoceanBinding] - Packet received: RadioPacketRPS[header=[Header: dataLength=00, optionalDataLength=07, packetType=01, crc8h=6C], payload=Payload: data=[], optionaldata=[02, FF, FF, FF, FF, 36, 00], crc8d=82], raw=[55, 00, 00, 07, 01, 6C, 02, FF, FF, FF, FF, 36, 00, 52], [sender=00:2D:3E:50, repeaterCount=0]

And when I release I receive this:
18:54:15.908 [DEBUG] [.enocean.internal.bus.EnoceanBinding] - Packet received: RadioPacketRPS[header=[Header: dataLength=00, optionalDataLength=07, packetType=01, crc8h=6C], payload=Payload: data=[], optionaldata=[02, FF, FF, FF, FF, 37, 00], crc8d=71], raw=[55, 00, 00, 07, 01, 6C, 02, FF, FF, FF, FF, 37, 00, 47], [sender=00:2D:3E:50, repeaterCount=0]

I’ve seen you have to set it up like so, but I do not know where to find the different things in the received command:

{ enocean="{id=00:00:00:00, eep=F6:02:01, channel=A, parameter=O}" }

can anyone help,

Hi!
I do have an USB300 aswell and an STM330 Temperature-sensor.

See my attached info. might be for some help.

File demo.items
Number UG_Flur_Temp “Temperature [%.1f °C]” () {enocean="{id=01:81:B0:58, eep=A5:02:05, parameter=TEMPERATURE}"}

Where id = sender

I assume that eep=F6:02:01 is an switch but I can’t unfortunatly not help you more with this item, maybe someone else can.
In my case so is eep=A5:02:05 an sensor.

//Basse

2016-01-27 18:28:13.572 [INFO ] [org.opencean.core.ESP3Host :72 ] - RadioPacket4BS[header=[Header: dataLength=0A, optionalDataLength=07, packetType=01, crc8h=EB], payload=Payload: data=[A5, 00, 00, 23, 08, 01, 81, B0, 58, 00], optionaldata=[01, FF, FF, FF, FF, 30, 00], crc8d=66], raw=[55, 00, 00, 07, 01, 6C, 01, FF, FF, FF, FF, 30, 00, 4A], [sender=01:81:B0:58, repeaterCount=0], [db0=08, db1=23, db2=00, db3=00, teachIn=false]
2016-01-27 18:28:13.577 [DEBUG] [.e.internal.bus.EnoceanBinding:321 ] - Packet received: RadioPacket4BS[header=[Header: dataLength=00, optionalDataLength=07, packetType=01, crc8h=6C], payload=Payload: data=[], optionaldata=[01, FF, FF, FF, FF, 30, 00], crc8d=74], raw=[55, 00, 00, 07, 01, 6C, 01, FF, FF, FF, FF, 30, 00, 4A], [sender=01:81:B0:58, repeaterCount=0], [db0=08, db1=23, db2=00, db3=00, teachIn=false]