Homematic HM-Sec-Sir-WM

Hi there,
as I am still switching from FHEM to openhab I have an issue with my siren. I would like to set the state of this item (ARMSTATE). ARMSTATE is of type String. Witch gives me 4 options in the PaperUI (Unscharf, Alarm blockiert, Außensensoren scharf (intern scharf), Alle Sensoren scharf (extern scharf)).

Now I would like to set the state of this item. I tried to do this by
Innensirene_Flur_State.sendCommand(“Unscharf”)

Unfortunately none of the given options work.

Does enyone know, how to set the state correctly?

Thanks for your help!
Dan

Any suggestions? Maybe there is a way to read out the values?

Me again. I am lost here. Any suggestions?

just found these options in the hm_devices_Endkunden.pdf:
0 = DISARMED (Standard)
1 = EXTSENS_ARMED
2 = ALLSENS_ARMED
3 = ALARM_BLOCKED
not sure whether you have to use tge digits or the uppercase constants as strings.

Thanks!

As I checked the log file I saw the needed Strings. Now it’s working just fine!