This is correct. However, I wouldn’t use these interfaces for your use-case (outlet) unless you want to have the ability to use “open” and “close” action.
Keep in mind that the item label is in most cases the actual device friendly name. Building Block APIs are generally used for multi-function devices which allow to name each of the functionalities. So for example, the temperature function of a washer device would have friendlyNames=@Setting.Temperature and in the definition you provided, the opening function of a window device would have friendlyNames=@Setting.opening.
If you are just trying to turn on and off your outlet device via Alexa, I would recommend using the Outlet metadata label:
Thank you for your help and your time!
I only want to turn off and on the outlet with the command “Steckdose” and the command “Strom”.
Should I simpley make a secound line with the same knx-Interface?
My utterance examples are based on the API documentation. Maybe try the below utterance. Other than that I wouldn’t be able to help further as I am just using Google translator to produce these examples.
Alexa, das Gästezimmer Steckdose einschalten
Also, there is no different in behavior between v2 tag and v3 metadata related to power control.