Daikin Binding sitemap mappings for Fan Direction

OH2 2.5.0 Rpi4 raspbian buster Daikin Binding 2.5.0

Hi, please how is Fan Dir mapped in sitemap ?
items:

String Daikin_FanD1   "Fandir 1" { channel="daikin:ac_unit:living_room_ac:fandir" }

sitemap:

Switch item=Daikin_FanD1 mappings=["STOPPED"="S", "VERTICAL"="V", "HORIZONTAL"="H", "HOR/VERT"="V&H"]

“Horizontal and vertical” is not working for me, from Paper UI OK (f_rate=3).
Also via python:
https://github.com/ael-code/daikin-control

SOLUTION:

Switch item=Daikin_FanD1 mappings=["STOPPED"="S", "VERTICAL"="V", "HORIZONTAL"="H", "VERTICAL_AND_HORIZONTAL"="V&H"]