I managed to do it in command line (curl) but I don't manage to do it in Loxone.
Indeed, when I create a Loxone virtual output I only have the choice between the methods GET/POST/PUT/DELETE
Or the amp API commands all work with the PATCH method.
Sample command: PATCH /api/setplaycontrol?serial=CC909323273x&number=4&playst ate=2 HTTP/1.1\r\n\r\n
So my question is : have you ever had success sending HTTP PATCH commands through Loxone?
Thanks in advance and have a good week!