Communication with RC-Switch Library

Hey,
I've got a problem with the RC-Switch Library.
First of all iÍ can't find a list with all commands necessary.

I actually managed to read the values of sensors and send them form my receiver (as decimals).

My receiver receives all the values but can't assign them to the right sensor.

MY QUESTION:
Is it possible to send different values and distinguish between them at the receiver-arduino?

Mizar0512:
I've got a problem with the RC-Switch Library.
First of all iÍ can't find a list with all commands necessary.

Have you looked at the library Wiki?
http://https://github.com/sui77/rc-switch/wiki

Is the correct URL

Thank you for the link.
I tried everythng, but unfortunately it didn't really help me out.
Does anybody know how to send 3 different values and receive them separated?

Maybe I have to use another library?

Post your current code.