03.02.2016, 14:41
I am having trouble deciding how to implement a Next Track .. Previous Track for my sound system as objects. Should I use two separate objects?
Right object type for Track Next/Previous
|
03.02.2016, 14:41
I am having trouble deciding how to implement a Next Track .. Previous Track for my sound system as objects. Should I use two separate objects?
03.02.2016, 16:10
Our KNX control for streaming player uses single object - 0 (false) for previous track, 1 (true) for next track
05.02.2016, 12:44
(03.02.2016, 16:10)admin Wrote: Our KNX control for streaming player uses single object - 0 (false) for previous track, 1 (true) for next track thanks, probably I did not state my problem correctly. In the touch visualisation: what kind of "button" would give me the traditional look of next/previous. The problem with true/false is that if I want to jump next,next,next the object switches true,false,true.
05.02.2016, 12:48
Hi Elkin!
use Send Fixed Value = 1 parameter when adding Binary object on the visualization - this will be used as NEXT button. Similar for PREVIOUS button.
09.02.2016, 14:03
|
« Next Oldest | Next Newest »
|