Volumio2 icon indicating copy to clipboard operation
Volumio2 copied to clipboard

repeatSingle not exposed in API

Open marciogranzotto opened this issue 3 years ago • 2 comments

Looks like I can just turn on/off the "repeat all" using: volumio.local/api/v1/commands/?cmd=repeat&value=key

But I don't think there's a way to turn on/off the repeatSingle state

marciogranzotto avatar Jun 07 '21 19:06 marciogranzotto

You can turn of repeatSingle effectively by turning off repeat, due to how it's handled everywhere.. Thought then when you enable repeat, repeatSingle gets enabled aswell.

I do have pullrequest going on which should handle it, by disabling repeatSingle if repeat is disabled, since those are very tightly coupled in the code.

Joni-Salminen avatar Jul 10 '21 19:07 Joni-Salminen

Has there been any movement on this issue?

I was thinking of updating the Home Assistant integration to add repeat, but notice that we cannot set repeatSingle via the Rest API - is this going to change any time soon?

m4rkireland avatar Jan 13 '22 23:01 m4rkireland